Datasnap.DSService.TDBXCropRequestFilter.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

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 */;

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