Top Method Summary
Options Name Purpose
AssignFromBuffer (handle) Copies the buffer values to the entity table's properties
AssignToBuffer (handle) Copies the entity table's properties to the buffer values
OnAllowAttachmentsChanged (EventArgs) Raises the AllowAttachmentsChanged event
OnAllowCommentsChanged (EventArgs) Raises the AllowCommentsChanged event
OnDatabaseNameChanged (EventArgs) Raises the DatabaseNameChanged event
OnDescriptionFieldsChanged (EventArgs) Raises the DescriptionFieldsChanged event
OnDescriptionFormatsChanged (EventArgs) Raises the DescriptionFormatsChanged event
OnDescriptionSubstituteChanged (EventArgs) Raises the DescriptionSubstituteChanged event
OnQualifiedTableNameChanged (EventArgs) Raises the QualifiedTableNameChanged event
OnTableDescriptionChanged (EventArgs) Raises the TableDescriptionChanged event
OnTableGUIDChanged (EventArgs) Raises the TableGUIDChanged event
OnTableNameChanged (EventArgs) Raises the TableNameChanged event
OnTempTableNameChanged (EventArgs) Raises the TempTableNameChanged event
OnUniqueKeyFieldsChanged (EventArgs) Raises the UniqueKeyFieldsChanged event
OnUniqueKeyFormatsChanged (EventArgs) Raises the UniqueKeyFormatsChanged event
OnUniqueKeySubstituteChanged (EventArgs) Raises the UniqueKeySubstituteChanged event

Top Constructor Summary
Options Name Purpose
SmartTable_Generated () Constructor of the SmartTable_Generated class
SmartTable_Generated (handle) Constructor of the SmartTable_Generated class

Top Event Summary
Options Name Purpose
AllowAttachmentsChanged (Object, EventArgs) Raised when the AllowAttachments property value changes
AllowCommentsChanged (Object, EventArgs) Raised when the AllowComments property value changes
DatabaseNameChanged (Object, EventArgs) Raised when the DatabaseName property value changes
DescriptionFieldsChanged (Object, EventArgs) Raised when the DescriptionFields property value changes
DescriptionFormatsChanged (Object, EventArgs) Raised when the DescriptionFormats property value changes
DescriptionSubstituteChanged (Object, EventArgs) Raised when the DescriptionSubstitute property value changes
QualifiedTableNameChanged (Object, EventArgs) Raised when the QualifiedTableName property value changes
TableDescriptionChanged (Object, EventArgs) Raised when the TableDescription property value changes
TableGUIDChanged (Object, EventArgs) Raised when the TableGUID property value changes
TableNameChanged (Object, EventArgs) Raised when the TableName property value changes
TempTableNameChanged (Object, EventArgs) Raised when the TempTableName property value changes
UniqueKeyFieldsChanged (Object, EventArgs) Raised when the UniqueKeyFields property value changes
UniqueKeyFormatsChanged (Object, EventArgs) Raised when the UniqueKeyFormats property value changes
UniqueKeySubstituteChanged (Object, EventArgs) Raised when the UniqueKeySubstitute property value changes

Top Property Summary
Options Name Purpose
LOGICAL AllowAttachments
LOGICAL AllowComments
CHARACTER DatabaseName
CHARACTER DescriptionFields
CHARACTER DescriptionFormats
CHARACTER DescriptionSubstitute
CHARACTER QualifiedTableName
CHARACTER TableDescription
CHARACTER TableGUID
CHARACTER TableName
CHARACTER TempTableName
CHARACTER UniqueKeyFields
CHARACTER UniqueKeyFormats
CHARACTER UniqueKeySubstitute


Method Detail
Top

AssignFromBuffer (handle)

Purpose: Copies the buffer values to the entity table's properties
Notes:

Parameters:
phBuffer HANDLE
The handle of the record buffer to assign properties from
Top

AssignToBuffer (handle)

Purpose: Copies the entity table's properties to the buffer values
Notes:

Parameters:
phBuffer HANDLE
The handle of the record buffer to assign properties from
Top

OnAllowAttachmentsChanged (EventArgs)

Purpose: Raises the AllowAttachmentsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnAllowCommentsChanged (EventArgs)

Purpose: Raises the AllowCommentsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnDatabaseNameChanged (EventArgs)

Purpose: Raises the DatabaseNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnDescriptionFieldsChanged (EventArgs)

Purpose: Raises the DescriptionFieldsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnDescriptionFormatsChanged (EventArgs)

Purpose: Raises the DescriptionFormatsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnDescriptionSubstituteChanged (EventArgs)

Purpose: Raises the DescriptionSubstituteChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnQualifiedTableNameChanged (EventArgs)

Purpose: Raises the QualifiedTableNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnTableDescriptionChanged (EventArgs)

Purpose: Raises the TableDescriptionChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnTableGUIDChanged (EventArgs)

Purpose: Raises the TableGUIDChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnTableNameChanged (EventArgs)

Purpose: Raises the TableNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnTempTableNameChanged (EventArgs)

Purpose: Raises the TempTableNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnUniqueKeyFieldsChanged (EventArgs)

Purpose: Raises the UniqueKeyFieldsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnUniqueKeyFormatsChanged (EventArgs)

Purpose: Raises the UniqueKeyFormatsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

OnUniqueKeySubstituteChanged (EventArgs)

Purpose: Raises the UniqueKeySubstituteChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event


Constructor Detail
Top

SmartTable_Generated ()

Purpose: Constructor of the SmartTable_Generated class
Notes:

Top

SmartTable_Generated (handle)

Purpose: Constructor of the SmartTable_Generated class
Notes:

Parameters:
phBuffer HANDLE
A source buffer to copy the values from


Event Detail
Top

AllowAttachmentsChanged (Object, EventArgs)

Purpose: Raised when the AllowAttachments property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

AllowCommentsChanged (Object, EventArgs)

Purpose: Raised when the AllowComments property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

DatabaseNameChanged (Object, EventArgs)

Purpose: Raised when the DatabaseName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

DescriptionFieldsChanged (Object, EventArgs)

Purpose: Raised when the DescriptionFields property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

DescriptionFormatsChanged (Object, EventArgs)

Purpose: Raised when the DescriptionFormats property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

DescriptionSubstituteChanged (Object, EventArgs)

Purpose: Raised when the DescriptionSubstitute property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

QualifiedTableNameChanged (Object, EventArgs)

Purpose: Raised when the QualifiedTableName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

TableDescriptionChanged (Object, EventArgs)

Purpose: Raised when the TableDescription property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

TableGUIDChanged (Object, EventArgs)

Purpose: Raised when the TableGUID property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

TableNameChanged (Object, EventArgs)

Purpose: Raised when the TableName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

TempTableNameChanged (Object, EventArgs)

Purpose: Raised when the TempTableName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

UniqueKeyFieldsChanged (Object, EventArgs)

Purpose: Raised when the UniqueKeyFields property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

UniqueKeyFormatsChanged (Object, EventArgs)

Purpose: Raised when the UniqueKeyFormats property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

UniqueKeySubstituteChanged (Object, EventArgs)

Purpose: Raised when the UniqueKeySubstitute property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event


Property Detail
Top

LOGICAL AllowAttachments


Returns LOGICAL
Top

LOGICAL AllowComments


Returns LOGICAL
Top

CHARACTER DatabaseName


Returns CHARACTER
Top

CHARACTER DescriptionFields


Returns CHARACTER
Top

CHARACTER DescriptionFormats


Returns CHARACTER
Top

CHARACTER DescriptionSubstitute


Returns CHARACTER
Top

CHARACTER QualifiedTableName


Returns CHARACTER
Top

CHARACTER TableDescription


Returns CHARACTER
Top

CHARACTER TableGUID


Returns CHARACTER
Top

CHARACTER TableName


Returns CHARACTER
Top

CHARACTER TempTableName


Returns CHARACTER
Top

CHARACTER UniqueKeyFields


Returns CHARACTER
Top

CHARACTER UniqueKeyFormats


Returns CHARACTER
Top

CHARACTER UniqueKeySubstitute


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:28:38