Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Method Type

Former Member
0 Likes
537

Hi all,

What does this tab indicate?

what does that symbol with constructor called.

I couldn't find documentation on that any where.

Thanks & regards

VIPIN V

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

Hi,

The method type specifies whether the method is a normal method, an event handler, a constructor, a destructor or the get method or set method of a virtual attribute.

This property is defined by the method definition and is displayed using an icon:

ρ Constructor, class constructor or destructor

Ͻ Event handler

Ϳ Set or get method

If you want to create constructor/class constructor you can make use of following shorcut keys.

Create Constructor ( F5)

Create Class Constructor ( F6)

Thanks

KH

1 REPLY 1
Read only

Former Member
0 Likes
512

Hi,

The method type specifies whether the method is a normal method, an event handler, a constructor, a destructor or the get method or set method of a virtual attribute.

This property is defined by the method definition and is displayed using an icon:

ρ Constructor, class constructor or destructor

Ͻ Event handler

Ϳ Set or get method

If you want to create constructor/class constructor you can make use of following shorcut keys.

Create Constructor ( F5)

Create Class Constructor ( F6)

Thanks

KH