Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomForm.GetFloating

Gets the value for the Floating properties.

Declaration

Source position: forms.pp line 616

protected function TCustomForm.GetFloating: Boolean; override;

Function result

Value for the property.

See also

TControl.Floating

  

Determines whether the control is floating (not part of a form).

TControl.GetFloating

  

Determines whether the control is floating.