mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-02 10:16:30 +02:00
lcl: comment
This commit is contained in:
parent
712cf0f33a
commit
5ee7f1a519
@ -270,7 +270,7 @@ type
|
||||
csHasCancelAction, // implements useful ExecuteCancelAction
|
||||
csNoDesignSelectable, // can not be selected at design time
|
||||
csOwnedChildrenNotSelectable, // child controls owned by this control are NOT selectable in the designer
|
||||
csAutoSize0x0, // if the preferred size is 0x0 then control is shrinked ot 0x0
|
||||
csAutoSize0x0, // if the preferred size is 0x0 then control is shrinked to 0x0, default is minimum 1x1
|
||||
csAutoSizeKeepChildLeft, // when AutoSize=true do not move children horizontally
|
||||
csAutoSizeKeepChildTop, // when AutoSize=true do not move children vertically
|
||||
csRequiresKeyboardInput // If the device has no physical keyboard then show the virtual keyboard when this control gets focus (therefore available only to TWinControl descendents)
|
||||
|
Loading…
Reference in New Issue
Block a user