API:System.Types.TRect.SplitRect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SplitRect(SplitType: TSplitRectType; Size: Integer): TRect; overload;
function SplitRect(SplitType: TSplitRectType; Percent: Double): TRect; overload;

C++

inline TRect TRect::SplitRect(TSplitRectType SplitType, int Size) const {
inline TRect TRect::SplitRect(TSplitRectType SplitType, double Percent) const {

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Types.pas
SystemTypes.h
System.Types TRect

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.