DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information.... |
Home ![]() ![]() ![]() ![]() ![]() |
||||
See also: Using the ChartBook, Using the Tables, Using the Charts, Reset (ChartBook)
![]() |
||||
Using the Memo ComponentThe memo component which is available on each tab of the Chartbook is a simple text component which can be used to display unformatted text. This is typically used for providing explanations or hints to the user.The memo on a particular tab can be accessed via the array property Memos[idx] and its subproperties (with idx as the tab number). Its layout can be configured by the method Configure. As the memo component is only a simple text component just a few properties are necessary to control it. Access to the text of the memo is provided by the property Lines, which is a TStringList. All operations available for the string list are also available to the memo component. The properties Alignment, ScrollBars and WordWrap control the appearance of the text. The property Color controls the background color, the property Font controls the font of the text and its color, The property ReadOnly can be set TRUE to prevent the user from changing the displayed text.
|