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

fz_objt_text_search_get_repl_str

Description

Gets the replace string of model text search parameters. Matching text will be replaced by this string if the action was set to FZ_TEXT_SRCH_ACTION_REPLACE in fz_objt_text_search_init. The string is limited to 255 single byte characters.

Plugin Prototype

fzrt_error_td fz_objt_text_search_get_repl_str(

fz_text_search_parm_ptr

srch_parms,

char *

text,

fzrt_boolean *

select )

Parameters

srch_parms [Input]

Search parameters.

text [Result]

The text to replace matching text with.

select [Result]

This will be set to TRUE if the text replacement is selected 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