Checks a specified dialog layout for correct layout definition.
FUNCTION VerifyLayout(dialogID : LONGINT): BOOLEAN;def vs.VerifyLayout(dialogID):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | The index of the dialog layout to be verified. |
[DWD 1/20/00]
==== VectorScript ====
{verify the dialog layou is properly constructed}
dialogOK := VerifyLayout(lEditID);
IF (dialogOK & rsAvailable) THEN
BEGIN
lmtestResult := RunLayoutDialog(lEditID,DriveSplashDialog);
END;==== Python ====
Availability: from VectorWorks9.0
- Dialogs - Modern