ToolsAPI.IOTAThread50.Evaluate
Delphi
function Evaluate(const ExprStr: string; ResultStr: PChar; ResultStrSize: LongWord;
out CanModify: Boolean; AllowSideEffects: Boolean; FormatSpecifiers: PAnsiChar;
out ResultAddr: LongWord; out ResultSize, ResultVal: LongWord): TOTAEvaluateResult;
C++
virtual TOTAEvaluateResult __fastcall Evaluate(const System::UnicodeString ExprStr, System::WideChar * ResultStr, System::LongWord ResultStrSize, /* out */ bool &CanModify, bool AllowSideEffects, char * FormatSpecifiers, /* out */ System::LongWord &ResultAddr, /* out */ System::LongWord &ResultSize, /* out */ System::LongWord &ResultVal) = 0 ;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | ToolsAPI.pas ToolsAPI.hpp |
ToolsAPI | IOTAThread50 |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.