TcxScalableComponent.Loaded Method
Initializes the component following the application form loading.
Declaration
procedure Loaded; override;
Remarks
This procedure supports the internal infrastructure and is not intended to be used directly from your code. In addition to calling the inherited Loaded procedure, the Loaded procedure applies the DPI-aware form’s scaling factor to the component.
See Also