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

fz_objt_text_search_set_srch_unistr

Description

Sets the search string of model text search parameters.

Plugin Prototype

fzrt_error_td fz_objt_text_search_set_srch_unistr(

fz_text_search_parm_ptr

srch_parms,

fzrt_uni_char *

text,

fzrt_boolean

select )

Parameters

srch_parms [Input]

Search parameters.

text [Input]

The text to search for. To clear the search text use NULL.

select [Input]

If TRUE, the text will be selected and used as a search parameter. Otherwise, the text will not be used as a search parameter.

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