Unit 'cparsertypes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_chelper]

TEntity

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

Declaration

Source position: cparsertypes.pas line 166

type TEntity = class(TObject)

protected

  function DoParse(); virtual;

  

public

  Offset: Integer;

  

  EndOffset: Integer;

  

  intComment: TList;

  

  Specifiers: TStringList;

  

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  function Parse(); virtual;

  

end;

Inheritance

TEntity

  

|

TObject



CT Web help

CodeTyphon Studio