| [Overview][Classes][Procedures and functions] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: stylemanager.pas line 29
| type TStyleManager = class(TObject) | ||
| public | ||
| constructor Create; | 
 | |
| destructor Destroy; override; | 
 | |
| property DefaultStyle: TStyle; [r] | 
 | |
| procedure SetStyle(); | 
 | |
| end; | 
| 
 | ||
| | | ||
| TObject |