TdxDockingController.ResizeStyle(TCustomForm) Method
In This Article
Returns the panel resize style of the target form.
#Declaration
Delphi
function ResizeStyle(AForm: TCustomForm): TdxDockingResizeStyle;
#Parameters
Name | Type | Description |
---|---|---|
AForm | TCustom |
The target form. |
#Returns
Type | Description |
---|---|
Tdx |
The form’s panel resize style. The function can return the following:
|
See Also