Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 478 Bytes

File metadata and controls

27 lines (21 loc) · 478 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