Datasnap.DSService.TDSRequestFilter.Name

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSService.pas
Datasnap.DSService.hpp
Unit: Datasnap.DSService
Parent: TDSRequestFilter

Delphi

property Name: string read FName write FName;

C++

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

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