Procedure InitGrid
Description
Initializes the TIsahDBGrid Control. Call this method right after creation of the TIsahDBGrid object. After calliing the InitGrid method all other properties, methods and functions of the TIsahDBGrid Control can be invoked.
Code Snippet
Set idbgridPart = IsahObjects.Get(
"TIsahDBGrid"
)
idbgridPart.InitGrid
idbgridPart.Name = "idbgridPart"