Vcl.AxCtrls.TActiveForm.ActiveFormControl
Delphi
property ActiveFormControl: TActiveFormControl read FActiveFormControl;
C++
__property TActiveFormControl* ActiveFormControl = {read=FActiveFormControl};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TActiveForm |
Beschreibung
Ist ein Zeiger auf das ActiveFormControl-Objekt.
Mit ActiveFormControl greifen Sie auf das Objekt zu, das alle ActiveX-Schnittstellen für dieses ActiveForm implementiert. ActiveFormControl creates the TActiveForm object.