Unit 'mscoreengine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_magicscript]

TmscrVarForBase

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

Declaration

Source position: mscoreengine.pas line 397

type TmscrVarForBase = class(TmscrItemList)

protected

  procedure SetValue(); virtual;

  

  function GetValue; virtual;

  

public

  constructor Create();

  

  function GetFullTypeName;

  

  function GetNumberOfRequiredParams;

  

  property AddedBy: TObject; [rw]

  

  property IsMacro: Boolean; [rw]

  

  property IsReadOnly: Boolean; [rw]

  

  property Name: string; [r]

  

  property Declaration: string; [rw]

  

  property NeedResult: Boolean; [rw]

  

  property Params []: TmscrVarForParamItem; default; [r]

  

  property PValue: PVariant; [r]

  

  property RefItem: TmscrVarForBase; [rw]

  

  property SrcPosition: string; [rw]

  

  property SourceUnit: string; [rw]

  

  property Typ: TmscrVarType; [rw]

  

  property TypeName: string; [rw]

  

  property Value: Variant; [rw]

  

  property OnGetVarValue: TmscrGetVariableValueEvent; [rw]

  

end;

Inheritance

TmscrVarForBase

  

|

TmscrItemList

  

|

TObject



CT Web help

CodeTyphon Studio