RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TVirtualListAction.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. 

 

GetItem 

getitem 

Items 

items 

Items 

count 

Items 

strings

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