Data.DBXPlatform.TBaseFilterProperties.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(const Name, Value: string); reintroduce;

C++

HIDESBASE void __fastcall Add(const System::UnicodeString Name, const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TBaseFilterProperties

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.

See Also