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