formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Text Object
Description
Inserts text into a text object's string. The text will be inserted in front of the character specified by insert_point. No text will be deleted from the object.
Plugin Prototype
fzrt_error_td fz_objt_edit_text_insert_string(
fzrt_int | windex, |
obj, | |
fzrt_int | insert_point, |
str ) |
Parameters
windex [Input]
project window index
obj [Input]
text object
insert_point [Input]
the character to insert the text in front of
str [Input]
the string
Returns
Error codes
Availability
5.5.0.0
Example Files
Function Set
Defined in