TTMSFNCFilterDialogEditorProperties Record
Holds the parameters that describe how an inline editor should be shown for a filter row part.
API unit family: TMSFNCFilterDialog
Syntax
TTMSFNCFilterDialogEditorProperties = record
Fields and properties
| Name | Type | Description |
|---|---|---|
EditorDate |
TDateTime |
Gets or sets the initial date/time value shown in date or time editors. |
EditorPart |
TTMSFNCFilterDialogDrawItemPart |
Identifies which part of the filter row the editor is associated with. |
EditorRect |
TRectF |
Gets or sets the bounding rectangle where the editor is positioned. |
EditorText |
string |
Gets or sets the initial text value shown in the editor. |
EditorType |
TTMSFNCFilterDialogEditorType |
Gets or sets the type of editor control to display. |