Files
harbour-core/harbour/samples/cccppc/object.cls
1999-11-09 01:37:27 +00:00

27 lines
704 B
OpenEdge ABL
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//
// $Id$
//
class OBJECT
nmethod oinit{ob_oinit}()
// Inicializ l egy (tetsz“leges) objektumot.
nmethod getClass{ob_getClass}()
// Megadja az objektum oszt ly t.
nmethod isClass{ob_isClass}()
// Az objektum oszt ly-e vagy sem.
nmethod getAttrib{ob_getAttrib}(attribId)
// Ha az attribId string, akkor az adott nev attribŁtum
// rtkt adja. Ha sz m, akkor az adott index attributum
// rtkt adja.
nmethod setAttrib{ob_setAttrib}(attribId,value)
// Ha az attribId string, akkor az adott nev attribŁtum
// rtkt  llˇtja be. Ha sz m, akkor az adott index
// attributum rtkt  llˇtja be.
// Mindig a 'value'-val tr vissza.