Unit 'FLRE' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_bero]

TFLRENode

Declaration

Source position: FLRE.pas line 457

type TFLRENode = record

  NodeType: TFLREInt32;

  

  Value: TFLREInt32;

  

  Flags: TFLREUInt32;

  

  Group: TFLREInt32;

  

  Left: PFLRENode;

  

  Right: PFLRENode;

  

  Index: TFLREInt32;

  

  Name: TFLRERawByteString;

  

end;



CT Web help

CodeTyphon Studio