RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ItemIndex Property

Returns the index of the current item of an adapter action.

Pascal
property ItemIndex: Integer;
C++
__property int ItemIndex;

An adapter action may have a list of commands. The ItemIndex indicates the current item in the list. The TAdapterGotoPageAction is an example of an adapter action with a list of commands. Each command of TAdapterGotoPageAction displays a different page of the parent TPagedAdapter

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!