[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TBasicAction.FClients

List with components linked to this action.

Declaration

protected TBasicAction.FClients: TList;

Description

FClients is a list of TBasicActionLink classes which represent links to various components that are connected to this action. The elements in this list should not be manipulated directly, but should be managed with the RegisterChanges and UnRegisterChanges methods.

See also

TBasicAction.RegisterChanges

  

Registers a new client with the action.

TBasicAction.UnRegisterChanges

  

Unregisters a client from the list of clients

TBasicActionLink

  

Link between actions and action clients (e.g. controls)