System.Classes.TLeftRight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLeftRight = TAlignment.taLeftJustify..TAlignment.taRightJustify;

C++

typedef TAlignment TLeftRight;

Properties

Type Visibility Source Unit Parent
enum
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

TLeftRight is a subset of TAlignment that allows left or right justification.

TLeftRight is a subset of the TAlignment type that allows left or right justification, but no center justification. The following table lists the possible values.



Value Meaning

taLeftJustify

Left-justified: The left edges line up.

taRightJustify

Right-justified: The right edges line up.



See Also