Vcl.Samples.Calendar.TCalendar Properties
InheritedProtected
Action | public | Specifies the action associated with the control. |
ActionLink | protected | Contains the action link object associated with the control. |
Align | published | Determines how the control aligns within its container (parent control). |
AlignControlList | protected | |
AlignDisabled | public | Indicates child control realignment disabled. |
AlignWithMargins | published | Specifies whether a control should be constrained by margins. |
Anchors | published | Specifies how the control is anchored to its parent. |
AutoSize | protected | Specifies whether the control sizes itself automatically to accommodate its contents. |
BevelEdges | protected | Specifies which edges of the control are beveled. |
BevelInner | protected | Specifies the cut of the inner bevel. |
BevelKind | protected | Specifies the control's bevel style. |
BevelOuter | protected | Specifies the cut of the outer bevel. |
BevelWidth | protected | Specifies the width of the inner and outer bevels. |
BiDiMode | public | Specifies the bidirectional mode for the control. |
BorderStyle | published | Determines whether a single line border is drawn around the grid. |
BorderWidth | protected | Specifies the width of the control's border. |
BoundsRect | public | Specifies the bounding rectangle of the control, expressed in the coordinate system of the parent control. |
Brush | public | Determines the color and pattern used for painting the background of the control. |
CalendarDate | public | Specifies the date for the calendar to display. |
Canvas | protected | Specifies the TCanvas object that presents a drawing surface for the control. |
Caption | protected | Specifies a text string that identifies the control to the user. |
CellAlignments | protected | CellAlignments property returns the text alignment in the cell specified by ACol column and ARow row. |
CellText | public | Specifies the text of a given position in the calendar's grid. |
ClientHeight | public | Specifies the height of the control's client area in pixels. |
ClientOrigin | public | Specifies the screen coordinates (in pixels) of the upper-left corner of a control's client area. |
ClientRect | public | Specifies the size of a control's client area in pixels. |
ClientWidth | public | Specifies the horizontal size of the control's client area in pixels. |
Col | protected | Specifies the index of the column that contains the selected cell. |
ColAlignments | protected | ColAlignments property allows you to specify the text alignment for the column specified by Index. If not specified, then TCustomGrid.DefaultColAlignment will be used. |
ColCount | protected | Specifies the number of columns in the grid. |
Color | published | Specifies the background color of the control. |
ColWidths | protected | Indicates the width (in pixels) of all the columns in the grid. |
ComObject | public | Specifies the interface reference implemented by the component. |
ComponentCount | public | Indicates the number of components owned by the component. |
ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
Components | public | Lists all components owned by the component. |
ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
ComponentStyle | public | Governs the behavior of the component. |
Constraints | published | Specifies the size constraints for the control. |
ControlCount | public | Returns the number of child controls. |
Controls | public | Lists all child controls. |
ControlState | public | Specifies the current state of a control at run time. |
ControlStyle | public | Determines style characteristics of the control. |
Ctl3D | published | Determines whether a control has a three-dimensional (3-D) or two-dimensional look. |
CurrentPPI | public | Indicates current PPI value for the control. |
Cursor | published | Specifies the image used to represent the mouse pointer when it passes into the region covered by the control. |
CustomHint | published | CustomHint is a custom hint for the control. |
Day | published | Specifies the day that the calendar control will highlight. |
DefaultColAlignment | protected | DefaultColAlignment is the default text alignment for all columns where alignment is not explicitly specified using TCustomGrid.ColAlignments. |
DefaultColWidth | protected | Determines the width (in pixels) of all columns that have not been explicitly resized. |
DefaultDrawing | protected | Determines whether the Cells are painted when the grid is drawn. |
DefaultRowHeight | protected | Specifies the height (in pixels) of all rows that have not been explicitly resized. |
DefWndProc | protected | Specifies the default window procedure for the windowed control. |
DesignInfo | public | Contains information used by the Form designer. |
DesktopFont | protected | Specifies whether the control uses the Windows icon font when writing text. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
DockClientCount | public | Specifies the number of controls that are docked on the windowed control. |
DockClients | public | Lists the controls that are docked to the windowed control. |
DockManager | public | Specifies the control's docking manager interface. |
DockOrientation | public | DockOrientation specifies how the control is docked relative to other controls docked in the same parent. |
DockSite | public | Specifies whether the control can be the target of drag-and-dock operations. |
DoubleBuffered | public | Determines whether the control's image is rendered directly to the window or painted to an in-memory bitmap first. |
DragCursor | published | Specifies the image used to represent the mouse pointer when the control is being dragged. |
DragKind | published | Specifies whether the control is being dragged normally or for docking. |
DragMode | published | Specifies how the control initiates drag-and-drop or drag-and-dock operations. |
DrawingStyle | protected | Determines the style used when drawing the grid. |
EditorMode | protected | Determines whether the current cell can be edited. |
Enabled | published | Controls whether the control responds to mouse, keyboard, and timer events. |
ExplicitHeight | public | Specifies the explicit vertical size of the control in pixels. |
ExplicitLeft | public | Specifies the explicit horizontal pixel coordinate of the left edge of a component relative to its parent. |
ExplicitTop | public | Specifies the explicit vertical pixel coordinate of the top edge of a component relative to its parent. |
ExplicitWidth | public | Specifies the explicit horizontal size of the control in pixels. |
FixedColor | protected | Specifies the background color of the fixed rows and columns in the grid. |
FixedCols | protected | Specifies the number of columns on the left of the grid that cannot be scrolled. |
FixedRows | protected | Specifies the number of rows on the top of the grid that cannot be scrolled. |
Floating | public | Specifies whether the control is floating. |
FloatingDockSiteClass | public | Specifies the class of the temporary control that hosts the control when it is floating. |
Font | published | Specifies the attributes of text written on or in the control. |
GradientEndColor | protected | Determines the ending gradient color. |
GradientStartColor | protected | Determines the starting gradient color. |
GridHeight | protected | Specifies the height of the grid in pixels. |
GridLineWidth | published | Specifies the width (in pixels) of the lines that separate the cells of the grid. |
GridWidth | protected | Specifies the width of the grid in pixels. |
Handle | public | Provides access to the underlying Windows screen object for the control. |
Height | published | Specifies the vertical size of the control in pixels. |
HelpContext | published | The HelpContext property contains the numeric context ID that identifies the Help topic for the control. |
HelpKeyword | published | The HelpKeyword property contains the keyword string that identifies the Help topic for the control. |
HelpType | published | Specifies whether the control's context-sensitive Help topic is identified by a context ID or by keyword. |
Hint | published | Hint contains the text string that appears when the user moves the mouse over the control. |
HitTest | protected | Indicates the current position of the mouse cursor. |
HostDockSite | public | Specifies the control in which the control is docked. |
ImeMode | protected | Determines the behavior of the input method editor (IME). |
ImeName | protected | Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters. |
InplaceEditor | protected | Designates the edit control the grid uses to allow users to edit the contents of the selected cell. |
IScaling | protected | |
IsControl | protected | Specifies whether a form stores its form-specific properties to a stream. |
IsDrawingLocked | public | IsDrawingLocked property returns True when redrawing for this control is locked. |
IsUpdating | public | |
Left | published | Specifies the horizontal coordinate of the left edge of a component relative to its parent. |
LeftCol | protected | Specifies the index of the first visible scrollable column in the grid. |
LRDockWidth | public | Specifies the width of the control when it is docked horizontally. |
Margins | published | Specifies the margins of the control. |
Month | published | Specifies the month that the calendar control will use to display the actual calendar. |
MouseCapture | protected | Specifies whether the control has "captured" mouse events. |
MouseInClient | public | Indicates whether the mouse pointer is currently in the client area of the control. |
Name | published | Specifies the name of the component as referenced in code. |
Observers | public | Indicates the TObservers object added to the TComponent. |
Options | protected | Specifies various display and behavioral properties of the grid. |
Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
Padding | public | Specifies the padding of a control. |
Parent | public | Specifies the parent of the control. |
ParentBackground | protected | Determines whether the control uses its parent's theme background. |
ParentBiDiMode | protected | Specifies whether the control uses its parent's BiDiMode. |
ParentColor | published | Specifies where a control looks for its color information. |
ParentCtl3D | protected | Determines where a component looks to determine whether it should have a three-dimensional look. |
ParentCustomHint | published | Specifies where a control looks for its custom hint. |
ParentDoubleBuffered | public | ParentDoubleBuffered defers the DoubleBuffered property of this component to the value of the parent's DoubleBuffered property. |
ParentFont | published | Specifies where a control looks for its font information. |
ParentShowHint | published | Specifies where a control looks to find out if its Help Hint should be shown. |
ParentWindow | public | Reference to parent's underlying control. |
PixelsPerInch | public | Indicates the conversion factor between logical inches and the pixels of the control's font. |
PopupMenu | published | Specifies the pop-up menu associated with the control. |
RaiseOnNonMainThreadUsage | public | Controls wether CheckNonMainThreadUsage can raise an EInvalidOperation. |
ReadOnly | published | Specifies whether you can cycle with the mouse through the dates the calendar displays. |
RedrawDisabled | public | RedrawDisabled property returns True when redrawing for this control is locked. |
Row | protected | Specifies the index of the row that contains the selected cell. |
RowCount | protected | Specifies the number of rows in the grid. |
RowHeights | protected | Gives the height (in pixels) of all rows in the grid. |
ScaleFactor | public | Determines this control scale factor. |
ScalingFlags | protected | Reflects which attributes of the control have been scaled. |
ScrollBars | protected | Specifies whether the grid includes horizontal and vertical scroll bars. |
Selection | protected | Indicates the boundaries of the current selection. |
ShowHint | published | ShowHint specifies whether to show the Help Hint when the mouse pointer moves over the control. |
Showing | public | Indicates whether the control is showing on the screen. |
StartOfWeek | published | Specifies the starting day of the week. |
StyleElements | published | Specifies the style elements that are used by the control. |
StyleName | published | Specifies the style name for this control. |
TabOrder | published | Indicates the position of the control in its parent's tab order. |
TabStop | published | Determines whether the user can tab to a control. |
TabStops | protected | Indicates whether the user can tab to specified columns in the grid. |
Tag | published | Stores a NativeInt integral value as a part of a component. |
TBDockHeight | public | Specifies the height of the control when it is docked vertically. |
Text | protected | Contains a text string associated with the control. |
TipMode | protected | TipMode indicates whether TabTip (onscreen keyboard equivalent) opens or closes when the control receives focus or if it receives a gesture. |
Top | published | Specifies the Y coordinate of the upper-left corner of a control, relative to its parent or containing control in pixels. |
TopRow | protected | Specifies the index of the first visible scrollable row in the grid. |
Touch | public | Specifies the touch manager component associated with the control. |
UndockHeight | public | Specifies the height of the control when it is floating. |
UndockWidth | public | Specifies the width of the control when it is floating. |
UseCurrentDate | published | Retrieves the current date from Windows and uses that for the Day, Month , and Year properties. |
UseDockManager | public | Specifies whether the docking manager is used in drag-and-dock operations. |
VCLComObject | public | Represents information used internally by components that support COM. |
Visible | published | Specifies whether the component appears onscreen. |
VisibleColCount | protected | Indicates the number of scrollable columns visible in the grid. |
VisibleDockClientCount | public | Specifies the number of visible controls that are docked on the windowed control. |
VisibleRowCount | protected | Indicates the number of scrollable rows visible in the grid. |
WheelAccumulator | protected | Accumulates mouse wheel rotations. |
Width | published | Specifies the horizontal size of the control or form in pixels. |
WindowHandle | protected | Provides access to a window handle for the control. |
WindowText | protected | Specifies the text string of the control. |
Year | published | Specifies the year that the calendar control will use to display the actual calendar. |