System.Classes.TBasicAction.ClientCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClientCount: Integer read GetClientCount;

C++

__property int ClientCount = {read=GetClientCount, nodefault};

Properties

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

Description

Stores the number of elements in the Clients list of action links associated with the action.

See Also