Controls.TControl.SetBiDiMode

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Controls.pas

	procedure SetBiDiMode(Value: TBiDiMode); virtual;


Unit: Controls

Type: method

Visibility: protected

Member Of: TControl

C++ Information

From Controls.hpp

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


Unit: Controls

Type: method

Visibility: protected

Member Of: TControl

Description

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

Personal tools
Translations
Newest Version