Vcl.ActnMan.TActionClients.ActionClients

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionClients[const Index: Integer]: TActionClientItem  read GetActionClient write SetActionClient; default;

C++

__property TActionClientItem* ActionClients[const int Index] = {read=GetActionClient, write=SetActionClient/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClients

Description

Provides indexed access to the TActionClient objects in the collection.

The ActionClients property is used internally by the action manager to provide access to the individual TClientAction objects managed by the action manager. The TActionClients property should never be accessed directly.

See Also