JVCL Help:TJvInspectorEventData.OnGetAsOrdinal

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 read as an integer value.


Pascal

 propertyOnGetAsOrdinal: TJvInspAsInt64;


Parameters

Parameters Description
Sender Reference to the data layer instance that generated the event.
Value Set this parameter to the value the instance represents.


Description

Write an OnGetAsOrdinal event handler to read data as an integer or ordinal value. This includes enumerations - use Ord(<enum value>) - and class instances - use Longword(<instance>) or Integer(<instance>).


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