TdxFloatForm.ParentForm Property
In This Article
Returns the form that owns the float site residing on the float form.
#Declaration
Delphi
property ParentForm: TCustomForm read;
#Property Value
Type |
---|
TCustom |
#Remarks
The value returned by the ParentForm property is obtained from the ParentForm property value of the float site residing on the float form.
See Also