formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Text Object

fz_objt_text_search_objt

Description

Search an object. This searches a single object and performs the action (specified in the call to fz_objt_text_search_init) on any matching text.

Plugin Prototype

fzrt_error_td fz_objt_text_search_objt(

fz_text_search_parm_ptr

srch_parms,

fz_objt_ptr

obj,

fzrt_boolean *

found )

Parameters

srch_parms [Input]

Search parameters.

obj [Input]

The object to search.

found [Result]

This is set to TRUE if the object contains any matching text.

Returns

Error codes

Availability

6.0.0.0

Example Files

util_objt_text_search.fsl

See Also

fz_objt_text_search_init

Function Set

fz_model_fset


Defined in

fz_objt_text_api.h