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

TCustomAction.SetCaption

Sets the value for the Caption property.

Declaration

Source position: actnlist.pas line 179

protected procedure TCustomAction.SetCaption(

  const Value: TTranslateString

); virtual;

Arguments

Value

  

New value for the Caption property.

Version info

Modified in LCL version 4.0 to improve compatibility with newer Delphi VCL versions; redefined as virtual and changed to protected visibility.

See also

TCustomAction.Caption

  

The Caption to be used if this action is associated with a visible component.

TActionLink

  

A link between an action and a client class.

TBasicAction


Version 4.0 Generated 2025-05-03 Home