FMX.Types.Log.ObjToString

From RAD Studio API Documentation
Jump to: navigation, search

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).

See Also