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

TBasicAction.FClients

List with components linked to this action.

Declaration

Source position: classesh.inc line 1714

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

RegisterChanges

  

Registers a new client with the action.

UnRegisterChanges

  

Unregisters a client from the list of clients

TBasicActionLink

  

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.