PlatformAPI.TOTAStatusbarPos

From RAD Studio API Documentation

Delphi

TOTAStatusbarPos = (sbpTop, sbpBottom, sbpLeft, sbpRight);

C++

enum DECLSPEC_DENUM TOTAStatusbarPos : unsigned char { sbpTop, sbpBottom, sbpLeft, sbpRight };

Properties

Type Visibility Source Unit Parent
enum public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI

Description

TOTAStatusbarPos defines the position of the status bar of a design-time device.

The following positions are supported:

sbpTop
sbpBottom
sbpLeft
sbpRight

See Also