delphi (RIO 10.3 ) get access to the component icons at runtime ( from the package binary resources ? )

169 views Asked by At

Is it possible to get access to the component icons that are used in the IDE, but at runtime?

I understand the icons are compiled as a binary resource into the package during component development, and the IDE can access them to show, e.g. on the component palette. But I'm not very familiar with binary resources and the functionalities (RCDATA, bitmap, etc..).

Can you do the same from you own application (and what would you need to deploy or register to achieve this?), e.g. get the component icon of FMX's TEdit?

0

There are 0 answers