Record object
Tip The /COM object can be placed on a HTML page (with usage of the HTML object tag:  <object classid="clsid:...">)  using the class identifier: {656D66AF-1E46-45E3-B1B5-FFE9FB353AC7}. The object's program identifier is: "Exontrol.Record". The /COM object module is: "ExRecord.dll"
Exontrol's new exRecord control is a container component that displays a set of editors added manually or bounded to a table in a database. The exRecord name comes from the record, that's a set of fields that contain related information, in database type systems. The exRecord significantly reduces development time of data components. The Record object supports the following properties and methods:

NameDescription
AddAdds an editor and returns a reference to the newly created object.
AppearanceRetrieves or sets the control's appearance.
AttachTemplateAttaches a script to the current object, including the events, from a string, file, a safe array of bytes.
BackColorSpecifies the control's background color.
BackgroundReturns or sets a value that indicates the background color for parts in the control.
BeginUpdateMaintains performance when editors are added to the control one at a time. This method prevents the control from painting until the EndUpdate method is called.
BorderHeightSets or retrieves a value that indicates the border height of the control.
BorderWidthSets or retrieves a value that indicates the border width of the control.
CheckImageRetrieves or sets a value that indicates the index of the image for the checkbox fields.
CountReturns the number of editors in a control.
CustomLayoutSpecifies an array of relative positions that are used when the control arranges the fields on the page.
DataSourceRetrieves or sets a value that indicates the data source for object.
EditorFromPointRetrieves the editor from point.
EnabledEnables or disables the control.
EndUpdateResumes painting the control after painting is suspended by the BeginUpdate method.
EnsureVisibleEnsures that a field fits the control's client area.
ExecuteTemplateExecutes a template and returns the result.
FieldHeightRetrieves or sets a value that indicates the height of the field.
FieldWidthRetrieves or sets a value that indicates the width of the field.
FocusSpecifies the editor that gets the focus.
FontRetrieves or sets the control's font.
ForeColorSpecifies the control's foreground color.
HBorderFieldReturns or sets a value that indicates the distance between two fields on the horizontal axis.
HFieldCountSets or gets a value that indicates the number of fields on the horizontal axis.
HTMLPictureAdds or replaces a picture in HTML captions.
hWndRetrieves the control's window handle.
ImagesSets at runtime the control's image list. The Handle should be a handle to an Images List Control.
ImageSizeRetrieves or sets the size of icons the control displays..
itemReturns an editor based on its index.
ItemByPositionReturns an editor based on its position.
LabelAlignmentSpecifies the alignment of the label relative to the field.
LabelSizeRetrieves or sets a value that indicates the size of the label.
LastErrorRetrieves the description for the last error.
LayoutRetrieves or sets a value that indicates the way how fields are arranged.
LayoutHeightRetrieves a value that indicates the height that's required so all editors fit the control's client area.
LayoutWidthRetrieves a value that indicates the width that's required so all editors fit the control's client area.
PictureRetrieves or sets a graphic to be displayed in the control.
PictureDisplayRetrieves or sets a value that indicates the way how the graphic is displayed on the control's background
RadioImageRetrieves or sets a value that indicates the index of the image for the radio button fields.
RefreshRefreshes the control.
RemoveRemoves an editor.
RemoveAllRemoves all the editors in the control.
ReplaceIconAdds a new icon, replaces an icon or clears the control's image list.
ScrollBarsSpecifies the type of scroll bars that control adds.
SelBackColorRetrieves or sets a value that indicates the selection background color.
SelForeColorRetrieves or sets a value that indicates the selection foreground color.
ShowImageListSpecifies whether the control's image list window is visible or hidden.
ShowToolTipShows the specified tooltip at given position.
TemplateSpecifies the control's template.
TemplateDefDefines inside variables for the next Template/ExecuteTemplate call.
TemplatePutDefines inside variables for the next Template/ExecuteTemplate call.
ToolTipDelaySpecifies the time in ms that passes before the ToolTip appears.
ToolTipFontRetrieves or sets the tooltip's font.
ToolTipPopDelaySpecifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control.
ToolTipWidthSpecifies a value that indicates the width of the tooltip window, in pixels.
UseTabKeyRetrieves or sets a value that indicates whether the Tab key navigate through the control's fields.
UseVisualThemeSpecifies whether the control uses the current visual theme to display certain UI parts.
VBorderFieldReturns or sets a value that indicates the distance between two fields on the vertical axis.
VersionRetrieves the control's version.
VFieldCountSets or gets a value that indicates the number of fields on the vertical axis.
VisualAppearanceRetrieves the control's appearance.