Unit 'LFMTrees' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_codetools]

TLFMObjectNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lfmtrees.pas line 77

type TLFMObjectNode = class(TLFMTreeNode)

public

  IsInherited: Boolean;

  

  IsInline: Boolean;

  

  ChildPos: Integer;

  

  Name: string;

  

  NamePosition: Integer;

  

  TypeUnitName: string;

  

  TypeUnitNamePosition: Integer;

  

  TypeName: string;

  

  TypeNamePosition: Integer;

  

  AncestorTool: TObject;

  

  AncestorNode: TObject;

  

  AncestorContextValid: Boolean;

  

  constructor CreateVirtual; override;

  

  function GetFullName();

  

  function GetIdentifier; override;

  

end;

Inheritance

TLFMObjectNode

  

|

TLFMTreeNode

  

|

TObject



CT Web help

CodeTyphon Studio