Vcl.Imaging.GIFImg.TGIFFrame.GCE

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GCE: TGIFGraphicControlExtension read FGCE write FGCE;

C++

__property TGIFGraphicControlExtension* GCE = {read=FGCE, write=FGCE};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Specifies the parameters used when processing a rendering block.

GCE is a protected property used when processing a graphic rendering block.

See Also