Show: Delphi
C++
Display Preferences
FMX.Filter.TFilter.FInput
From XE2 API Documentation
Delphi
FInput: TBitmap;
C++
Fmx::Types::TBitmap* FInput;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | protected | FMX.Filter.pas FMX.Filter.hpp |
FMX.Filter | TFilter |
Description
Holds the input TBitmap of the filter.
When you use a stack of filters and the current instance of TFilter is not at the bottom of the stack, this field is automatically initialized with the FOutput value of the previous filter.
You can also initialize this by using the Values property as follows:
Filter1.Values['Input']= VarFromBitmap(ABitmap);