Vcl.Controls.TDockZone.LimitSize

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property LimitSize: Integer read GetLimitSize;

C++

__property int LimitSize = {read=GetLimitSize, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Description

Spécifie la taille maximale possible d'un objet TDockZone.

LimitSize est une propriété en lecture seule qui spécifie la taille maximale d'un objet TDockZone, selon son orientation (Height pour une orientation horizontale et Width pour une orientation verticale).

Voir aussi