Chapter Contents

Previous

Next
Table Editor: _attach

Table Editor: _attach



Associates the specified data model with the table editor


Syntax
Details
See Also

Syntax

CALL SEND (table-id, '_attach', data-id);

Argument Type Description
data-id
N specifies the object identifier of the data model to attach


Details

The _attach method associates the specified data object with the table editor object. The data object is referred to as the model and is used as the data source for the table. This object is expected to be a subclass of the Table Data Model class (for example, Data Set Data Model), which is the abstract class that defines the communication protocol between the table editor and its attached model.

If the Table Editor is already attached to another model, that model is detached, and then the table is repopulated with the new model's data.

See Also

_detach


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.