RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ItemCount Property

Returns the number of items defined by an adapter action.

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

An adapter action may have a list of commands. The ItemCount property is implemented by GetItemCount. 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!