FMX.Filter.TFilter.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

System::Rtti::TValue operator[](const System::UnicodeString Index) { return this->Values[Index]; }

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.

See Also