Data.DBXPlatform.TDBXStringList.Add
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: System.Classes.pas | |
Unit: Data.DBXPlatform | |
Parent: TDBXStringList |
Delphi
function Add(const S: string): Integer; override;
Description
Adds a string at the end of the list.
Data.DBXPlatform.TDBXStringList.Add inherits from System.Classes.TStrings.Add. All content below this line refers to System.Classes.TStrings.Add.
Adds a string at the end of the list.
Call Add to add a string to the end of the list. Add returns the index of the new string.
See Also
Code Examples