[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: base_engine.pas line 1056
type TTitanMethodDefinition = class(TTitanDefinition) |
||
public |
||
NP: Integer; |
|
|
|
||
PClass: TClass; |
|
|
DirectProc: Pointer; |
|
|
CallConv: Integer; |
|
|
Header: string; |
|
|
Types: array of Integer; |
|
|
ExtraTypes: array of Integer; |
|
|
StrTypes: array of string; |
|
|
ParamNames: array of string; |
|
|
ByRefs: array of Boolean; |
|
|
Consts: array of Boolean; |
|
|
|
||
Sizes: array of Integer; |
|
|
Fake: Boolean; |
|
|
NewFake: Boolean; |
|
|
IsStatic: Boolean; |
|
|
ReturnsDynamicArray: Boolean; |
|
|
|
||
IsIntf: Boolean; |
|
|
MethodIndex: Integer; |
|
|
intf_pti: PTypeInfo; |
|
|
Guid: TGuid; |
|
|
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure Dump(); override; |
|
|
function Duplicate; |
|
|
procedure AddToScripter(); override; |
|
|
function GetScriptType(); |
|
|
function LoadFromDll(); |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |