Member variable TBColumn():block Foundation

Contains the data code block of a TBColumn object.

Attribute: EXPORTED
Data type: Code block | NIL
Description

This instance variable contains a code block which retrieves the data from a single column of the data source, which is then displayed in the browse window of a TBrowse object. No arguments are passed to the code block when it is evaluated. The code block for the instance variable :block can be passed to the class method :new(). If it is not passed to :new(), :block contains NIL.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.