[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControlAtPosFlags

Declaration

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

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.