DEOInformationEx - cCJDeoMenuItem
Determines whether the focus object is a DEO
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| ByRef hoServer | Handle | Returns the focus object's DataDictionary Object (DDO) |
| ByRef bHasRecord | Boolean | Returns True if the focus object's DDO has an active record |
| ByRef bChanged | Boolean | Returns True if the focus object's DDO is changed |
| ByRef bHasIndex | Boolean | Returns True if the focus object's table/column has an index (i.e., if it supports finding) |
| ByRef bIsDEOControl | Boolean | Returns whethe the focus object is a DEO |
| ByRef iFile | Integer | Table number (if DEO) |
| ByRef iField | Integer | Column number (if DEO) |
Syntax
Function DEOInformationEx ByRef Handle hoServer ByRef Boolean bHasRecord ByRef Boolean bChanged ByRef Boolean bHasIndex ByRef Boolean bIsDEOControl ByRef Integer iFile ByRef Integer iField Returns Boolean
Call Example
Get DEOInformationEx hoServer bHasRecord bChanged bHasIndex bIsDEOControl iFile iField to BooleanVariable
Description
DEOInformationEx is used internally and returns whether the focus object is a DEO (Data Entry Object).
Return Value
True if focus object is a DEO, False if not.