RAD Studio (Common)
ContentsIndex
PreviousUpNext
Members

Note that the set of available members is different for the design and implementation projects. 

The table below lists the diagram elements along with the members that can be added using the context menu of the element. The type of applicable project is specified in square brackets.  

Members available  

Container element  
Members available  
Class  
Function [Visual Basic]
Subroutine [Visual Basic]
Method [C#]
Operation [Design]
Constructor [Design, C#, Visual Basic]
Destructor [C#]
Field [C#, Visual Basic]
Attribute [Design]
Property [C#, Visual Basic]
Indexer [C#]
Event [C#]  
Interface  
Function [Visual Basic]
Subroutine [Visual Basic]
Method [C#]
Property [C#, Visual Basic]
Indexer [C#]
Event [C#]
Attribute [Design]
Operation [Design]  
Structure  
Method
Constructor
Field
Property
Indexer
Event  
Module  
Function
Subroutine
Constructor
Field
Property  
Enumeration  
Enum Value  

For implementation projects: If you set the abstract property for a method, property, or indexer (in abstract classes) as True in the Properties Window, the method body is removed from the source code. This is the desired behavior. Resetting the abstract property to False in the Object InspectorProperties Window, adds a new empty method body.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!