Data.DBXPlatform.TBaseFilterProperties

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStringListSystem.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTBaseFilterProperties
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: Data.DBXPlatform

Delphi

TBaseFilterProperties = class(TStringList)

C++

class PASCALIMPLEMENTATION TBaseFilterProperties : public System::Classes::TStringList

Description

Represents a list of properties for a DataSnap filter.

Use the TBaseFilterProperties class to store and manipulate a list of properties for a DataSnap filter.

See Also