Difference between revisions of "Reference: MSEgui/TMseComponent"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "=TMseComponent= ==Reference== ===Hierarchy=== * TObject * TPersistent * TComponent * TMseComponent ===Properties=== ===Methods=== ===Events=== ====OnBeforeUpdat...")
 
m (Fixed syntax highlighting)
 
Line 28: Line 28:
 
Is fired before or after a Skin is updated. Also non visual components have this event.
 
Is fired before or after a Skin is updated. Also non visual components have this event.
  
<syntaxhighlight>
+
<syntaxhighlight lang=pascal>
 
property OnBeforeUpdateSkin: notifyeventty;
 
property OnBeforeUpdateSkin: notifyeventty;
 
property OnAfterUpdateSkin: notifyeventty;
 
property OnAfterUpdateSkin: notifyeventty;
Line 34: Line 34:
  
  
==known issues==
+
==Known issues==
  
===issues of the class===
+
===Issues of the class===
  
  
  
===issues of this documentation===
+
===Issues of this documentation===
  
 
Feel free to add your points here.
 
Feel free to add your points here.

Latest revision as of 08:34, 25 February 2020

TMseComponent

Reference

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TMseComponent


Properties

Methods

Events

OnBeforeUpdateSkin, OnAfterUpdateSkin

Is fired before or after a Skin is updated. Also non visual components have this event.

property OnBeforeUpdateSkin: notifyeventty;
property OnAfterUpdateSkin: notifyeventty;


Known issues

Issues of the class

Issues of this documentation

Feel free to add your points here.