IcxFilterControl.GetCount Method
Returns the Count property value.
Declaration
function GetCount: Integer;
Returns
Type |
---|
Integer |
Remarks
This method is designed to be a ‘read’ method of the Count property. When implemented, it returns the number of items (for instance columns or fields), which can be involved in filtering.
See Also