Previous Topic

Next Topic

Inhoudsopgave

Book Index

IsahField Objects

IsahField objects

Description

IsahFields objects are extended Delphi field types. They represents a column in a query.

These field types can be used to create persistence fields in scripting.

Details

The following IsahFields can be used:

TIsahFloatField Properties

Property Property FloatKind: enum (R/W)

FloatKind = 2 : Formats the float value as a Isah time (the number of seconds after midnight).

Property Property FieldTimeRange: enum (R/W)

0: no TimeRange set

1: time period in seconds

2: PointOfTime: representation from 00:00:00 to 23:59:59

3: EndTime: representation from 00:00:00 to 24:00:00

Property Property FieldTimeKind: enum (R/W)

0: no conversion from float to point of time

1: conversion from float to hh:mm representation

2: conversion from to hh:mm:ss representation

3: displays time as hours (decimal form, two digits after the decimal separator)

4: displays time as hours (decimal form, three digits after the decimal separator)

5: displays time as minutes (decimal form, two digits after the decimal separator)