Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 439 Bytes

File metadata and controls

24 lines (18 loc) · 439 Bytes

GetTextLength

Description

GetTextLength returns the string length of the referenced text object.

FUNCTION GetTextLength(TextHd : HANDLE): INTEGER;
def vs.GetTextLength(TextHd):
    return INTEGER

Parameters

Name Type Description
TextHd HANDLE Handle to text object.

Version

Availability: from VectorWorks8.0

Category