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 1068

type TPasProperty = class(TPasVariable)

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure FreeChildren(); override;

  function ElementTypeName; override;

  function GetDeclaration();

  procedure ForEachCall(); override;

  IndexExpr: TPasExpr;

  ReadAccessor: TPasExpr;

  WriteAccessor: TPasExpr;

  DispIDExpr: TPasExpr;

  Implements: TPasExprArray;

  StoredAccessor: TPasExpr;

  DefaultExpr: TPasExpr;

  ReadAccessorName: TPastreeString;

  WriteAccessorName: TPastreeString;

  ImplementsName: TPastreeString;

  StoredAccessorName: TPastreeString;

  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: 2025-07-25