FileName (public) |
File name (WideString). Assign this property to prepare the search in a given file. Assign the empty string to free the internal stream allocated. |
Stream (public) |
Stream (TStream). Assign this property to prepare the search in a given stream. Stream is not freed after the search is finished - you must free it by yourself. |
FoundStart (public, read-only) |
Resulting match position (0-based). Can be read only after successfull FindFirst/FindNext methods call. |
FoundLength (public, read-only) |
Resulting match length. Can be read only after successfull FindFirst/FindNext methods call. |