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;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!