Data.DBXPlatform.TBaseFilterProperties.Add
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TBaseFilterProperties |
Delphi
procedure Add(const Name, Value: string); reintroduce;
C++
HIDESBASE void __fastcall Add(const System::UnicodeString Name, const System::UnicodeString Value);
Description
Adds a new property to the filter's properties list.
Call Add to add a new property to the filter's properties list.
This new property is essentially a string composed by concatenating the string given as the Name parameter, the separator character given by the NameValueSeparator property, and the string given as the Value parameter.