Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 672 Bytes

File metadata and controls

30 lines (23 loc) · 672 Bytes

GetBooleanItem

Description

Determines if a radio or checkbox button is selected or not.

PROCEDURE GetBooleanItem(
				dialogID     : LONGINT;
				componentID  : LONGINT;
				VAR outState : BOOLEAN);
def vs.GetBooleanItem(dialogID, componentID):
    return outState

Parameters

Name Type Description
dialogID LONGINT the dialog identifier given by CreateLayout or CreateResizableLayout
componentID LONGINT The identifier for the radio or checkbox button component.
outState BOOLEAN True if the button is selected, false otherwise.

Version

Availability: from Vectorworks 2010

Category

  • Dialogs - Modern