Vcl.ListActns.TStaticListAction.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read FActive write SetActive default 1;

C++

__property Active = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TStaticListAction

Description

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

Vcl.ListActns.TStaticListAction.Active inherits from Vcl.ListActns.TCustomListAction.Active. All content below this line refers to Vcl.ListActns.TCustomListAction.Active.

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

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.

See Also