FMX.MultiView.Types
Contains service classes defining appearance options of TMultiView controls.
MM_
prefixed constants define IDs of messages that are sent by the TTouchInterceptingLayoutModel and TCustomShadowedOverlayLayoutModel models of the
TCustomTouchInterceptingLayout and
TShadowedOverlayLayout layouts to the TStyledOverlayLayout and TStyledTouchInterceptingLayout presentations when values of model data are changed.
Package | fmx270.bpl |
---|
Classes
TCustomPopover | A class that implements the popover mode of the TMultiView component. |
TCustomTouchInterceptingLayout | Layout to intercept mouse events. |
TDrawerAppearance | This class stores the options for the appearance of a TMultiView component in the Drawer presentation mode. |
TMultiViewAppearance | The base class for storing appearance options of master panes in TMultiView components. |
TMultiViewBorderOptions | The class that handles appearance options of borders for MultiView components. |
TNavigationPaneAppearance | This class handles the appearance properties of the master pane of a TMultiView component in the NavigationPane presentation mode. |
TOverlayLayout | |
TPopoverAppearance | This class stores the options for the appearance of a TMultiView component in the Popover presentation mode. |
TSeparatorLine | |
TShadowAppearance | This class stores the options for the appearance of the shadow in a TMultiView component. |
TShadowedOverlayLayout | |
TSplitViewAppearance | |
TTouchInterceptingLayout | |
TTouchInterceptingLayoutModel | Model of TCustomTouchInterceptingLayout. |
Types
TArrowDirection | |
TOnPointInObjectEvent | |
TOverlayMode | |
TPanelPlacement | |
TSlidingMode |
Constants
MM_COLOR_CHANGED | MM_COLOR_CHANGED: Integer = $1703; |
MM_ENABLED_SHADOW_CHANGED | MM_ENABLED_SHADOW_CHANGED: Integer = $1704; |
MM_INTERCEPTION_SIZE_CHANGED | MM_INTERCEPTION_SIZE_CHANGED: Integer = $1702; |
MM_MODE_CHANGED | MM_MODE_CHANGED: Integer = $1701; |
MM_SHADOW_OPACITY_CHANGED | MM_SHADOW_OPACITY_CHANGED: Integer = $1705; |
MM_SHADOWED_OVERLAY_LAYOUT_USER | MM_SHADOWED_OVERLAY_LAYOUT_USER: Integer = $1706; |