Icon Create Method

constructor Create(AOwner: TComponent)

Available In: Client and Server Applications

Use this method to create a new instance of the TComponent class. The AOwner parameter indicates the component that will own the instance, or nil if the component has no owner. The owner of the component will automatically free the component instance when the owner is freed.
Image