summaryrefslogtreecommitdiff
path: root/resources-en/src/tips/SmartTypeAfterNew.html
blob: a650f96c72576a1b6e9bd15311317923c8366102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
    <link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>


    <p>The SmartType code completion may be used after the
      <span class="code_keyword">new</span> keyword,
      to instantiate an object of the expected type. For example, type</p>
      <p class="image"><img src="images/smart_type_after_new_1.gif"></p>
      <p>and press <span class="shortcut">&shortcut:SmartTypeCompletion;</span>:</p>
      <p class="image"><img src="images/smart_type_after_new_2.gif"></p>



</body>
</html>