RAD Studio VCL Reference
ContentsIndex
TApplication Members Public Methods
Public Methods
 
Name 
Description 
 
Increments the reference count for this interface. 
 
Decrements the reference count for this interface. 
 
Displays a hint window for the control at a specified position. 
 
This is AddPopupForm, a member of class TApplication. 
 
Responds after the last constructor has executed. 
 
Copies the contents of another, similar object. 
 
Performs any necessary actions before the first destructor is called. 
 
Responds before the first destructor executes. 
 
Sets the last active window as the topmost window on the desktop above all other applications. 
 
Cancels the display of a hint for a control. 
 
Returns a pointer to the runtime type information (RTTI) table for the object type. 
 
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). 
 
Determines whether an object is of a specific type. 
 
Returns the type of the immediate ancestor of a class. 
 
Returns the class reference for the object's class. 
 
Performs finalization on long strings, variants, and interface variables within a class. 
 
Notifies the application when a control is destroyed. 
 
Creates a new application. 
 
Creates a new form. 
 
Generates a main window for the application if it does not already have one. 
 
Provides the interface for a method that processes message records. 
 
Destroys the application instance and all of its associated memory. 
 
Destroys all owned components. 
 
Indicates that the component and its owned components are about to be destroyed. 
 
Calls message-handling methods for the object, based on the contents of the Message parameter. 
 
Processes messages in the Message queue for certain events. 
 
Generates an OnActionExecute event. 
 
Returns the address of a published object field. 
 
Indicates whether a given component is owned by the component. 
 
Free 
Destroys an object and frees its associated memory, if necessary. 
 
Deallocates memory allocated by a previous call to the System::TObject::NewInstance method. 
 
Ensures that AComponent is notified that the component is going to be destroyed. 
 
Frees the interface reference for components that were created from COM classes. 
 
Returns a reference to the component associated by the implementing class. 
 
Returns a TComponent enumerator. 
 
Retrieves a specified interface. 
 
Returns the entry for a specific interface implemented in a class. 
 
Returns a pointer to a structure containing all of the interfaces implemented by a given class. 
 
Returns a string used by the Object Inspector. 
 
Returns the name of the object as it appears in the Object Inspector. 
 
Returns the containing Component. 
 
Provides default handling of exceptions for the application. 
 
Interrupts the execution of an application while Windows processes a message in the Windows message queue. 
 
This is HasParent, a member of class TComponent. 
 
Provides quick access to any of the Help commands in the WinHelp API (application programming interface). 
 
Displays a specified help topic. 
 
Displays a specified help topic. 
 
Displays a specified help topic. 
 
Shows the Table of Contents within the help system. 
 
Hides the current hint. 
 
Regulates the display of hint windows. 
 
Enables a native Windows dialog box to receive messages sent to the application's main window. 
 
This is HookSynchronizeWakeup, a member of class TApplication. 
 
Determines the relationship of two object types. 
 
Provides an opportunity to initialize subsystems. 
 
Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. 
 
Establishes the component as the owner of a specified component. 
 
Returns the size in bytes of each instance of the object type. 
 
Indicates whether the component implements a specified interface. 
 
Specifies whether the application adjusts its interface for Middle Eastern locales. 
 
Displays a specified message to the user. 
 
This is MethodAddress, a member of class TObject. 
 
This is MethodName, a member of class TObject. 
 
Shrinks an application to the Windows task bar. 
 
Track closing of modal form. 
 
Track opening of modal form. 
 
Allocates memory for an instance of an object type and returns a pointer to that new instance. 
 
Makes forms that have been designated as topmost forms (their FormStyle is fsStayOnTop) behave as if they were not topmost forms. 
 
Makes forms that have been designated as topmost forms (their FormStyle is fsStayOnTop) behave as if they were not topmost forms. 
 
Interrupts the execution of an application so that it can process the message queue. 
 
Returns a reference to a specified interface if the object supports that interface. 
 
Establishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed. 
 
Removes a specified component specified from the component's Components list. 
 
Disables destruction notification that was enabled by FreeNotification 
 
This is RemovePopupForm, a member of class TApplication. 
 
Restores a minimized application to its normal size. 
 
Restores forms designated as fsStayOnTop to be topmost again. 
 
Run 
Executes the application. 
 
Handles exceptions in methods declared using the safecall calling convention. 
 
Handles exceptions in methods declared using the safecall calling convention. 
 
Identifies whether the component is a subcomponent. 
 
Displays a message box for exceptions that are not caught by application code. 
 
Ends application execution. 
 
Releases a dialog procedure previously hooked by a call to the HookMainWindow method. 
 
Removes the method that was assigned to the WakeMainThread variable by HookSynchronizeWakeup
 
Generates an OnActionUpdate event. 
 
Specifies whether the application object is in a right-to-left alignment mode. 
 
Specifies whether the application object is in a right-to-left text mode. 
 
Specifies whether the vertical scroll bar appears on the left side controls. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.