Datasnap.DSService.TDSRequestFilter.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName write FName;

C++

__property System::UnicodeString Name = {read=FName, write=FName};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService TDSRequestFilter

Description

Identifies the filter name.

The Name property identifies the filter name and is used by the generic code of the DataSnap Service to access it.

See Also