PlatformAPI.TOTAStatusbarPos
Delphi
TOTAStatusbarPos = (sbpTop, sbpBottom, sbpLeft, sbpRight);
C++
enum DECLSPEC_DENUM TOTAStatusbarPos : unsigned char { sbpTop, sbpBottom, sbpLeft, sbpRight };
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
enum | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Beschreibung
TOTAStatusbarPos definiert die Position der Statusleiste eines Entwurfszeit-Gerätes.
Folgende Positionen werden unterstützt:
sbpTop |
sbpBottom |
sbpLeft |
sbpRight |