Show: Delphi
C++
Display Preferences
TToolBarStyleHook Inherited Members
From XE2 API Documentation
Vcl.Themes.TMouseTrackControlStyleHook
| Create | |
| Destroy | |
| DoHotTrackTimer | |
| IsMouseInControl | |
| MouseEnter | |
| MouseInControl | |
| MouseInNCArea | |
| MouseLeave | |
| StartHotTrackTimer | |
| StopHotTrackTimer | |
| WndProc |
Vcl.Themes.TStyleHook
| Brush | The color and pattern used for painting. |
| CallDefaultProc | Calls the default window procedure of the control, for the given message. |
| Control | Returns the control for which the style hook handles messages. |
| Create | Creates an instance of TStyleHook. |
| Destroy | Destroys an instance of TStyleHook. |
| DoubleBuffered | Determines whether the control's image is rendered directly to the window or painted to an in-memory bitmap first. |
| DrawControlText | Draws the text of the control. |
| FocusUpdate | The focus of the control has been updated. |
| Focused | Specifies whether the control has the input focus. |
| FontColor | Color of the font used for the text that appears on the control. |
| GetStringPropValue | Gets the property value for the given property. |
| Handle | The handle of the control. |
| HandleMessage | Handles the message given as parameter. |
| Handled | Specifies whether the message was handled by the style hook. |
| HasBorder | Specifies whether the control has a border. |
| HasClientEdge | Specifies whether the control has a client edge. |
| Invalidate | Invalidates the entire control area (the client and non-client areas). |
| InvalidateNC | Invalidates the non-client area of the control. |
| NeedsDefaultPaint | Specifies whether the control needs default painting. |
| OverrideEraseBkgnd | Specifies whether the erasing of the background of the control should be performed by the style hook. |
| OverridePaint | Specifies whether the painting of the control should be overridden by the style hook. |
| OverridePaintNC | Specifies whether the painting of the non-client area of the control should be performed by the style hook. |
| Paint | Paints the control. |
| PaintBackground | Paints the background of the control. |
| PaintNC | Paints the frame of the control. |
| PaintOnEraseBkgnd | Specifies whether painting should be performed when the background needs to be erased. |
| SetRedraw | Sets whether the changes that occur for the control will be redrawn. |
| Text | Returns the caption of the control. |
| WndProc | Provides a message response for the control. |
System.TObject
| AfterConstruction | Responds after the last constructor has executed. |
| BeforeDestruction | Responds before the first destructor executes. |
| ClassInfo | Returns a pointer to the run-time type information (RTTI) table for the object type. |
| ClassName | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| ClassNameIs | Determines whether an object is of a specific type. |
| ClassParent | Returns the type of the immediate ancestor of a class. |
| ClassType | Returns the class reference for the object's class. |
| CleanupInstance | Performs finalization on long strings, variants, and interface variables within a class. |
| Create | Constructs an object and initializes its data before the object is first used. |
| DefaultHandler | Provides the interface for a method that processes message records. |
| Destroy | Disposes of an object instance. |
| Dispatch | Calls message-handling methods for the object, based on the contents of the Message parameter. |
| Equals | Checks whether the current instance and the parameter are equal. |
| FieldAddress | Returns the address of a published object field. |
| Free | Destroys an object and frees its associated memory, if necessary. |
| FreeInstance | Deallocates memory allocated by a previous call to the NewInstance method. |
| GetHashCode | Returns an integer containing the hash code. |
| GetInterface | Retrieves a specified interface. |
| GetInterfaceEntry | Returns the entry for a specific interface implemented in a class. |
| GetInterfaceTable | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| InheritsFrom | Determines the relationship of two object types. |
| InitInstance | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| InstanceSize | Returns the size in bytes of each instance of the object type. |
| MethodAddress | Returns the address of a class method by name. |
| MethodName | Returns the name of a class method by address. |
| NewInstance | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| QualifiedClassName | Returns the qualified name of the class. |
| SafeCallException | Handles exceptions in methods declared using the safecall calling convention. |
| ToString | Returns a string containing the class name. |
| UnitName | Returns the name of the unit where the class is defined. |
| UnitScope | Returns the class's unit scope. |