Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 484 Bytes

File metadata and controls

24 lines (18 loc) · 484 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