TdxFloatForm.ParentForm Property
Returns the form that owns the float site residing on the float form.
Declaration
property ParentForm: TCustomForm read;
Property Value
Type |
---|
TCustomForm |
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