API:Vcl.AxCtrls.TActiveForm

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Forms.TCustomActiveFormVcl.Forms.TCustomFormVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTActiveForm

Delphi

TActiveForm = class(TCustomActiveForm)

C++

class PASCALIMPLEMENTATION TActiveForm : public Vcl::Forms::TCustomActiveForm

Properties

Type Visibility Source Unit Parent
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Description

TCustomActiveForm is the base class for Active Forms.

Vcl.AxCtrls.TActiveForm inherits from Vcl.Forms.TCustomActiveForm. All content below this line refers to Vcl.Forms.TCustomActiveForm.

TCustomActiveForm is the base class for Active Forms.

TCustomActiveForm is used in code that is generated automatically by the ActiveForm wizard. For more information, see Generating an ActiveX control based on a VCL form.