Vcl.ActnCtrls.TCustomButtonControl.SetSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelected(Value: Boolean); override;

C++

virtual void __fastcall SetSelected(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl

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. If a control is selected (by mouse click, keyboard, or other action) Selected is True; otherwise it is False.

See Also