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

TControl.Action

The action to be associated with this control

Declaration

Source position: controls.pp line 1359

public property TControl.Action: TBasicAction
  read GetAction
  write SetAction;

Description

// standard properties, which should be supported by all descendants

The (default) action to be associated with this control

Can either read the action already associated with the control (GetAction), or write an action to be associated (SetAction)

See also

#rtl.Classes.TBasicAction

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads