[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplicationProperties.Create

Constructor for the class instance.

Declaration

Source position: forms.pp line 1862

public constructor TApplicationProperties.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

Create is the constructor for TApplicationProperties. Create calls the inherited Create method, and sets the defaults values when a new application is being designed, or loads local values for an existing application.

See also

TComponent.Create


Version 3.2 Generated 2024-02-25 Home