Question and Answer Database FAQ2442D.txt Creating Non-Visual Components Without Icons Category :VCL Platform :All Product :All 32 bit Question: How I do to create a nonvisual component that does not show up on the component palette at design time (such as a TField)? Answer: Nonvisual components without icons are useful for components that are always subcomponents associated with other components. Use RegisterNoIcon instead of RegisterComponent, and then create the component as you would normally. 7/16/98 4:31:28 PM
Last Modified: 01-SEP-99