Vcl.ListActns.TCustomListAction.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read FActive write SetActive default True;

C++

__property bool Active = {read=FActive, write=SetActive, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomListAction

Description

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