RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.SetParentBiDiMode Method

Sets the ParentBiDiMode property.

Pascal
procedure SetParentBiDiMode(Value: Boolean); override;
C++
virtual __fastcall SetParentBiDiMode(Boolean Value);

SetParentBiDiMode is the protected implementation of the ParentBiDiMode property. It overrides the inherited method to obtain the BiDiMode property of the application if the form does not have a parent. 

 

ParentBiDiMode

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