Unit 'PasTree' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] [#fcl-passrc]

TPasProperty

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

Declaration

Source position: pastree.pp line 993

type TPasProperty = class(TPasVariable)

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure FreeChildren(); override;

  function ElementTypeName; override;

  function GetDeclaration(); override;

  procedure ForEachCall(); override;

  IndexExpr: TPasExpr;

  ReadAccessor: TPasExpr;

  WriteAccessor: TPasExpr;

  DispIDExpr: TPasExpr;

  Implements: TPasExprArray;

  StoredAccessor: TPasExpr;

  DefaultExpr: TPasExpr;

  ReadAccessorName: string;

  WriteAccessorName: string;

  ImplementsName: string;

  StoredAccessorName: string;

  DispIDReadOnly: Boolean;

  IsDefault: Boolean;

  IsNodefault: Boolean;

  property Args: TFPList; [r]

  property IsClass: Boolean; [rw]

  function ResolvedType;

  function IndexValue;

  function DefaultValue;

end;

Inheritance

TPasProperty

|

TPasVariable

|

TPasElement

|

TPasElementBase

|

TObject


Documentation generated on: 2023-03-18