Difference between revisions of "TImage"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "TImage is a a graphic image placed on a form; usually it is loaded from a picture file. It Inherits most of its properties from its ancestors, [[doc:lcl/extctrls/tcu...")
 
Line 1: Line 1:
TImage is a a graphic image placed on a [[TForm|form]]; usually it is loaded from a picture file. It Inherits most of its properties from its ancestors, [[doc:lcl/extctrls/tcustomimage.html|TCustomImage]], [[doc:lcl/controls/tgraphiccontrol.html|TGraphicControl]] and [[doc:lcl/controls/tcontrol.html|TControl]].
+
'''TImage''' is a a graphic image placed on a [[TForm|form]]; usually it is loaded from a picture file. It Inherits most of its properties from its ancestors, [[doc:lcl/extctrls/tcustomimage.html|TCustomImage]], [[doc:lcl/controls/tgraphiccontrol.html|TGraphicControl]] and [[doc:lcl/controls/tcontrol.html|TControl]].
  
 
See [[doc:lcl/extctrls/timage.html|TImage]] in the LCL documentation for details.
 
See [[doc:lcl/extctrls/timage.html|TImage]] in the LCL documentation for details.
  
 
[[Category:LCL]]
 
[[Category:LCL]]

Revision as of 10:36, 21 September 2013

TImage is a a graphic image placed on a form; usually it is loaded from a picture file. It Inherits most of its properties from its ancestors, TCustomImage, TGraphicControl and TControl.

See TImage in the LCL documentation for details.