Chapter Contents

Previous

Next
Object Class: _deleteInstanceMethod

Object Class: _deleteInstanceMethod



Removes a per-instance method from a class or object


Syntax

Syntax

objectName._deleteInstanceMethod( method );
objectName._deleteInstanceMethod( method, entryName );
objectName._deleteInstanceMethod( method, entryName, label );
objectName._deleteInstanceMethod( method, entryName,label,whenToExecute );

Argument Type Use Description
method Character Input specifies the name of the per-instance method to delete
entryName Character Input specifies the SAS/AF entry where the method code is implemented
label Character Input specifies the SCL label where the method is implemented
whenToExecute Character Input specifies when to execute this per-instance method in relation to others; user 'BEFORE', 'OVERRIDE' (default), or 'AFTER'


Chapter Contents

Previous

Next

Top of Page

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