Vcl.Forms.TCustomForm.SetParentBiDiMode
Delphi
procedure SetParentBiDiMode(Value: Boolean); override;
C++
virtual void __fastcall SetParentBiDiMode(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TCustomForm |
Description
Sets the ParentBiDiMode property.
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.