component icon

angerp67

Member
I created componet inherited from TORACLEDATASET adding ParamByName function...

how can i change component icon ???

unit pas is named oracleDataSetGC.pas and dcr oracleDataSetGC.dcr

Into dcr I created into bitmap section TORACLEDATASETGC image...

I compiled and installed component but i see old bmp in component palette

best regards
paolo angeretti
 
You need to include {$R oracleDataSetGC.dcr} in the unit that registers your component. See OracleReg.pas for an example.

------------------
Marco Kalter
Allround Automations
 
Back
Top