[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: dialogs.pp line 742
function InputComboEx( |
const ACaption: string; |
const APrompt: string; |
const AList: TStrings; |
AllowCustomText: Boolean = False |
):string; |
const ACaption: string; |
const APrompt: string; |
const AList: array of string; |
AllowCustomText: Boolean = False |
):string; |
lazarus-ccr.sourceforge.net |