Methods for ValidationTable

View method list in alphabetical order

NameTypeDescription
Add_Table_ValueProcedureShould be sent for each sValue and description you wish to add to your validation table.
Find_Code_DescriptionFunctionReturns the description for a given code in the DescriptionValidationTable
TableDataFunctionReturns the validation table's data in a two dimensional variant array
Validate_ValueFunctionDetermines whether a value is valid or not (is listed in the validation table or not)

Inherited Methods from Array

Delete_DataProcedureDeletes all data from the Array object
Delete_ItemProcedureRemoves the specified item from the Array and compacts the remaining elements
Sort_ItemsProcedureSorts the items in an array in ascending or descending order

Inherited Methods from cObject

ChildByIndexFunctionCan be used to iterate the direct children of an object
ClassSuperClassFunctionReturns the superclass of the passed class
CreateFunctionCreates an object based on the passed Class Id
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed name
DestroyProcedureDestroys the object that receives the message and any child objects of that object
Exit_ApplicationProcedureStarts the process of closing an application
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchy
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchy
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based on
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]