Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 538 Bytes

File metadata and controls

24 lines (18 loc) · 538 Bytes

EditCriteriaWithUI

Description

Edit a criteria string with Edit Criteria Dialog.

FUNCTION EditCriteriaWithUI(VAR criteria : DYNARRAY[] of CHAR): INTEGER;
def vs.EditCriteriaWithUI(criteria):
    return (INTEGER, criteria)

Parameters

Name Type Description
criteria DYNARRAY[] of CHAR Pass in a criteria to be edited, and output the modified criteria if the function result is TRUE.

Version

Availability: from Vectorworks 2014

Category