Instruction set reference
HIPE_OP_FIND_TEXT
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. It can only be called on a top-level frame (e.g. a framing manager) for this reason. 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.