API:FMX.Forms.TCommonCustomForm.GetBackIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBackIndex: Integer; override;

C++

virtual int __fastcall GetBackIndex();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Returns the first item in the children list.

FMX.Forms.TCommonCustomForm.GetBackIndex inherits from FMX.Types.TFmxObject.GetBackIndex. All content below this line refers to FMX.Types.TFmxObject.GetBackIndex.

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