RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.SetBiDiMode Method

Sets the control's bi-directional mode.

Pascal
procedure SetBiDiMode(Value: TBiDiMode); virtual;
C++
virtual __fastcall SetBiDiMode(TBiDiMode Value);

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!