Vcl.ActnList.TCustomAction.FImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FImage: TObject;

C++

System::TObject* FImage;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomAction

Description

Specifies an image object.

FImage is a protected field that specifies an image. The property that uses the FImage field is used for design-time support in .NET.

See Also