[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store values from the TControlAtPosFlag enumeration.
Source position: controls.pp line 1975
type TControlAtPosFlags = set of ( |
||
capfAllowDisabled, |
|
If set: include disabled controls. |
capfAllowWinControls, |
|
If set: include TWinControls, in addition to TControls. |
capfOnlyClientAreas, |
|
If set: hit client areas only. |
capfRecursive, |
|
If set: recurse into grand children. |
capfHasScrollOffset, |
|
If set: scroll offset is already included in the coordinates. |
capfOnlyWinControls |
|
Include only TWinControls (and ignore TControls) when set. |
); |
|
Flags for finding a control at a given (client) position. |
lazarus-ccr.sourceforge.net |