FGX.AutoCompleteEdit.Types.TfgAutoCompleteEditSuggestions: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 8: | Строка 8: | ||
Описание отсутствует. | Описание отсутствует. | ||
+ | |||
+ | == Методы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <code lang="Delphi">function</code> || <code lang="Delphi">Add(const AText: [[string]])</code> | ||
+ | |||
+ | |- | ||
+ | | <code lang="Delphi">procedure</code> || <code lang="Delphi">Add(const ASuggestions: [[TList<System.string>]])</code> | ||
+ | |||
+ | |- | ||
+ | | <code lang="Delphi">procedure</code> || <code lang="Delphi">Add(const ASuggestions: [[TStringList]])</code> | ||
+ | |||
+ | |} |
Версия 03:59, 10 июня 2019
Delphi
TfgAutoCompleteEditSuggestions = class (TfgCollection)
Описание
Описание отсутствует.
Методы
function |
Add(const AText: string)
|
procedure |
Add(const ASuggestions: [[TList<System.string>]])
|
procedure |
Add(const ASuggestions: TStringList)
|