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

TQuotedPhraseIterator

Declaration

Source position: _crw_str.pas line 370

type TQuotedPhraseIterator = function(

  Index: SizeInt;

  Phrase: LongString;

  Tail: PChar;

  Quote: Char;

  Custom: Pointer

):Boolean;