Instruction set reference
HIPE_OP_FIND_TEXT
Implements text searching within a frame and its sub-frames.
Proper documentation for this instruction is yet to be written. For further information about this instruction, look in the source code for its definition in hipe_instruction.h.
Notes
This instruction implements a 'global' text search operation on an entire frame hierarchy, meaning it cannot be limited to a single non-frame element such as a text input box. For more flexible functionality in a regular application, you may be able to implement a find operation using the ...CARAT... instructions as well as HIPE_OP_GET_CONTENT.