JVCL Help:TJvInspectorEventData.OnSetAsFloat

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Event called when data needs to be written as a float.


Pascal

 TJvInspAsFloat = procedure (Sender: TJvInspectorEventData; var Value: Extended) ofobject;
propertyOnSetAsFloat: TJvInspAsFloat;


Parameters

Parameters Description
Value The new value to assign.
Sender Reference to the data layer instance that generated the event.


Description

Write an OnSetAsFloat event handler to write data as a float value.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page