RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListAction.Active Property

Indicates whether the list action has supplied items to its client controls.

Pascal
property Active: Boolean;
C++
__property Boolean Active;

Set Active to true to cause the list action to fill all client controls with the items. These Items are supplied by calling the GetItem method, iterating over every index from 0 to Count

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!