Vcl.Controls.TControl.SetParentBiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParentBiDiMode(Value: Boolean); virtual;

C++

virtual void __fastcall SetParentBiDiMode(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Specifies whether the control uses its parent's BiDiMode.

SetParentBiDiMode is the protected write implementation of the ParentBiDiMode property.

See Also