Symbian3/SDK/Source/GUID-7B275129-5EF7-4B27-B603-3BDE2C650A93.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    53 </row>
    53 </row>
    54 </tbody>
    54 </tbody>
    55 </tgroup>
    55 </tgroup>
    56 </table>
    56 </table>
    57 <section id="GUID-53619735-6F0F-401F-AE62-154EDF75A0C3"><title>Using
    57 <section id="GUID-53619735-6F0F-401F-AE62-154EDF75A0C3"><title>Using
    58 queries in C++ applications</title><p>The APIs to use for queries are the
    58 queries in applications</title><p>The APIs to use for queries
    59 Queries API, <xref format="html" href="specs/guides/Dialogs_API_Specification/Dialogs_API_Specification.html" scope="peer">Dialogs API</xref>, and the <xref format="html" href="specs/guides/Popups_API_Specification/Popups_API_Specification.html" scope="peer">Popups API</xref>. For implementation information, see <xref format="html" href="specs/guides/Dialogs_API_Specification/Dialogs_API_Specification.html#Dialogs_API_Specification.topic3" scope="peer">Using the Dialogs API</xref>.</p><p>Query dialogs are dialogs
    59 are the Queries API, <xref format="html" href="specs/guides/Dialogs_API_Specification/Dialogs_API_Specification.html" scope="peer">Dialogs API</xref>, and the <xref format="html" href="specs/guides/Popups_API_Specification/Popups_API_Specification.html" scope="peer">Popups API</xref>. For implementation information, see <xref format="html" href="specs/guides/Dialogs_API_Specification/Dialogs_API_Specification.html#Dialogs_API_Specification.topic3" scope="peer">Using the Dialogs API</xref>.</p><p>Query dialogs are dialogs
    60 that can be used to require user input or user selection. All query dialogs
    60 that can be used to require user input or user selection. All query dialogs
    61 derive from <xref href="GUID-DD9C643C-223D-3B70-AEBA-5BF5C5E181ED.dita"><apiname>CAknQueryDialog</apiname></xref>, which inherits <xref href="GUID-FBE5021B-FA5C-3306-B836-601E4BCB11E4.dita"><apiname>CAknDialog</apiname></xref>.
    61 derive from <xref href="GUID-DD9C643C-223D-3B70-AEBA-5BF5C5E181ED.dita"><apiname>CAknQueryDialog</apiname></xref>, which inherits <xref href="GUID-FBE5021B-FA5C-3306-B836-601E4BCB11E4.dita"><apiname>CAknDialog</apiname></xref>.
    62 There are two types of queries: local and global queries. Local query dialogs
    62 There are two types of queries: local and global queries. Local query dialogs
    63 are local to a certain application. That means they are only displayed within
    63 are local to a certain application. That means they are only displayed within
    64 this application. Global query dialogs are system-wide queries, and are shown
    64 this application. Global query dialogs are system-wide queries, and are shown