Datasnap.DSService.TDBXCropRequestFilter.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read FCount;

C++

__property int Count = {read=FCount, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService TDBXCropRequestFilter

Description

Represents the number of characters in the filter's value.

The Count property represents the number of characters cropped from the filter's value.

See Also