Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals

Introduction
 » DynamicSkinForm
 » DynamicSkinForm Features
 » Installation
Reference
 » Components
 » Skin Data Format
FAQ & Support Details
 » Apply Skin Colors to Third-party Controls
 » Add Skin Support for Project
 » How to Create Skin?
 » Add Png Images Support in Controls
 » Technical Support
 

Apply Skin Colors to Third-party Controls

Use TspDynamicSkinForm.OnChangeSkinData event and TspSkindata.SkinColors property.

Example:

ipod repair flash drive file restore usb drive undelete
undelete data data recovery software drive recovery software download
best data recovery software unformat usb digital picture recovery

procedure TForm1.spDynamicSkinForm1ChangeSkinData(Sender: TObject);
begin
DBGridEh1.FixedColor := spSkinData1.SkinColors.cBtnFace;
DBGridEh1.Color := spSkinData1.SkinColors.cWindow;
DBGridEh1.Font.Color := spSkinData1.SkinColors.cWindowText;
DBGridEh1.TitleFont.Color := spSkinData1.SkinColors.cBtnText;
end;

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals