Vcl.ActnMan.TCustomActionBar.SetBiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBiDiMode(Value: TBiDiMode); override;

C++

virtual void __fastcall SetBiDiMode(System::Classes::TBiDiMode Value);

Properties

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

Description

Sets the control's bidirectional mode.

Vcl.ActnMan.TCustomActionBar.SetBiDiMode inherits from Vcl.Controls.TControl.SetBiDiMode. All content below this line refers to Vcl.Controls.TControl.SetBiDiMode.

Sets the control's bidirectional mode.

SetBiDiMode is the write implementation of the control's BiDiMode property. Override this method to change the implementation of BiDiMode.

See Also