Vcl.OleCtnrs.TOleContainer.Iconic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Iconic: Boolean read GetIconic write SetIconic stored False;

C++

__property bool Iconic = {read=GetIconic, write=SetIconic, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Determines whether the OLE object is displayed as an icon.

Set Iconic to specify whether the OLE container displays the icon for the server application instead of the image of the object. If Iconic is true, the OLE object is displayed as an icon; if false, it's displayed as it would be in the server application.

See Also