[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: controls.pp line 1897
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 |
||
); |
lazarus-ccr.sourceforge.net |