Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 438 Bytes

File metadata and controls

28 lines (21 loc) · 438 Bytes

DeselectEditText

Description

Deselects all text in the specified edit control.

PROCEDURE DeselectEditText(
				dialogID  : LONGINT;
				controlID : LONGINT);
def vs.DeselectEditText(dialogID, controlID):
    return None

Parameters

Name Type Description
dialogID LONGINT
controlID LONGINT

Version

Availability: from VectorWorks12.0.1

Category

  • Dialogs - Modern