Show: Delphi C++
Display Preferences

DesignEditors.TPropertyEditor.GetFloatValue

From XE2 API Documentation
Jump to: navigation, search

Delphi

function GetFloatValue: Extended;

Properties

Type Visibility Source Unit Parent
function protected DesignEditors.pas DesignEditors TPropertyEditor

Description

Returns the property value of the first object currently being edited.

Call GetFloatValue to obtain the current value of the property for the first object in the internal list of objects being edited. Call GetFloatValue only if the property is a float type.

If more than one object is currently being edited, GetFloatValue returns the value for the object returned by GetComponent(0). To obtain the current property value for every object currently being edited, use the GetFloatValueAt method.

See Also

Personal tools
Previous Versions
Translations