Advance Pascal Script (DWS Extanded)
TSymbols
TSymbols- -
Description
Hierarchytype TSymbols= class(TObject)
constructor CreateMain
constructor CreateUnit(Name: String)
destructor Destroy
procedure First
procedure Last
procedure Next
procedure Previous
function Eof: Boolean
function Name: String
function Caption: String
function Description: String
function SymbolType: Integer
function GetMembers: TSymbols
function GetParameters: String
function GetProperties: String
function GetMethods: String
function Locate(Name: String): Boolean
function super: String
end;
UP