Club Delphi  
    FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Otros entornos y lenguajes > C++ Builder
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

 
 
Herramientas Buscar en Tema Desplegado
  #9  
Antiguo 27-03-2008
Antonioveneroso Antonioveneroso is offline
Miembro
 
Registrado: feb 2008
Posts: 30
Poder: 0
Antonioveneroso Va por buen camino
De la ayuda de C++ Builder:

Cita:
TApplication is the type used for a GUI windowed application.
TApplication is the type used for a GUI windowed application.

Unit
Forms

Description

TApplication encapsulates a windowed application. The methods and properties introduced in TApplication reflect the fundamentals established in the Windows operating system to create, run, sustain, and destroy an application. TApplication thereby simplifies the interface between the developer and the Windows environment. For this purpose, TApplication encapsulates behavior for

Windows message processing
Context-sensitive online help
Menu accelerator and key processing
Exception handling
Managing the fundamental parts defined by the Windows operating system for an application, such as MainWindow, WindowClass, and so on

Each GUI application automatically declares an Application variable as the instance of the application. If the C++Builder application is not a Web server application, control panel applet, or NT service application, this variable is of type TApplication.

TApplication does not appear on the Component palette, nor is it available in the form designer to visually manipulate; so it has no published properties. Nevertheless, some of its public properties can be set or modified at design time in the Forms and Application pages of the Project|Options dialog box. In addition, you can add a TApplicationEvents component to any form in the project to intercept the application’s events, and supply event handlers using the IDE.

Note: For application-wide properties and methods that affect the display, see TScreen.
Saludos!
Responder Con Cita
 



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
Tab en el Explorador de Windows vtdeleon Noticias 2 16-05-2007 00:14:09
FlashMemory no se ve en Explorador Deiv Windows 5 16-02-2007 00:28:58
Ejecutar un PHP sin explorador majaco Internet 1 24-04-2006 17:24:34
Problemas con el Explorador con las PC en Red santi33a Windows 0 20-12-2005 17:16:46
Explorador de directorios. zugazua2001 Varios 1 08-06-2005 17:48:54


La franja horaria es GMT +2. Ahora son las 07:28:26.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi