Datasnap.DSService.TDSRequestFilter.TypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TypeName: string read FTypeName;

C++

__property System::UnicodeString TypeName = {read=FTypeName};

Properties

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

Description

Identifies the type that the filter applies on.

The TypeName property identifies the type that the filter applies on.

See Also