FMX.Types.Log.ObjToString
Delphi
class function ObjToString(const Instance: TObject): string;
C++
__classmethod System::UnicodeString __fastcall ObjToString(System::TObject* const Instance);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | Log |
Description
Returns a string with the name of the TObject followed by its address(Pointer).