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

fz_objt_text_interactive_search_get_current

Description

Gets the current instance of matching text.

Plugin Prototype

fzrt_error_td fz_objt_text_interactive_search_get_current(

fz_text_interactive_search_data_ptr

data,

fz_objt_ptr *

obj_ptr,

fzrt_int *

start,

fzrt_int *

end )

Parameters

data [Input]

Interactive search data.

obj_ptr [Result]

The object containing the matching text.

start [Result]

The starting character of the matching text.

end [Result]

The last character of the maching text.

Returns

Error codes

Availability

6.0.0.0

Example Files

util_objt_text_search.fsl

See Also

fz_objt_text_interactive_search_init

Function Set

fz_model_fset


Defined in

fz_objt_text_api.h