Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 570 Bytes

File metadata and controls

32 lines (25 loc) · 570 Bytes

SetSelectionRange

Description

Sets the range of the current selection for the specified control.

PROCEDURE SetSelectionRange(
				dialogID  : LONGINT;
				controlID : LONGINT;
				startPos  : INTEGER;
				endPos    : INTEGER);
def vs.SetSelectionRange(dialogID, controlID, startPos, endPos):
    return None

Parameters

Name Type Description
dialogID LONGINT
controlID LONGINT
startPos INTEGER
endPos INTEGER

Version

Availability: from VectorWorks12.0.1

Category

  • Dialogs - Modern