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

InputCombo

Declaration

Source position: dialogs.pp line 740

function InputCombo(

  const ACaption: string;

  const APrompt: string;

  const AList: TStrings

):Integer;

function InputCombo(

  const ACaption: string;

  const APrompt: string;

  const AList: array of string

):Integer;

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