Show: Delphi
C++
Display Preferences
FMX.Filter.TFilter.FOutput
From XE2 API Documentation
Delphi
FOutput: TBitmap;
C++
Fmx::Types::TBitmap* FOutput;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | protected | FMX.Filter.pas FMX.Filter.hpp |
FMX.Filter | TFilter |
Description
Holds the output TBitmap of the filter.
When you use a stack of filters and the current instance of TFilter is not at the top of the stack, this field is used to automatically initialize the FIntput value of the next filter.