System.Classes.TBasicAction.Clients

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Clients[Index: Integer]: TBasicActionLink read GetClient;

C++

__property TBasicActionLink* Clients[int Index] = {read=GetClient};

Properties

Type Visibility Source Unit Parent
property protected
System.Classes.pas
System.Classes.hpp
System.Classes TBasicAction

Description

Specifies the list of action links associated with the action.

The Clients property provides the ordered list of action links associated with the action. Elements of the list are accessible by the zero-based Index. Action links specify the clients linked with the action. ClientCount stores the number of elements in the list.

See Also