FMX.Filter.TFilter.ValuesAsPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValuesAsPoint[const Index: string]: TPointF read GetFilterValuesAsPoint  write SetFilterValuesAsPoint;

C++

__property System::Types::TPointF ValuesAsPoint[const System::UnicodeString Index] = {read=GetFilterValuesAsPoint, write=SetFilterValuesAsPoint};

Properties

Type Visibility Source Unit Parent
property public
FMX.Filter.pas
FMX.Filter.hpp
FMX.Filter TFilter

Description

Provides access to a TPointF shader filter value by its Index in FValues.

Read ValuesAsPoint to return a TPointF shader filter value if the shader filter value with the Index name is a TPointF, and nil otherwise. To set this property, you must provide a TPointF instance.

See Also