Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 444 Bytes

File metadata and controls

25 lines (18 loc) · 444 Bytes

GetActiveEditItem

Description

Returns the active edit control in the specified dialog. If no edit control has the focus, -1 is returned.

FUNCTION GetActiveEditItem(dialogID : LONGINT): LONGINT;
def vs.GetActiveEditItem(dialogID):
    return LONGINT

Parameters

Name Type Description
dialogID LONGINT

Version

Availability: from VectorWorks12.0.1

Category

  • Dialogs - Modern