FMX.Grid.TImageColumn.PreviewSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreviewSize: TSize read FPreviewSize write SetPreviewSize;

C++

__property System::Types::TSize PreviewSize = {read=FPreviewSize, write=SetPreviewSize};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TImageColumn

Description

Represents the maximum size of a thumbnail that can be displayed in cells of the column.

To improve performance, large pictures are reduced to the specified PreviewSize size. The obtained thumbnail is stored in internal cache and is drawn during repainting.

See Also