PlatformAPI.TOTAStatusbarPos
Delphi
TOTAStatusbarPos = (sbpTop, sbpBottom, sbpLeft, sbpRight);
C++
enum DECLSPEC_DENUM TOTAStatusbarPos : unsigned char { sbpTop, sbpBottom, sbpLeft, sbpRight };
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
enum | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
説明
TOTAStatusbarPos は、設計時デバイスのステータス バーの位置を定義します。
次の位置がサポートされています:
sbpTop |
sbpBottom |
sbpLeft |
sbpRight |