System.Types.TDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDirection = (FromBeginning, FromEnd);

C++

enum DECLSPEC_DENUM TDirection : unsigned char { FromBeginning, FromEnd };

Properties

Type Visibility Source Unit Parent
enum public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

Indicates the direction of list broswing.

TDirection can have one of the following values:


Value Meaning

FromBeginning

Starts browsing from the beginning of the list.

FromEnd

Starts browsing from the end of the list.

See Also