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

gtk_text_iter_forward_search

Declaration

Source position: lazgtk3.pas line 16745

function gtk_text_iter_forward_search(

  iter: PGtkTextIter;

  str: Pgchar;

  flags: TGtkTextSearchFlags;

  match_start: PGtkTextIter;

  match_end: PGtkTextIter;

  limit: PGtkTextIter

):gboolean;