Show: Delphi C++
Display Preferences

TToolBarStyleHook Inherited Members

From XE2 API Documentation
Jump to: navigation, search


Vcl.Themes.TMouseTrackControlStyleHook

Create
Destroy
DoHotTrackTimer
IsMouseInControl
MouseEnter
MouseInControl
MouseInNCArea
MouseLeave
StartHotTrackTimer
StopHotTrackTimer
WndProc

Vcl.Themes.TStyleHook

BrushThe color and pattern used for painting.
CallDefaultProcCalls the default window procedure of the control, for the given message.
ControlReturns the control for which the style hook handles messages.
CreateCreates an instance of TStyleHook.
DestroyDestroys an instance of TStyleHook.
DoubleBufferedDetermines whether the control's image is rendered directly to the window or painted to an in-memory bitmap first.
DrawControlTextDraws the text of the control.
FocusUpdateThe focus of the control has been updated.
FocusedSpecifies whether the control has the input focus.
FontColorColor of the font used for the text that appears on the control.
GetStringPropValueGets the property value for the given property.
HandleThe handle of the control.
HandleMessageHandles the message given as parameter.
HandledSpecifies whether the message was handled by the style hook.
HasBorderSpecifies whether the control has a border.
HasClientEdgeSpecifies whether the control has a client edge.
InvalidateInvalidates the entire control area (the client and non-client areas).
InvalidateNCInvalidates the non-client area of the control.
NeedsDefaultPaintSpecifies whether the control needs default painting.
OverrideEraseBkgndSpecifies whether the erasing of the background of the control should be performed by the style hook.
OverridePaintSpecifies whether the painting of the control should be overridden by the style hook.
OverridePaintNCSpecifies whether the painting of the non-client area of the control should be performed by the style hook.
PaintPaints the control.
PaintBackgroundPaints the background of the control.
PaintNCPaints the frame of the control.
PaintOnEraseBkgndSpecifies whether painting should be performed when the background needs to be erased.
SetRedrawSets whether the changes that occur for the control will be redrawn.
TextReturns the caption of the control.
WndProcProvides a message response for the control.

System.TObject

AfterConstructionResponds after the last constructor has executed.
BeforeDestructionResponds before the first destructor executes.
ClassInfoReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNameReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIsDetermines whether an object is of a specific type.
ClassParentReturns the type of the immediate ancestor of a class.
ClassTypeReturns the class reference for the object's class.
CleanupInstancePerforms finalization on long strings, variants, and interface variables within a class.
CreateConstructs an object and initializes its data before the object is first used.
DefaultHandlerProvides the interface for a method that processes message records.
DestroyDisposes of an object instance.
DispatchCalls message-handling methods for the object, based on the contents of the Message parameter.
EqualsChecks whether the current instance and the parameter are equal.
FieldAddressReturns the address of a published object field.
FreeDestroys an object and frees its associated memory, if necessary.
FreeInstanceDeallocates memory allocated by a previous call to the NewInstance method.
GetHashCodeReturns an integer containing the hash code.
GetInterfaceRetrieves a specified interface.
GetInterfaceEntryReturns the entry for a specific interface implemented in a class.
GetInterfaceTableReturns a pointer to a structure containing all of the interfaces implemented by a given class.
InheritsFromDetermines the relationship of two object types.
InitInstanceInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InstanceSizeReturns the size in bytes of each instance of the object type.
MethodAddressReturns the address of a class method by name.
MethodNameReturns the name of a class method by address.
NewInstanceAllocates memory for an instance of an object type and returns a pointer to that new instance.
QualifiedClassNameReturns the qualified name of the class.
SafeCallExceptionHandles exceptions in methods declared using the safecall calling convention.
ToStringReturns a string containing the class name.
UnitNameReturns the name of the unit where the class is defined.
UnitScopeReturns the class's unit scope.


Personal tools
Previous Versions
Translations