FMX.Types.Log.DumpFmxObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure DumpFmxObject(const AObject: TFmxObject; const Nest: Integer = 0);

C++

__classmethod void __fastcall DumpFmxObject(TFmxObject* const AObject, const int Nest = 0x0);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types Log

Description

Displays the name of the FMX Object and it's children hierarchicaly in the Event Log.

See Also