Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OLE control methods provide convenient one-time operations to developers. Unlike properties, whose values are persistant persistent over the life of a control, methods represent actions that a control can perform. Often, methods will change the values of other control properties, so be sure to read the Remarks section of each method carefully. The following methods apply to the SRP ReportTable Control:

MethodDescriptionVersion IntroducedPro Version Introduced
AboutBoxDisplays the control's about box.  
CheckAllChecks all check boxes in a given column.3.0.73.1.3
CollapseAllCollapses all groups  
DeleteDeletes a single row from the table.  
ExpandAllExpands all groups.  
FindStringReturns the first row whose item at the given column location contains the given prefix.  
InsertInserts new data filled rows into the record table.  
MoveColumnProgrammatically moves a column to a new position.  
MoveToProgrammatically navigates the table.  
RecordToRowMaps a record index to a row index.  
RowToRecordMaps a row index to a record index.  
SelectAllSelects all rows in the table. 4.0.0
ShowContextMenuDisplays a context menu at the given mouse point.3.0.1 
UncheckAllUnchecks all check boxes in a given column.3.0.73.1.3
UnselectAllClears the current selection. 4.0.0