Class TFireGridFilterHistory

Unit

Declaration

type TFireGridFilterHistory = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create(filter: TFireGridFilter);
Public destructor Destroy; override;
Public function GetCount: Integer;
Public function GetCondition(index: Integer): TFireGridFilterGroupCondition;
Public function GetCurrentIndex: Integer;
Public procedure SetCurrentIndex(Index: Integer);
Public procedure SetCondition(Condition: TFireGridFilterGroupCondition; Update: Boolean);
Public function GetFilter: TFireGridFilter;

Properties

Public property OnChange: TNotifyEvent read FOnChange write FOnChange;

Description

Methods

Public constructor Create(filter: TFireGridFilter);
 
Public destructor Destroy; override;
 
Public function GetCount: Integer;
 
Public function GetCondition(index: Integer): TFireGridFilterGroupCondition;
 
Public function GetCurrentIndex: Integer;
 
Public procedure SetCurrentIndex(Index: Integer);
 
Public procedure SetCondition(Condition: TFireGridFilterGroupCondition; Update: Boolean);
 
Public function GetFilter: TFireGridFilter;
 

Properties

Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
 

Generated by PasDoc 0.15.0.