Properties Functions
OraFormsAddPropertyBoolean Function
Adds a property of type boolean to a message.
OraFormsAddPropertyByte Function
Adds a property of type byte to a message.
OraFormsAddPropertyInt Function
Adds a property of type integer to a message.
OraFormsAddPropertyMessage Function
Adds a property from type message to another message.
OraFormsAddPropertyPoint Function
Adds a property of type point to a message.
OraFormsAddPropertyRectangle Function
Adds a property of type rectangle to a message.
OraFormsAddPropertyString Function
Adds a property of type string to a message.
OraFormsGetFlexCellData Function
Feturns the value of the field in a flex window.
OraFormsGetFlexCellPropBoolean Function
Returns the Boolean property of a cell.
OraFormsGetFlexCellPropBooleanByIndex Function
Returns the Boolean property of a cell.
OraFormsGetFlexCellPropInt Function
Returns a specified cell’s integer property.
OraFormsGetFlexCellPropIntByIndex Function
Returns a specified cell’s integer property.
OraFormsGetFlexCellPropString Function
Returns a flex window cell’s string property.
OraFormsGetFlexCellPropStringByIndex function
Returns a flex window cell’s string property.
OraFormsGetFlexColumnCount Function
Returns the number of columns in a flex window.
OraFormsGetFlexColumnIndex Function
Returns the index of the specified column.
OraFormsGetFlexColumnName Function
Returns a column’s name.
OraFormsGetFlexPropBoolean Function
Returns a specified Boolean type flex window property.
OraFormsGetFlexPropString Function
Returns the specified string property of a flex window.
OraFormsGetFlexRowCount Function
Returns the number of rows within a flex window.
OraFormsGetFlexRowIndex Function
Returns the index of the specified row.
OraFormsGetFlexRowName Function
Returns the name of the specified row within a flex window.
OraFormsGetPropByte Function
Returns the specified property's value for the given control.
OraFormsGetPropByteArray Function
Returns an element of a byte array for a specified property within a control.
OraFormsGetPropByteArrayLen Function
Returns the length for a byte array property.
OraFormsGetPropInt Function
Returns the specified property's value for the given control.
OraFormsGetPropNull Function
Determines whether a property for the specified control is NULL.
OraFormsGetPropPoint Function
Gets the value for a point property of a specified control.
OraFormsGetPropRectangle Function
Returns the value of a rectangle property for the specified control.
OraFormsGetPropString Function
Returns the specified property's value for the given control.
OraFormsGetPropStringArray Function
Returns an element of a string array property at a given position.
OraFormsGetPropStringArrayLen Function
Returns the length (a number) of a string array property.
OraFormsSetBoolean Function
Sets a boolean property that must be sent with the next request.
OraFormsSetByte Function
Sets a byte property that must be sent with the next request.
OraFormsSetByteArray Function
Sets a byte array that must be sent with the next request.
OraFormsSetCharacter Function
Sets a character property that must be sent with the next request.
OraFormsSetInt Function
Sets an integer property that must be sent with the next request.
OraFormsSetPoint Function
Sets a point property that must be sent with the next request.
OraFormsSetRectangle Function
Sets a rectangle property that must be sent with the next request.
OraFormsSetString Function
Sets a string property that must be sent with the next request.
OraFormsSetStringArray Function
Sets an array of string properties that must be sent with the next request.
Parent topic:
Oracle Forms Functions Reference