Datasnap.DSService.TDBXCropRequestFilter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const TypeName: string; Off, Count: Integer); reintroduce; overload;
constructor Create(const TypeName: string); overload; override;

C++

__fastcall TDBXCropRequestFilter(const System::UnicodeString TypeName, int Off, int Count)/* overload */;
__fastcall virtual TDBXCropRequestFilter(const System::UnicodeString TypeName)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService TDBXCropRequestFilter

Description

Creates an instance of the TDBXCropRequestFilter class.

Call Create to create an instance of the TDBXCropRequestFilter class.

The Create method has two overloads. One of them is protected; a child can use it and, if necessary, change its visibility. This overload is called with the TypeName, Off, and Count parameters.

See Also