This custom formatter introduces the method CSSendDataset() which allows you to send any TDataset (tables, queries etc.) to Codesite in a grid form. It is especially suitable for sending small to mid sized result sets.
Thanks to Rafe Aldridge for this donation.
*** CodeSite 3 is required as this add-on makes use of the new table view. ***
CodeSite 2 shipped with a sample custom formatter for sending the contents of a single dataset record to the Viewer. This is simply the original code rebuilt for CodeSite 3, exposing the method CSSendDatasetRecord() to display the active record.
Thanks to Rich Ackerson for this update.
Note: the custom message constant is "csmDatasetRecord = csmUser + 1"
*** CodeSite 3 is required due to CodeSiteLogging being used. ***
Introduces two new methods, CSSendKey() and CSSendButton(). These methods report details about the active keypress and mouse click, respectively; including a text representation of the key/button, its hex value, and the shift state.
Thanks to Pim Klingens for this donation.
*** CodeSite 2 is required ***
This custom formatter introduces a new method, CSSendIcon() which allows you to send data of type TIcon to the viewer. This formatter was created from sample code found on the CodeSite newsgroups.
Thanks to Rich Ackerson for this donation.
*** CodeSite 2 is required ***