mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 16:38:02 +02:00
LCL: fixed explanation of csAcceptsControls, it is widely used in LCL at runtime, so it is not related to designer only.
This commit is contained in:
parent
21d8cebd73
commit
680cab3fa0
@ -295,7 +295,7 @@ type
|
||||
TWndMethod = procedure(var TheMessage: TLMessage) of Object;
|
||||
|
||||
TControlStyleType = (
|
||||
csAcceptsControls, // can have children in the designer
|
||||
csAcceptsControls, // can have children.
|
||||
csCaptureMouse, // auto capture mouse when clicked
|
||||
csDesignInteractive, // wants mouse events in design mode
|
||||
csClickEvents, // handles mouse events
|
||||
|
Loading…
Reference in New Issue
Block a user