Vcl.Controls.TDockTree.ReferenceFromOrient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReferenceFromOrient(const Orient: TDockOrientation): Integer; virtual;

C++

virtual int __fastcall ReferenceFromOrient(const TDockOrientation Orient);

Properties

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

Description

Returns the orientation of the docked object.

ReferenceFromOrient returns the width or height of the PrimaryMonitor, depending on the orientation of the docked object given by the Orient parameter.

See Also