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

TControlAtPosFlags

Set type used to store values from the TControlAtPosFlag enumeration.

Declaration

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.

);

See also

TControlAtPosFlag

  

Flags for finding a control at a given (client) position.

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