2015 Feb 18 7:20 AM
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
2015 Feb 18 7:35 AM
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
2015 Feb 18 7:35 AM
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