Show: Delphi
C++
Display Preferences
FMX.Filter.TFilterRec
From XE3 API Documentation
Delphi
TFilterRec = record Name: string; Desc: string; Values: TFilterValueRecArray; constructor Create(const AName, ADesc: string; AValues: array of TFilterValueRec); overload; end;
C++
struct DECLSPEC_DRECORD TFilterRec{ public: System::UnicodeString Name; System::UnicodeString Desc; TFilterValueRecArray Values; __fastcall TFilterRec(const System::UnicodeString AName, const System::UnicodeString ADesc, TFilterValueRec *AValues, const int AValues_Size)/* overload */; TFilterRec() {} };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | FMX.Filter.pas FMX.Filter.hpp |
FMX.Filter | FMX.Filter |
Description
Record that holds filter attributes.
The following table shows the significance of the record fields:
| Parameter | Description |
|---|---|
|
|
The name of the filter |
|
|
The description of the filter |
|
|
The TFilterValueRec array of the filter |