ValueTree.ChooseRow
Syntax:
Parameters:
<Title> (optional)
Row selection dialog caption.
If no caption is specified, the standard caption "Select row" will be used.
<InitialRow> (optional)
Initial tree row (will be selected when the dialog is opened). If not specified, the first tree row will be selected.
Returned value:
If the user cancels selection, the Undefined value is returned.
Description:
Availability:
Example:
Selection = PurposeTree.ChooseRow("Select a value"); |