FMX.StdCtrls.TCustomTrack.SetOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOrientation(const Value: TOrientation); virtual;

C++

virtual void __fastcall SetOrientation(const Fmx::Controls::TOrientation Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomTrack

Description

Protected setter implementation for the Orientation property.

See Also