FMX.ActnList.IActionClient.GetIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIndex: Integer;

C++

virtual int __fastcall GetIndex(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList IActionClient

Description

When the framework performs the periodical execution of InitiateAction, the controls are invoked in the order defined by this index.

See Also