Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 623 Bytes

File metadata and controls

29 lines (23 loc) · 623 Bytes

GetComponentTextWidth

Description

Retrieves the static text's width in Layout Manager Units.

FUNCTION GetComponentTextWidth(
				nDialogID           : LONGINT;
				nComponentID        : LONGINT;
				VAR nWidthInLMUnits : INTEGER): BOOLEAN;
def vs.GetComponentTextWidth(nDialogID, nComponentID):
    return (BOOLEAN, nWidthInLMUnits)

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nWidthInLMUnits INTEGER

Version

Availability: from VectorWorks13.0

Category