Data.DBXCommon.TDBXProperties.Add
| [–] Properties | |
|---|---|
| Type: procedure function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp | |
| Unit: Data.DBXCommon | |
| Parent: TDBXProperties | |
Delphi
procedure Add(const Name, Value: string);
C++
void __fastcall Add(const System::UnicodeString Name, const System::UnicodeString Value);
Description
Add a name/value pair.
Use Add to add a name/value pair for connection and driver properties.