Index

C/C++ Functions

txTextGetSelectSize

DT_SLONG txTextGetSelectSize(DT_TXDOC text_doc)

Short Description: Get total size of text selection(s)

This function retrieves the total size of all the active text selection(s).

Parameters

ParameterDescription

text_doc

Handle of the associated text document instance.

Return Value

The return value is the total size, expressed as the number of characters, of all the active text selection(s) in the specified text document.

 

Index