[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

InputComboEx

Declaration

Source position: dialogs.pp line 742

function InputComboEx(

  const ACaption: string;

  const APrompt: string;

  const AList: TStrings;

  AllowCustomText: Boolean = False

):string;

function InputComboEx(

  const ACaption: string;

  const APrompt: string;

  const AList: array of string;

  AllowCustomText: Boolean = False

):string;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.