Click or drag to resize

CDGW Methods

The CDGW type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
This method creates a Dialog window from a specified resource. The Resource is loaded into memory but not displayed.
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodGetInfoMETA
Copies the Dialog information to a META attribute.
Public methodGetInfoSYS
This method uses the information in a Dialog box to set a SYS variable.
Public methodGetList
This method retrieves the list (LST) object associated with a Dialog object.
Public methodGtInfo(Int32, Int32, String)
This method fills the specified string with the text from the text object specified.
Public methodGtInfo(Int32, Int32, String, Int32)
This method fills the specified string with the text from the text object specified.
Public methodiRunDialogue
This method runs the Dialog window.
Public methodSetInfo
This method sets the string of a text object. If the string is too long it will be truncated.
Public methodSetInfoMETA
This sets a text object to the text found in a META attribute.
Public methodSetInfoSYS
This sets a text object to the text found in a system parameter variable. If the variable has not been set, the text is not set.
Public methodSetTitle
Changes the title of the dialog.
Top
See Also