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

TWinControl.FindNextControl

FindNextControl - returns the next control on the list; optionally checks if it is a TabStop or a parent control

Declaration

Source position: controls.pp line 1828

protected function TWinControl.FindNextControl(

  CurrentControl: TWinControl;

  GoForward: Boolean;

  CheckTabStop: Boolean;

  CheckParent: Boolean

):TWinControl;

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