Table of Contents

TTMSFNCObjectInspector.InputListQuery Method

Shows a list-selection query dialog.

API unit family: TMSFNCObjectInspector Declaring type: TTMSFNCObjectInspector

Syntax

class function InputListQuery(const ACaption, APrompt: string; SL: TStringList; var Value: string): Boolean;

Parameters

Name Description
ACaption Dialog caption.
APrompt Prompt shown above the list.
SL List of selectable values.
Value Selected value when the dialog is accepted.

Returns

True when the dialog is accepted; otherwise False.