RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActiveForm Class

TCustomActiveForm is the base class for Active Forms.

Pascal
TCustomActiveForm = class(TCustomForm);
C++
class TCustomActiveForm : public TCustomForm;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!