FMX.Types.TFmxObject.GetBackIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBackIndex: Integer; virtual;

C++

virtual int __fastcall GetBackIndex(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Returns the first item in the children list. This value is usually 0, but for styled objects, which have a style as the first object in the children list, this value is 1.

See Also