[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | | ||
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |