FMX.Filter.TFilter.operator []
C++
System::Rtti::TValue operator[](const System::UnicodeString Name) { return this->Values[Name]; }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Filter.hpp | FMX.Filter | TFilter |
Description
Returns the value at a specified index.
Operator [] returns the item in the Values array at the position specified by Index.