Vcl.ActnMan.TCustomActionControl.SetSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelected(Value: Boolean); virtual;

C++

virtual void __fastcall SetSelected(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Represents the setter method for the Selected property.

SetSelected is the setter method for the Selected property. Selected indicates whether the control is currently selected.

See Also