Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 689 Bytes

File metadata and controls

29 lines (23 loc) · 689 Bytes

SetHelpText

Description

Sets the help text for the given component.

PROCEDURE SetHelpText(
				dialogID    : LONGINT;
				componentID : LONGINT;
				helpText    : STRING);
def vs.SetHelpText(dialogID, componentID, helpText):
    return None

Parameters

Name Type Description
dialogID LONGINT the dialog identifier given by CreateLayout or CreateResizableLayout
componentID LONGINT The identifier of the component for which to set the help text.
helpText STRING The help text to set for the given component.

Version

Availability: from Vectorworks 2010

Category