menu
vcl package
documentation
vcl.dart
TWinControl
CanResize method
CanResize method
dark_mode
light_mode
CanResize
method
bool
CanResize
(
Integer
NewWidth
,
Integer
NewHeight
)
override
Implementation
bool CanResize(Integer NewWidth, Integer NewHeight) { return super.CanResize(NewWidth, NewHeight); }
vcl package
documentation
vcl
TWinControl
CanResize method
TWinControl class