Home
last modified time | relevance | path

Searched refs:AnyChecked (Results 1 – 1 of 1) sorted by relevance

/dports/astro/gpsbabel14/gpsbabel-1.4.4/win32/gui-2/
H A Dfilter.pas121 function AnyChecked(Control: TWinControl): Boolean; in AnyChecked() function
344 if not AnyChecked(Self) then Exit;
368 if AnyChecked(gbWaypoints) then
397 if AnyChecked(gbTracks) then
451 if AnyChecked(gbRoutes) then
461 function TfrmFilter.AnyChecked(Control: TWinControl): Boolean; in AnyChecked() function
476 Result := AnyChecked(c) else
478 Result := AnyChecked(c);