@owp/core 1.26.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/colors.d.ts +2 -0
- package/constants.d.ts +2 -0
- package/context.d.ts +2 -0
- package/dist/Close-DnXhM4Ms.js +918 -0
- package/dist/Close-DnXhM4Ms.js.map +1 -0
- package/dist/{OwpStoreProvider-CqHkIIUm.js → OwpStoreProvider-B7W25pkq.js} +13 -13
- package/dist/OwpStoreProvider-B7W25pkq.js.map +1 -0
- package/dist/{OwpUtils-DxEd-Pjo.js → OwpUtils-9lHSCdan.js} +10 -17
- package/dist/OwpUtils-9lHSCdan.js.map +1 -0
- package/dist/{QuickPanel-DNAisp_R.js → QuickPanel-BOgEYOAw.js} +2 -2
- package/dist/{QuickPanel-DNAisp_R.js.map → QuickPanel-BOgEYOAw.js.map} +1 -1
- package/dist/context.js +67 -22
- package/dist/context.js.map +1 -1
- package/dist/hooks.js +45 -42
- package/dist/hooks.js.map +1 -1
- package/dist/{index-fDrAKBzK.js → index-B8tZAW8i.js} +13558 -15484
- package/dist/index-B8tZAW8i.js.map +1 -0
- package/dist/index.js +120 -128
- package/dist/index.js.map +1 -1
- package/dist/{isTypedArray-DPyC49cI.js → isTypedArray-xp-fB7W4.js} +3 -3
- package/dist/{isTypedArray-DPyC49cI.js.map → isTypedArray-xp-fB7W4.js.map} +1 -1
- package/dist/{lazyLoadedSlices-CsgnywgU.js → lazyLoadedSlices-BAbcXcEU.js} +678 -701
- package/dist/lazyLoadedSlices-BAbcXcEU.js.map +1 -0
- package/dist/owp-app.css +1 -1
- package/dist/store.js +1 -1
- package/dist/{toUpper-BhzrnIm3.js → toUpper-CilZrxEa.js} +2 -2
- package/dist/{toUpper-BhzrnIm3.js.map → toUpper-CilZrxEa.js.map} +1 -1
- package/dist/{treeGridUtil-DaqTz5v3.js → treeGridUtil-_FDvRzzt.js} +2 -2
- package/dist/{treeGridUtil-DaqTz5v3.js.map → treeGridUtil-_FDvRzzt.js.map} +1 -1
- package/dist/types/components/OwpCommonDialog/OwpCommonDialog.d.ts +1 -26
- package/dist/types/components/OwpDialog/OwpDialog.d.ts +32 -6
- package/dist/types/components/OwpDialog/index.d.ts +1 -4
- package/dist/types/components/{ErrorBoundary/ErrorBoundary.d.ts → OwpErrorBoundary/OwpErrorBoundary.d.ts} +5 -5
- package/dist/types/components/OwpErrorBoundary/index.d.ts +1 -0
- package/dist/types/components/OwpEventEmitter/OwpEventEmitter.d.ts +27 -0
- package/dist/types/components/OwpEventEmitter/index.d.ts +1 -0
- package/dist/types/components/OwpLanguageSwitcherSelect/index.d.ts +1 -0
- package/dist/types/components/OwpMrtTable/OwpMrtTable.d.ts +7 -3
- package/dist/types/components/OwpMrtTable/OwpMrtTableTopToolbar.d.ts +6 -0
- package/dist/types/components/OwpNavLinkAdapter/OwpNavLinkAdapter.d.ts +16 -0
- package/dist/types/components/OwpNavLinkAdapter/index.d.ts +2 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup.d.ts +1 -2
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalItem.d.ts +1 -2
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalLink.d.ts +1 -2
- package/dist/types/components/{shared-components/PageBreadcrumb.d.ts → OwpPageBreadcrumb/OwpPageBreadcrumb.d.ts} +1 -1
- package/dist/types/components/OwpPageBreadcrumb/index.d.ts +2 -0
- package/dist/types/components/OwpSettings/OwpLayoutConfig.d.ts +1 -1
- package/dist/types/components/OwpStyleProvider/OwpStyleProvider.d.ts +18 -0
- package/dist/types/components/OwpStyleProvider/index.d.ts +2 -0
- package/dist/types/components/OwpTable/OwpTable.d.ts +1 -1
- package/dist/types/components/{shared-components/tabs → OwpTabs}/OwpTab.d.ts +1 -1
- package/dist/types/components/{shared-components/tabs → OwpTabs}/OwpTabs.d.ts +1 -1
- package/dist/types/components/OwpTabs/index.d.ts +2 -0
- package/dist/types/components/OwpTreeGrid/OwpTreeGridToolbar.d.ts +1 -1
- package/dist/types/components/layouts/shared-components/navigation/store/navigationSlice.d.ts +9 -9
- package/dist/types/context/OwpAppProvider.d.ts +5 -3
- package/dist/types/context/OwpCoreProvider.d.ts +1 -1
- package/dist/types/{store → context}/OwpStoreProvider.d.ts +1 -1
- package/dist/types/context/OwpUiProvider.d.ts +17 -0
- package/dist/types/context/index.d.ts +2 -0
- package/dist/types/hooks/useStorage.d.ts +10 -1
- package/dist/types/index.d.ts +7 -17
- package/dist/types/store/apiService.d.ts +3 -0
- package/dist/types/store/generateReducersFromSlices.d.ts +4 -1
- package/dist/types/store/hooks.d.ts +3 -0
- package/dist/types/store/index.d.ts +4 -1
- package/dist/types/store/lazyLoadedSlices.d.ts +3 -0
- package/dist/types/store/middleware.d.ts +3 -0
- package/dist/types/store/store.d.ts +3 -0
- package/dist/types/store/withSlices.d.ts +2 -2
- package/dist/types/utils/common/OwpUtils.d.ts +3 -4
- package/dist/types/utils/createDateRangeSearchParams.d.ts +16 -0
- package/dist/types/utils/fetchFile.d.ts +12 -0
- package/dist/types/utils/getTrimmedValue.d.ts +5 -0
- package/dist/types/utils/index.d.ts +4 -0
- package/dist/types/utils/sanitizeAuthInputValue.d.ts +10 -0
- package/dist/useOwpTranslation-BelpX-fd.js +174 -0
- package/dist/useOwpTranslation-BelpX-fd.js.map +1 -0
- package/dist/useStorage-BA0D8KA7.js +67 -0
- package/dist/useStorage-BA0D8KA7.js.map +1 -0
- package/dist/useTreeGridExcelExport-QNcWzx5v.js +195 -0
- package/dist/useTreeGridExcelExport-QNcWzx5v.js.map +1 -0
- package/dist/utils.js +2068 -2023
- package/dist/utils.js.map +1 -1
- package/hooks.d.ts +2 -0
- package/index.d.ts +3 -0
- package/package.json +4 -2
- package/store.d.ts +2 -0
- package/treegrid-global.d.ts +4904 -0
- package/utils.d.ts +2 -0
- package/dist/OwpAppProvider-F48yHfyI.js +0 -22
- package/dist/OwpAppProvider-F48yHfyI.js.map +0 -1
- package/dist/OwpStoreProvider-CqHkIIUm.js.map +0 -1
- package/dist/OwpUtils-DxEd-Pjo.js.map +0 -1
- package/dist/index-fDrAKBzK.js.map +0 -1
- package/dist/lazyLoadedSlices-CsgnywgU.js.map +0 -1
- package/dist/types/auth/authRoles.d.ts +0 -21
- package/dist/types/components/ErrorBoundary/index.d.ts +0 -1
- package/dist/types/components/EventEmitter/EventEmitter.d.ts +0 -34
- package/dist/types/components/EventEmitter/index.d.ts +0 -1
- package/dist/types/components/NavLinkAdapter/NavLinkAdapter.d.ts +0 -18
- package/dist/types/components/NavLinkAdapter/index.d.ts +0 -1
- package/dist/types/components/OwpButtonDelete/OwpButtonDelete.d.ts +0 -12
- package/dist/types/components/OwpButtonDelete/index.d.ts +0 -1
- package/dist/types/components/OwpButtonSave/OwpButtonSave.d.ts +0 -12
- package/dist/types/components/OwpButtonSave/index.d.ts +0 -1
- package/dist/types/components/OwpDialog/owpDialogSlice.d.ts +0 -14
- package/dist/types/components/OwpMessage/OwpMessage.d.ts +0 -11
- package/dist/types/components/OwpMessage/index.d.ts +0 -4
- package/dist/types/components/OwpMessage/owpMessageSlice.d.ts +0 -14
- package/dist/types/components/OwpPageSimple/OwpPageSimple.d.ts +0 -55
- package/dist/types/components/OwpPageSimple/OwpPageSimpleHeader.d.ts +0 -14
- package/dist/types/components/OwpPageSimple/OwpPageSimpleSidebar.d.ts +0 -19
- package/dist/types/components/OwpPageSimple/OwpPageSimpleSidebarContent.d.ts +0 -13
- package/dist/types/components/OwpPageSimple/index.d.ts +0 -1
- package/dist/types/components/OwpTreeView/OwpSlotTreeView.d.ts +0 -27
- package/dist/types/components/OwpTreeView/index.d.ts +0 -1
- package/dist/types/components/layouts/shared-components/AdjustFontSize.d.ts +0 -8
- package/dist/types/components/layouts/shared-components/OwpSettingsViewerDialog.d.ts +0 -8
- package/dist/types/components/layouts/shared-components/configurator/Configurator.d.ts +0 -9
- package/dist/types/components/layouts/shared-components/configurator/SettingsPanel.d.ts +0 -12
- package/dist/types/components/layouts/shared-components/configurator/ThemesPanel.d.ts +0 -12
- package/dist/types/components/shared-components/LightDarkModeToggle.d.ts +0 -8
- package/dist/types/components/shared-components/PageTitle.d.ts +0 -11
- package/dist/types/components/shared-components/data-table/DataTable.d.ts +0 -12
- package/dist/types/components/shared-components/data-table/DataTableTopToolbar.d.ts +0 -6
- package/dist/types/components/shared-components/index.d.ts +0 -7
- package/dist/types/components/withRouter/index.d.ts +0 -1
- package/dist/types/components/withRouter/withRouter.d.ts +0 -14
- package/dist/types/components/withRouterAndRef/index.d.ts +0 -1
- package/dist/types/components/withRouterAndRef/withRouterAndRef.d.ts +0 -14
- package/dist/types/store/withReducer.d.ts +0 -5
- package/dist/useStorage-B4ZrPct1.js +0 -65
- package/dist/useStorage-B4ZrPct1.js.map +0 -1
- package/dist/useTreeGridExcelExport-BjyBdpz1.js +0 -360
- package/dist/useTreeGridExcelExport-BjyBdpz1.js.map +0 -1
- /package/dist/types/components/{layouts/shared-components → OwpLanguageSwitcherSelect}/OwpLanguageSwitcherSelect.d.ts +0 -0
- /package/dist/types/components/{shared-components/data-table → OwpMrtTable}/utils/parseFromValuesOrFunc.d.ts +0 -0
|
@@ -0,0 +1,4904 @@
|
|
|
1
|
+
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
2
|
+
// TypeScript definition for TreeGrid API usage
|
|
3
|
+
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
4
|
+
|
|
5
|
+
// ------------------------------------------------- Menus and dialogs ----------------------------------------
|
|
6
|
+
|
|
7
|
+
interface TDialog {
|
|
8
|
+
Close?(): void;
|
|
9
|
+
OnClose?(): void;
|
|
10
|
+
|
|
11
|
+
AppendHeader?: boolean | number;
|
|
12
|
+
Area?: any;
|
|
13
|
+
Base?: string;
|
|
14
|
+
Body?: string;
|
|
15
|
+
CanFocus?: boolean | number;
|
|
16
|
+
Class?: string;
|
|
17
|
+
CloseAfter?: boolean | number;
|
|
18
|
+
CloseClick?: boolean | number;
|
|
19
|
+
CloseClickHeader?: boolean | number;
|
|
20
|
+
CloseClickOut?: boolean | number;
|
|
21
|
+
CloseIn?: boolean | number;
|
|
22
|
+
CloseMove?: boolean | number;
|
|
23
|
+
CloseOut?: boolean | number;
|
|
24
|
+
ClosePlace?: boolean | number;
|
|
25
|
+
CloseTimeout?: number;
|
|
26
|
+
FocusTag?: any;
|
|
27
|
+
Foot?: string;
|
|
28
|
+
Head?: string;
|
|
29
|
+
HeadClose?: boolean | number;
|
|
30
|
+
HeadDrag?: boolean | number;
|
|
31
|
+
Header?: string;
|
|
32
|
+
InDiv?: boolean | number;
|
|
33
|
+
MaxHeight?: number;
|
|
34
|
+
MaxWidth?: number;
|
|
35
|
+
MinEdge?: number;
|
|
36
|
+
MinHeight?: number;
|
|
37
|
+
MinWidth?: number;
|
|
38
|
+
Modal?: boolean | number;
|
|
39
|
+
NoScroll?: boolean | number;
|
|
40
|
+
Position?: TPosition;
|
|
41
|
+
ResizeUpdate?: boolean | number;
|
|
42
|
+
Rtl?: boolean | number;
|
|
43
|
+
ScrollUpdate?: boolean | number;
|
|
44
|
+
Shadow?: boolean | number;
|
|
45
|
+
ShadowHeader?: boolean | number;
|
|
46
|
+
ShadowWidth?: boolean | number;
|
|
47
|
+
Shift?: number;
|
|
48
|
+
Tag?: any;
|
|
49
|
+
Wrap?: number;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
interface TCalendar {
|
|
53
|
+
Close?(): void;
|
|
54
|
+
OnButtonClick?(button: number): number;
|
|
55
|
+
OnCanEditDate?(date: Date): boolean | number;
|
|
56
|
+
OnChange?(date: any): boolean | number;
|
|
57
|
+
OnGetCalendarDate?(date: Date, text: string, classes: string[], range: boolean | number): string;
|
|
58
|
+
OnSave?(date: any): boolean | number;
|
|
59
|
+
|
|
60
|
+
Buttons?: number;
|
|
61
|
+
Buttons2?: number;
|
|
62
|
+
Class?: string;
|
|
63
|
+
Date?: any;
|
|
64
|
+
Range?: boolean | number;
|
|
65
|
+
ReadOnly?: boolean | number;
|
|
66
|
+
RowsNext?: number;
|
|
67
|
+
RowsPrev?: number;
|
|
68
|
+
Rtl?: boolean | number;
|
|
69
|
+
Texts?: any;
|
|
70
|
+
TimeFormat?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
interface TMenu {
|
|
74
|
+
Close?(): void;
|
|
75
|
+
FindItem?(Name: string): TMenuItem;
|
|
76
|
+
OnButton?(button: string): boolean | number;
|
|
77
|
+
OnExpand?(Item: TMenuItem): boolean | number;
|
|
78
|
+
OnItemChanged?(Item: TMenuItem, Value: string): string;
|
|
79
|
+
OnMove?(Item: TMenuItem): void;
|
|
80
|
+
OnMoveOut?(dir: number): boolean | number;
|
|
81
|
+
OnSave?(Item: TMenuItem, Data: string): boolean | number;
|
|
82
|
+
OnSubmenu?(Item: TMenuItem, Submenu: TMenu, Pos: TPosition): TMenu;
|
|
83
|
+
OnTab?(dir: boolean | number, event: Event): void;
|
|
84
|
+
SetText?(Item: TMenuItem, Text: string): void;
|
|
85
|
+
SetValue?(Item: TMenuItem, Value: any): void;
|
|
86
|
+
|
|
87
|
+
AutoColumns?: number;
|
|
88
|
+
Buttons?: string[];
|
|
89
|
+
ClassEnum?: string;
|
|
90
|
+
ClassMenu?: string;
|
|
91
|
+
CollapseOther?: boolean | number;
|
|
92
|
+
Cursor?: string;
|
|
93
|
+
CursorValue?: string;
|
|
94
|
+
Default?: TMenuItem;
|
|
95
|
+
EnterSwitches?: boolean | number;
|
|
96
|
+
EnumTime?: number;
|
|
97
|
+
ExpandTime?: number;
|
|
98
|
+
Horz?: number;
|
|
99
|
+
IgnoreSpace?: boolean | number;
|
|
100
|
+
Indent?: number;
|
|
101
|
+
Input?: any;
|
|
102
|
+
ItemAlign?: string;
|
|
103
|
+
ItemHeight?: number;
|
|
104
|
+
Items?: TMenuItem[];
|
|
105
|
+
NameSeparator?: string;
|
|
106
|
+
PageLength?: number;
|
|
107
|
+
Popup?: boolean | number;
|
|
108
|
+
SaveType?: number;
|
|
109
|
+
Separator?: string;
|
|
110
|
+
SeparatorReplace?: string;
|
|
111
|
+
ShowCursor?: boolean | number;
|
|
112
|
+
ShowHint?: boolean | number;
|
|
113
|
+
ShowTree?: boolean | number;
|
|
114
|
+
SubmenuTime?: number;
|
|
115
|
+
Texts?: any;
|
|
116
|
+
TipAlign?: string;
|
|
117
|
+
TipEnd?: number;
|
|
118
|
+
TipStart?: number;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
interface TMenuItem {
|
|
122
|
+
OnChanged?(Value: string): string;
|
|
123
|
+
OnClick?(): boolean | number;
|
|
124
|
+
|
|
125
|
+
Align?: string;
|
|
126
|
+
Bool?: number;
|
|
127
|
+
Caption?: boolean | number;
|
|
128
|
+
CheckAll?: boolean | number;
|
|
129
|
+
Class?: string;
|
|
130
|
+
ClassName?: string;
|
|
131
|
+
ClassValue?: string;
|
|
132
|
+
ColumnSizes?: string;
|
|
133
|
+
Columns?: number;
|
|
134
|
+
Default?: TMenuItem;
|
|
135
|
+
Disabled?: boolean | number;
|
|
136
|
+
Edit?: boolean | number;
|
|
137
|
+
Enum?: boolean | number;
|
|
138
|
+
EnumColumns?: number;
|
|
139
|
+
Expanded?: number;
|
|
140
|
+
Group?: number;
|
|
141
|
+
GroupAll?: number;
|
|
142
|
+
HText?: string;
|
|
143
|
+
Height?: number;
|
|
144
|
+
Hidden?: number;
|
|
145
|
+
Icon?: string;
|
|
146
|
+
IconWidth?: number;
|
|
147
|
+
Items?: TMenuItem[];
|
|
148
|
+
Left?: boolean | number;
|
|
149
|
+
LeftHtml?: string;
|
|
150
|
+
LeftWidth?: number;
|
|
151
|
+
Level?: boolean | number;
|
|
152
|
+
Menu?: boolean | number;
|
|
153
|
+
MenuAlign?: string;
|
|
154
|
+
MenuColumns?: number;
|
|
155
|
+
Name?: string;
|
|
156
|
+
NoAll?: boolean | number;
|
|
157
|
+
Range?: number;
|
|
158
|
+
RightHtml?: string;
|
|
159
|
+
RightWidth?: number;
|
|
160
|
+
ShowIcon?: number;
|
|
161
|
+
Text?: string;
|
|
162
|
+
TextWidth?: number;
|
|
163
|
+
Tip?: string;
|
|
164
|
+
TipXXX?: string;
|
|
165
|
+
Uncheck?: boolean | number;
|
|
166
|
+
VText?: string;
|
|
167
|
+
Value?: boolean | number | string;
|
|
168
|
+
ValueAll?: string;
|
|
169
|
+
Width?: number;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
interface TPosition {
|
|
173
|
+
Align?: string;
|
|
174
|
+
AlignHeader?: string;
|
|
175
|
+
Height?: number;
|
|
176
|
+
Mouse?: boolean | number;
|
|
177
|
+
Move?: boolean | number;
|
|
178
|
+
MoveMouse?: number;
|
|
179
|
+
Realign?: boolean | number;
|
|
180
|
+
Resize?: boolean | number;
|
|
181
|
+
Tag?: any;
|
|
182
|
+
Width?: number;
|
|
183
|
+
X?: number;
|
|
184
|
+
Y?: number;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
interface TEdit {
|
|
188
|
+
OnChange(Value: string, Old: string): void;
|
|
189
|
+
OnKeyDown(key: string, event: Event, handled: boolean | number): void;
|
|
190
|
+
OnStartEdit(): void;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
interface TChartLine {
|
|
194
|
+
Color: string;
|
|
195
|
+
Color2: string;
|
|
196
|
+
Connect: boolean | number;
|
|
197
|
+
Interpolation: number;
|
|
198
|
+
PointType: number;
|
|
199
|
+
Sort: number;
|
|
200
|
+
Visible: boolean | number;
|
|
201
|
+
Width: number;
|
|
202
|
+
X: number[];
|
|
203
|
+
Y: number[];
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
interface TLineChart {
|
|
207
|
+
AxisX: number;
|
|
208
|
+
AxisY: number;
|
|
209
|
+
Bottom: number;
|
|
210
|
+
Caption: string;
|
|
211
|
+
ChartAddX: number;
|
|
212
|
+
ChartAddY: number;
|
|
213
|
+
ChartRoundX: number;
|
|
214
|
+
ChartRoundY: number;
|
|
215
|
+
Class: string;
|
|
216
|
+
Default: TChartLine;
|
|
217
|
+
Height: number;
|
|
218
|
+
LabelX: number;
|
|
219
|
+
LabelY: number;
|
|
220
|
+
LabelYFormat: string;
|
|
221
|
+
Left: number;
|
|
222
|
+
Lines: TChartLine[];
|
|
223
|
+
MaxX: number;
|
|
224
|
+
MaxY: number;
|
|
225
|
+
MinX: number;
|
|
226
|
+
MinY: number;
|
|
227
|
+
Right: number;
|
|
228
|
+
Top: number;
|
|
229
|
+
Width: number;
|
|
230
|
+
id: string;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// ------------------------------------------------- TreeGrid ----------------------------------------
|
|
234
|
+
|
|
235
|
+
interface TCol {
|
|
236
|
+
Accept: string;
|
|
237
|
+
AcceptEnters: number;
|
|
238
|
+
AcceptNaN: number;
|
|
239
|
+
AcceptNaNText: string;
|
|
240
|
+
AcceptNaNValue: any;
|
|
241
|
+
Actions: string;
|
|
242
|
+
ActualDate: string;
|
|
243
|
+
Align: string;
|
|
244
|
+
AutoCalendar: boolean | number;
|
|
245
|
+
Background: string;
|
|
246
|
+
Block: number;
|
|
247
|
+
BooolGroup: number;
|
|
248
|
+
BoolIcon: string | number;
|
|
249
|
+
BoolIconWidth: number;
|
|
250
|
+
BorderBottom: string;
|
|
251
|
+
BorderLeft: string;
|
|
252
|
+
BorderRight: string;
|
|
253
|
+
BorderTop: string;
|
|
254
|
+
Button: string;
|
|
255
|
+
ButtonClass: string;
|
|
256
|
+
Buttons: string;
|
|
257
|
+
ButtonText: string;
|
|
258
|
+
ButtonTextChecked: string;
|
|
259
|
+
ButtonWidth: number;
|
|
260
|
+
CalendarButtons: number;
|
|
261
|
+
CancelUnchanged: boolean | number;
|
|
262
|
+
CanCopy: number;
|
|
263
|
+
CanCopyPaste: boolean | number;
|
|
264
|
+
CanDelete: boolean | number;
|
|
265
|
+
CanDrag: boolean | number;
|
|
266
|
+
CanEdit: boolean | number;
|
|
267
|
+
CanEmpty: number;
|
|
268
|
+
CanExport: number;
|
|
269
|
+
CanFilter: number;
|
|
270
|
+
CanFix: boolean | number;
|
|
271
|
+
CanFocus: number;
|
|
272
|
+
CanGroup: number;
|
|
273
|
+
CanHide: number;
|
|
274
|
+
CanMove: number;
|
|
275
|
+
CanPrint: number;
|
|
276
|
+
CanResize: boolean | number;
|
|
277
|
+
CanSearch: number;
|
|
278
|
+
CanSelect: number;
|
|
279
|
+
CanSort: boolean | number;
|
|
280
|
+
CaseSensitive: boolean | number;
|
|
281
|
+
CaseSensitiveValues: boolean | number;
|
|
282
|
+
Class: string;
|
|
283
|
+
ClassInner: string;
|
|
284
|
+
ClassInnerIcon: string;
|
|
285
|
+
Clear: string;
|
|
286
|
+
Color: string;
|
|
287
|
+
ColorCursor: number;
|
|
288
|
+
ConstWidth: boolean | number;
|
|
289
|
+
Copy: boolean | number;
|
|
290
|
+
Cursor: string;
|
|
291
|
+
DatesEmptyDate: boolean | number;
|
|
292
|
+
DatesEndLast: boolean;
|
|
293
|
+
DatesHeight: number;
|
|
294
|
+
DefaultDate: string;
|
|
295
|
+
Defaults: string;
|
|
296
|
+
DefaultsAlphabetMin: number;
|
|
297
|
+
DefaultsServer: boolean | number;
|
|
298
|
+
Delete: boolean | number;
|
|
299
|
+
Deleted: boolean | number;
|
|
300
|
+
Digits: string;
|
|
301
|
+
Disabled: boolean | number;
|
|
302
|
+
Edit: string;
|
|
303
|
+
EditEnum: string;
|
|
304
|
+
EditFormat: string;
|
|
305
|
+
EditFormatType: string;
|
|
306
|
+
EditMask: string;
|
|
307
|
+
EditServer: boolean | number;
|
|
308
|
+
EmptyIcon: string;
|
|
309
|
+
EmptyValue: any;
|
|
310
|
+
Enum: string;
|
|
311
|
+
EnumKeys: string;
|
|
312
|
+
EnumMenu: string;
|
|
313
|
+
ExpandCol: string;
|
|
314
|
+
ExpandCols: string;
|
|
315
|
+
ExpandIcon: number;
|
|
316
|
+
Expanded: boolean | number;
|
|
317
|
+
ExpandLevel: number;
|
|
318
|
+
ExpandRows: string;
|
|
319
|
+
ExportFormat: string;
|
|
320
|
+
ExportStyle: string;
|
|
321
|
+
FilterDef: string;
|
|
322
|
+
FilterDefs: string;
|
|
323
|
+
FocusCell: string;
|
|
324
|
+
FocusRow: string;
|
|
325
|
+
Format: string;
|
|
326
|
+
Formula: string;
|
|
327
|
+
FormulaCanEdit: boolean | number;
|
|
328
|
+
FormulaCanUse: boolean | number;
|
|
329
|
+
FormulaSuggest: string;
|
|
330
|
+
FormulaSuggestDelay: number;
|
|
331
|
+
FormulaSuggestMin: number;
|
|
332
|
+
FormulaSuggestSeparator: string;
|
|
333
|
+
FormulaSuggestType: string;
|
|
334
|
+
GanttAddBackground: number;
|
|
335
|
+
GanttAdjacentBars: boolean | number;
|
|
336
|
+
GanttAdjacentDependencies: number;
|
|
337
|
+
GanttAllDependencies: number;
|
|
338
|
+
GanttAncestors: string;
|
|
339
|
+
GanttAssignDependencies: number;
|
|
340
|
+
GanttAvailability: string;
|
|
341
|
+
GanttAvailabilityClass: string;
|
|
342
|
+
GanttAvailabilityDivide: any;
|
|
343
|
+
GanttAvailabilityExclude: number;
|
|
344
|
+
GanttAvailabilityFormat: string;
|
|
345
|
+
GanttAvailabilityGroups: string;
|
|
346
|
+
GanttAvailabilityGroupsSpread: number;
|
|
347
|
+
GanttAvailabilityHeight: number;
|
|
348
|
+
GanttAvailabilityHidden: number;
|
|
349
|
+
GanttAvailabilityHPos: number;
|
|
350
|
+
GanttAvailabilityJoin: boolean | number;
|
|
351
|
+
GanttAvailabilityMax: number;
|
|
352
|
+
GanttAvailabilityMin: number;
|
|
353
|
+
GanttAvailabilityShift: number;
|
|
354
|
+
GanttAvailabilityShow: number;
|
|
355
|
+
GanttAvailabilitySplit: number;
|
|
356
|
+
GanttAvailabilityStack: number;
|
|
357
|
+
GanttAvailabilityString: string;
|
|
358
|
+
GanttAvailabilitySum: any;
|
|
359
|
+
GanttAvailabilitySumBars: any;
|
|
360
|
+
GanttAvailabilityTextClass: string;
|
|
361
|
+
GanttAvailabilityTextShift: number;
|
|
362
|
+
GanttAvailabilityTextRepeat: number;
|
|
363
|
+
GanttAvailabilityTextWidth: any;
|
|
364
|
+
GanttAvailabilityTransparent: number;
|
|
365
|
+
GanttAvailabilityType: number;
|
|
366
|
+
GanttAvailabilityUnits: string;
|
|
367
|
+
GanttAvailabilityVPos: number;
|
|
368
|
+
GanttAvailabilityZero: boolean | number;
|
|
369
|
+
GanttBackground: string;
|
|
370
|
+
GanttBackgroundMaxUnits: number;
|
|
371
|
+
GanttBackgroundRepeat: string;
|
|
372
|
+
GanttBase: string;
|
|
373
|
+
GanttBaseAutoTip: string;
|
|
374
|
+
GanttBaseCanEdit: number;
|
|
375
|
+
GanttBasePreferred: boolean | number;
|
|
376
|
+
GanttBaseProof: boolean | number;
|
|
377
|
+
GanttBaseTip: string;
|
|
378
|
+
GanttBottom: number;
|
|
379
|
+
GanttBypassDependencies: number;
|
|
380
|
+
GanttCalendar: string;
|
|
381
|
+
GanttCenter: number;
|
|
382
|
+
GanttChangeExclude: number;
|
|
383
|
+
GanttChart: string;
|
|
384
|
+
GanttChartMaxEnd: number;
|
|
385
|
+
GanttChartMaxStart: number;
|
|
386
|
+
GanttChartMinEnd: number;
|
|
387
|
+
GanttChartMinStart: number;
|
|
388
|
+
GanttChartResource: string;
|
|
389
|
+
GanttChartResourceDef: string;
|
|
390
|
+
GanttChartResourceFormat: string;
|
|
391
|
+
GanttChartResourceType: string;
|
|
392
|
+
GanttChartRound: string;
|
|
393
|
+
GanttCheck: number;
|
|
394
|
+
GanttCheckDependencies: number;
|
|
395
|
+
GanttCheckExclude: number;
|
|
396
|
+
GanttCheckExcludeEdit: number;
|
|
397
|
+
GanttCheckTime: number;
|
|
398
|
+
GanttClass: string;
|
|
399
|
+
GanttColor: string;
|
|
400
|
+
GanttColorDisabledDependencies: number;
|
|
401
|
+
GanttColorIncorrectDependencies: number;
|
|
402
|
+
GanttComplete: string;
|
|
403
|
+
GanttConstraintsAll: boolean | number;
|
|
404
|
+
GanttConstraintsIcons: string;
|
|
405
|
+
GanttConstraintsTip: string;
|
|
406
|
+
GanttConstraintsTop: number;
|
|
407
|
+
GanttConstraintTipFormat: string;
|
|
408
|
+
GanttCorrectDependencies: number;
|
|
409
|
+
GanttCorrectDependenciesButtons: string;
|
|
410
|
+
GanttCorrectDependenciesCreate: number;
|
|
411
|
+
GanttCorrectDependenciesFixed: boolean | number;
|
|
412
|
+
GanttCorrectExclude: boolean | number;
|
|
413
|
+
GanttCorrectOutsideBounds: boolean | number;
|
|
414
|
+
GanttCount: number;
|
|
415
|
+
GanttDataModifiers: string;
|
|
416
|
+
GanttDataUnits: string;
|
|
417
|
+
GanttDeleteDependencies: boolean | number;
|
|
418
|
+
GanttDependencies: string;
|
|
419
|
+
GanttDependencyColor: number;
|
|
420
|
+
GanttDependencyIcons: number;
|
|
421
|
+
GanttDependencyLags: string;
|
|
422
|
+
GanttDependencyObjects: string;
|
|
423
|
+
GanttDependencyTip: string;
|
|
424
|
+
GanttDependencyTipDateFormat: string;
|
|
425
|
+
GanttDependencyTypes: string;
|
|
426
|
+
GanttDescendants: string;
|
|
427
|
+
GanttDifferMilestones: boolean | number;
|
|
428
|
+
GanttDirection: boolean | number;
|
|
429
|
+
GanttDisabled: number;
|
|
430
|
+
GanttDragDependenciesAlways: boolean | number;
|
|
431
|
+
GanttDragDependenciesBetween: number;
|
|
432
|
+
GanttDragDependenciesMore: number;
|
|
433
|
+
GanttDragDependenciesMove: number;
|
|
434
|
+
GanttDragLine: number;
|
|
435
|
+
GanttDragTip: number;
|
|
436
|
+
GanttDragTipDateFormat: string;
|
|
437
|
+
GanttDragTipDurationFormat: string;
|
|
438
|
+
GanttDragUnits: string;
|
|
439
|
+
GanttDuration: string;
|
|
440
|
+
GanttEdit: string;
|
|
441
|
+
GanttEditDisabled: boolean | number;
|
|
442
|
+
GanttEditSoleDuration: boolean | number;
|
|
443
|
+
GanttEditStartMove: boolean | number;
|
|
444
|
+
GanttEnd: string;
|
|
445
|
+
GanttEndLast: number;
|
|
446
|
+
GanttErrSlack: number;
|
|
447
|
+
GanttExclude: string;
|
|
448
|
+
GanttExcludeComplete: boolean | number;
|
|
449
|
+
GanttExportBackground: number;
|
|
450
|
+
GanttExportDependency: boolean | number;
|
|
451
|
+
GanttExportOrder: string;
|
|
452
|
+
GanttExportUnits: string;
|
|
453
|
+
GanttExportWidth: number;
|
|
454
|
+
GanttFinish: string;
|
|
455
|
+
GanttFinishAutoTip: string;
|
|
456
|
+
GanttFinishCanEdit: number;
|
|
457
|
+
GanttFinishPreferred: boolean | number;
|
|
458
|
+
GanttFinishProof: boolean | number;
|
|
459
|
+
GanttFinishTip: string;
|
|
460
|
+
GanttFitVisible: number;
|
|
461
|
+
GanttFixComplete: boolean | number;
|
|
462
|
+
GanttFlagClasses: string;
|
|
463
|
+
GanttFlagClassList: string;
|
|
464
|
+
GanttFlagIconList: string;
|
|
465
|
+
GanttFlagIconNames: string;
|
|
466
|
+
GanttFlagIcons: string;
|
|
467
|
+
GanttFlags: string;
|
|
468
|
+
GanttFlagsMove: number;
|
|
469
|
+
GanttFlagsTip: string;
|
|
470
|
+
GanttFlagsTop: number;
|
|
471
|
+
GanttFlagsType: number;
|
|
472
|
+
GanttFlagTexts: string;
|
|
473
|
+
GanttFlow: string;
|
|
474
|
+
GanttFlowComplete: string;
|
|
475
|
+
GanttFlowJoin: number;
|
|
476
|
+
GanttFlowRound: string;
|
|
477
|
+
GanttFlowText: string;
|
|
478
|
+
GanttFlowTip: string;
|
|
479
|
+
GanttFormat: string;
|
|
480
|
+
GanttFormat1: string;
|
|
481
|
+
GanttFormat2: string;
|
|
482
|
+
GanttFormat3: string;
|
|
483
|
+
GanttFormat4: string;
|
|
484
|
+
GanttFormat5: string;
|
|
485
|
+
GanttFormat6: string;
|
|
486
|
+
GanttFormat7: string;
|
|
487
|
+
GanttFormat8: string;
|
|
488
|
+
GanttFormat9: string;
|
|
489
|
+
GanttFormatObject: string;
|
|
490
|
+
GanttFormatWidth: any;
|
|
491
|
+
GanttHeader1: string;
|
|
492
|
+
GanttHeader2: string;
|
|
493
|
+
GanttHeader3: string;
|
|
494
|
+
GanttHeader4: string;
|
|
495
|
+
GanttHeader5: string;
|
|
496
|
+
GanttHeader6: string;
|
|
497
|
+
GanttHeader7: string;
|
|
498
|
+
GanttHeader8: string;
|
|
499
|
+
GanttHeader9: string;
|
|
500
|
+
GanttHeaderCount: number;
|
|
501
|
+
GanttHeaderHeight1: number;
|
|
502
|
+
GanttHeaderHeight2: number;
|
|
503
|
+
GanttHeaderHeight3: number;
|
|
504
|
+
GanttHeaderHeight4: number;
|
|
505
|
+
GanttHeaderHeight5: number;
|
|
506
|
+
GanttHeaderHeight6: number;
|
|
507
|
+
GanttHeaderHeight7: number;
|
|
508
|
+
GanttHeaderHeight8: number;
|
|
509
|
+
GanttHeaderHeight9: number;
|
|
510
|
+
GanttHeaderId1: string;
|
|
511
|
+
GanttHeaderId2: string;
|
|
512
|
+
GanttHeaderId3: string;
|
|
513
|
+
GanttHeaderId4: string;
|
|
514
|
+
GanttHeaderId5: string;
|
|
515
|
+
GanttHeaderId6: string;
|
|
516
|
+
GanttHeaderId7: string;
|
|
517
|
+
GanttHeaderId8: string;
|
|
518
|
+
GanttHeaderId9: string;
|
|
519
|
+
GanttHeaderMaxUnits: number;
|
|
520
|
+
GanttHeaderPaging1: boolean | number;
|
|
521
|
+
GanttHeaderPaging2: boolean | number;
|
|
522
|
+
GanttHeaderPaging3: boolean | number;
|
|
523
|
+
GanttHeaderPaging4: boolean | number;
|
|
524
|
+
GanttHeaderPaging5: boolean | number;
|
|
525
|
+
GanttHeaderPaging6: boolean | number;
|
|
526
|
+
GanttHeaderPaging7: boolean | number;
|
|
527
|
+
GanttHeaderPaging8: boolean | number;
|
|
528
|
+
GanttHeaderPaging9: boolean | number;
|
|
529
|
+
GanttHeaderRound1: boolean | number;
|
|
530
|
+
GanttHeaderRound2: boolean | number;
|
|
531
|
+
GanttHeaderRound3: boolean | number;
|
|
532
|
+
GanttHeaderRound4: boolean | number;
|
|
533
|
+
GanttHeaderRound5: boolean | number;
|
|
534
|
+
GanttHeaderRound6: boolean | number;
|
|
535
|
+
GanttHeaderRound7: boolean | number;
|
|
536
|
+
GanttHeaderRound8: boolean | number;
|
|
537
|
+
GanttHeaderRound9: boolean | number;
|
|
538
|
+
GanttHeaderStyle1: number;
|
|
539
|
+
GanttHeaderStyle2: number;
|
|
540
|
+
GanttHeaderStyle3: number;
|
|
541
|
+
GanttHeaderStyle4: number;
|
|
542
|
+
GanttHeaderStyle5: number;
|
|
543
|
+
GanttHeaderStyle6: number;
|
|
544
|
+
GanttHeaderStyle7: number;
|
|
545
|
+
GanttHeaderStyle8: number;
|
|
546
|
+
GanttHeaderStyle9: number;
|
|
547
|
+
GanttHeaderTrim: number;
|
|
548
|
+
GanttHeight: number;
|
|
549
|
+
GanttHideExclude: number;
|
|
550
|
+
GanttHover: number;
|
|
551
|
+
GanttHoverIcons: string;
|
|
552
|
+
GanttHtml: string;
|
|
553
|
+
GanttHtmlDateFormat: string;
|
|
554
|
+
GanttHtmlHover: number;
|
|
555
|
+
GanttHtmlLeft: string;
|
|
556
|
+
GanttHtmlLeftClass: string;
|
|
557
|
+
GanttHtmlLeftEdge: number;
|
|
558
|
+
GanttHtmlRight: string;
|
|
559
|
+
GanttHtmlRightClass: string;
|
|
560
|
+
GanttHtmlRightEdge: number;
|
|
561
|
+
GanttHtmlShift: number;
|
|
562
|
+
GanttIconBottom: number;
|
|
563
|
+
GanttIconLeft: string;
|
|
564
|
+
GanttIconLeftShift: number;
|
|
565
|
+
GanttIconLeftWidth: number;
|
|
566
|
+
GanttIconRight: string;
|
|
567
|
+
GanttIconRightShift: number;
|
|
568
|
+
GanttIconRightWidth: number;
|
|
569
|
+
GanttIcons: number;
|
|
570
|
+
GanttIconsHover: boolean | number;
|
|
571
|
+
GanttInclude: string;
|
|
572
|
+
GanttIncorrectDependencies: number;
|
|
573
|
+
GanttJoin: number;
|
|
574
|
+
GanttLagDescendants: boolean | number;
|
|
575
|
+
GanttLagRound: number;
|
|
576
|
+
GanttLastUnit: string;
|
|
577
|
+
GanttLeft: number;
|
|
578
|
+
GanttLines: string;
|
|
579
|
+
GanttLinesTip: string;
|
|
580
|
+
GanttLinesTipDateFormat: string;
|
|
581
|
+
GanttLineXTip: string;
|
|
582
|
+
GanttMainTip: string;
|
|
583
|
+
GanttManual: string;
|
|
584
|
+
GanttManualChange: number;
|
|
585
|
+
GanttManualSide: number;
|
|
586
|
+
GanttMark: string;
|
|
587
|
+
GanttMarkDisabledDependencies: number;
|
|
588
|
+
GanttMarkExt: string;
|
|
589
|
+
GanttMarkIncorrectDependencies: number;
|
|
590
|
+
GanttMarkPath: number;
|
|
591
|
+
GanttMarkRound: string;
|
|
592
|
+
GanttMarkTexts: string;
|
|
593
|
+
GanttMax: number;
|
|
594
|
+
GanttMaxCorrectingLoops: number;
|
|
595
|
+
GanttMaxDependencies: number;
|
|
596
|
+
GanttMaxEnd: string;
|
|
597
|
+
GanttMaxExclude: number;
|
|
598
|
+
GanttMaxStart: string;
|
|
599
|
+
GanttMenu: string;
|
|
600
|
+
GanttMilestoneClass: string;
|
|
601
|
+
GanttMilestones: number;
|
|
602
|
+
GanttMilestoneTip: string;
|
|
603
|
+
GanttMilestoneTopMin: number;
|
|
604
|
+
GanttMin: number;
|
|
605
|
+
GanttMinEnd: string;
|
|
606
|
+
GanttMinResize: number;
|
|
607
|
+
GanttMinSlack: number;
|
|
608
|
+
GanttMinStart: string;
|
|
609
|
+
GanttMinWidth: number;
|
|
610
|
+
GanttNewEnd: string;
|
|
611
|
+
GanttNewStart: string;
|
|
612
|
+
GanttNoMilestones: boolean | number;
|
|
613
|
+
GanttObject: string;
|
|
614
|
+
GanttOrder: string;
|
|
615
|
+
GanttPageInit: number;
|
|
616
|
+
GanttPageWidth: any;
|
|
617
|
+
GanttPaging: boolean | number;
|
|
618
|
+
GanttPagingFixed: number;
|
|
619
|
+
GanttPagingUpdateHeight: boolean | number;
|
|
620
|
+
GanttParts: string;
|
|
621
|
+
GanttPoints: string;
|
|
622
|
+
GanttPointsEdit: string;
|
|
623
|
+
GanttPointsIcons: string;
|
|
624
|
+
GanttPointsShift: number;
|
|
625
|
+
GanttPointsTip: string;
|
|
626
|
+
GanttPointsTop: number;
|
|
627
|
+
GanttPrintRound: string;
|
|
628
|
+
GanttResizeBeforeMove: number;
|
|
629
|
+
GanttResizeDelete: number;
|
|
630
|
+
GanttResources: string;
|
|
631
|
+
GanttResourcesAssign: number;
|
|
632
|
+
GanttResourcesExtra: number;
|
|
633
|
+
GanttResourcesFilter: string;
|
|
634
|
+
GanttResourcesMenu: string;
|
|
635
|
+
GanttRight: number;
|
|
636
|
+
GanttRound: string;
|
|
637
|
+
GanttRoundComplete: boolean | number;
|
|
638
|
+
GanttRoundUnits: boolean | number;
|
|
639
|
+
GanttRun: string;
|
|
640
|
+
GanttRunAdjust: string;
|
|
641
|
+
GanttRunAdjustCorrect: string;
|
|
642
|
+
GanttRunAdjustStart: string;
|
|
643
|
+
GanttRunBoxMinAlign: string;
|
|
644
|
+
GanttRunBoxMinType: number;
|
|
645
|
+
GanttRunBoxMinWidth: number;
|
|
646
|
+
GanttRunClass: string;
|
|
647
|
+
GanttRunClearSelected: boolean | number;
|
|
648
|
+
GanttRunComplete: number;
|
|
649
|
+
GanttRunContainers: string;
|
|
650
|
+
GanttRunContainersDelete: number;
|
|
651
|
+
GanttRunContainersLabel: string;
|
|
652
|
+
GanttRunContainersLabels: string;
|
|
653
|
+
GanttRunContainersResize: number;
|
|
654
|
+
GanttRunContainersSelect: string;
|
|
655
|
+
GanttRunContainerTop: number;
|
|
656
|
+
GanttRunCorrectBox: number;
|
|
657
|
+
GanttRunCorrectFixed: boolean | number;
|
|
658
|
+
GanttRunCustom: string;
|
|
659
|
+
GanttRunDisabled: number;
|
|
660
|
+
GanttRunDragObject: number;
|
|
661
|
+
GanttRunDuration: number;
|
|
662
|
+
GanttRunEmpty: boolean | number;
|
|
663
|
+
GanttRunEnd: string;
|
|
664
|
+
GanttRunError: string;
|
|
665
|
+
GanttRunErrors: boolean | number;
|
|
666
|
+
GanttRunErrorsShift: number;
|
|
667
|
+
GanttRunEscape: string;
|
|
668
|
+
GanttRunFormat: string;
|
|
669
|
+
GanttRunGroupHover: number;
|
|
670
|
+
GanttRunHeight: number;
|
|
671
|
+
GanttRunHtml: string;
|
|
672
|
+
GanttRunHtmlDateFormat: string;
|
|
673
|
+
GanttRunHtmlLeft: string;
|
|
674
|
+
GanttRunHtmlLeftClass: string;
|
|
675
|
+
GanttRunHtmlLeftEdge: number;
|
|
676
|
+
GanttRunHtmlRight: string;
|
|
677
|
+
GanttRunHtmlRightClass: string;
|
|
678
|
+
GanttRunHtmlRightEdge: number;
|
|
679
|
+
GanttRunHtmlShift: string;
|
|
680
|
+
GanttRunIdChars: string;
|
|
681
|
+
GanttRunIdPostfix: string;
|
|
682
|
+
GanttRunIdPrefix: string;
|
|
683
|
+
GanttRunIds: number;
|
|
684
|
+
GanttRunJoined: number;
|
|
685
|
+
GanttRunJoinedHover: number;
|
|
686
|
+
GanttRunJoinedNbsp: number;
|
|
687
|
+
GanttRunLastId: string;
|
|
688
|
+
GanttRunLevels: number;
|
|
689
|
+
GanttRunManual: string;
|
|
690
|
+
GanttRunManualChange: number;
|
|
691
|
+
GanttRunMaxCorrectingLoops: number;
|
|
692
|
+
GanttRunMilestones: number;
|
|
693
|
+
GanttRunMinResize: number;
|
|
694
|
+
GanttRunMinWidth: number;
|
|
695
|
+
GanttRunMove: string;
|
|
696
|
+
GanttRunNbspHover: number;
|
|
697
|
+
GanttRunNew: string;
|
|
698
|
+
GanttRunNewStart: string;
|
|
699
|
+
GanttRunNumberId: number;
|
|
700
|
+
GanttRunResize: string;
|
|
701
|
+
GanttRunResources: string;
|
|
702
|
+
GanttRunSave: number;
|
|
703
|
+
GanttRunSelect: number;
|
|
704
|
+
GanttRunShowHtml: number;
|
|
705
|
+
GanttRunStart: string;
|
|
706
|
+
GanttRunStates: boolean | number;
|
|
707
|
+
GanttRunSummaryIdPrefix: string;
|
|
708
|
+
GanttRunText: string;
|
|
709
|
+
GanttRunTip: string;
|
|
710
|
+
GanttRunTipDateFormat: string;
|
|
711
|
+
GanttRunTop: number;
|
|
712
|
+
GanttRunTypes: string;
|
|
713
|
+
GanttSeparateSlack: boolean;
|
|
714
|
+
GanttShift: string;
|
|
715
|
+
GanttShowBorder: boolean | number;
|
|
716
|
+
GanttShowBounds: number;
|
|
717
|
+
GanttShowConstraints: number;
|
|
718
|
+
GanttShowDependencies: boolean | number;
|
|
719
|
+
GanttShowHtml: number;
|
|
720
|
+
GanttSize: string;
|
|
721
|
+
GanttSizeFit: number;
|
|
722
|
+
GanttSizeLeft: number;
|
|
723
|
+
GanttSizeRight: number;
|
|
724
|
+
GanttSlack: string | number;
|
|
725
|
+
GanttSmoothZoom: boolean | number;
|
|
726
|
+
GanttStart: string;
|
|
727
|
+
GanttStrict: number;
|
|
728
|
+
GanttTask: string;
|
|
729
|
+
GanttText: string;
|
|
730
|
+
GanttTextOverlay: boolean | number;
|
|
731
|
+
GanttTextsSeparator: string;
|
|
732
|
+
GanttTip: string;
|
|
733
|
+
GanttTipDateFormat: string;
|
|
734
|
+
GanttTop: number;
|
|
735
|
+
GanttUnits: string;
|
|
736
|
+
GanttUseConstraints: number;
|
|
737
|
+
GanttWidth: number;
|
|
738
|
+
GanttZoom: string;
|
|
739
|
+
GanttZoomDate: string;
|
|
740
|
+
GanttZoomDateAlign: string;
|
|
741
|
+
GanttZoomFit: number;
|
|
742
|
+
GanttZoomFitRound: string;
|
|
743
|
+
GanttZoomFitWidth: number;
|
|
744
|
+
GanttZoomChange: boolean | number;
|
|
745
|
+
GanttZoomList: string;
|
|
746
|
+
GanttZoomUndo: number;
|
|
747
|
+
GMT: boolean | number;
|
|
748
|
+
GroupDef: string;
|
|
749
|
+
GroupDeleted: boolean | number;
|
|
750
|
+
GroupEmpty: number;
|
|
751
|
+
GroupChar: string;
|
|
752
|
+
GroupSingle: number;
|
|
753
|
+
GroupSole: boolean | number;
|
|
754
|
+
GroupWidth: number;
|
|
755
|
+
readonly HasIndex: number;
|
|
756
|
+
Hidden: boolean | number;
|
|
757
|
+
HideParentCol: boolean | number;
|
|
758
|
+
HintValue: any;
|
|
759
|
+
HoverCell: string;
|
|
760
|
+
HoverRow: string;
|
|
761
|
+
HtmlPostfix: string;
|
|
762
|
+
HtmlPrefix: string;
|
|
763
|
+
CharCodes: string;
|
|
764
|
+
Icon: string;
|
|
765
|
+
IconAlign: string;
|
|
766
|
+
IconHeight: number;
|
|
767
|
+
IconChecked: string;
|
|
768
|
+
Icons: string;
|
|
769
|
+
IconSize: number;
|
|
770
|
+
IconWidth: number;
|
|
771
|
+
Indent: string;
|
|
772
|
+
InsertImg: string;
|
|
773
|
+
IntFormat: string;
|
|
774
|
+
Link: string;
|
|
775
|
+
LinkBase: string;
|
|
776
|
+
LinkTarget: string;
|
|
777
|
+
List: string;
|
|
778
|
+
Level: number;
|
|
779
|
+
LocaleCompare: boolean | number;
|
|
780
|
+
readonly MainSec: number;
|
|
781
|
+
MaskColor: string;
|
|
782
|
+
MaxCalcWidth: number;
|
|
783
|
+
MaxEditHeight: number;
|
|
784
|
+
MaxChars: string;
|
|
785
|
+
MaxWidth: number;
|
|
786
|
+
Menu: string;
|
|
787
|
+
MenuCheck: boolean | number;
|
|
788
|
+
MenuName: string;
|
|
789
|
+
MinWidth: number;
|
|
790
|
+
Move: boolean | number;
|
|
791
|
+
Name: string;
|
|
792
|
+
Next: string;
|
|
793
|
+
NoBorder: number;
|
|
794
|
+
NoColor: boolean | number;
|
|
795
|
+
NoData: boolean | number;
|
|
796
|
+
NoFormat: number;
|
|
797
|
+
NoChanged: boolean | number;
|
|
798
|
+
NoIndex: number;
|
|
799
|
+
NoStyle: number;
|
|
800
|
+
NoUpload: number;
|
|
801
|
+
NumberSort: boolean | number;
|
|
802
|
+
Overflow: number;
|
|
803
|
+
Overlay: number;
|
|
804
|
+
PivotValue: string;
|
|
805
|
+
PopupIcon: number;
|
|
806
|
+
readonly Pos: number;
|
|
807
|
+
Prepared: boolean | number;
|
|
808
|
+
PrintWidth: number;
|
|
809
|
+
Radio: number;
|
|
810
|
+
RadioIcon: number | string;
|
|
811
|
+
RadioIconWidth: number;
|
|
812
|
+
RadioRight: boolean | number;
|
|
813
|
+
RadioUncheck: boolean | number;
|
|
814
|
+
RadioWrap: boolean | number;
|
|
815
|
+
Range: boolean | number;
|
|
816
|
+
RawSort: number;
|
|
817
|
+
Refresh: string;
|
|
818
|
+
Related: string;
|
|
819
|
+
ReloadData: string;
|
|
820
|
+
RelWidth: number;
|
|
821
|
+
RelWidthType: number;
|
|
822
|
+
Resizing: number;
|
|
823
|
+
ResultMask: string;
|
|
824
|
+
ResultMessage: string;
|
|
825
|
+
ResultMessageTime: number;
|
|
826
|
+
ResultText: string;
|
|
827
|
+
Rotate: number;
|
|
828
|
+
Rtl: number;
|
|
829
|
+
SearchNames: string;
|
|
830
|
+
SearchText: string;
|
|
831
|
+
readonly Sec: number;
|
|
832
|
+
Select: number;
|
|
833
|
+
Selected: boolean | number;
|
|
834
|
+
Separator: string;
|
|
835
|
+
ShowEnumHeader: boolean | number;
|
|
836
|
+
ShowHint: number;
|
|
837
|
+
Simple: number;
|
|
838
|
+
Size: number;
|
|
839
|
+
Spanned: boolean | number;
|
|
840
|
+
Suggest: string;
|
|
841
|
+
SuggestDelay: number;
|
|
842
|
+
SuggestMin: number;
|
|
843
|
+
SuggestSeparator: string;
|
|
844
|
+
SuggestServer: boolean | number;
|
|
845
|
+
SuggestType: string;
|
|
846
|
+
Switch: boolean | number;
|
|
847
|
+
Tags: number;
|
|
848
|
+
TagsEmpty: string;
|
|
849
|
+
TagSeparator: string;
|
|
850
|
+
TagsType: string;
|
|
851
|
+
TextColor: string;
|
|
852
|
+
TextFont: string;
|
|
853
|
+
TextImg: boolean | number;
|
|
854
|
+
TextShadow: number;
|
|
855
|
+
TextShadowColor: string;
|
|
856
|
+
TextSize: string;
|
|
857
|
+
TextStyle: number;
|
|
858
|
+
Tip: string;
|
|
859
|
+
TipClass: string;
|
|
860
|
+
TipPosition: string;
|
|
861
|
+
Type: string;
|
|
862
|
+
Underline: string;
|
|
863
|
+
UnderlineStyle: number;
|
|
864
|
+
Uncheck: boolean | number;
|
|
865
|
+
VertAlign: string;
|
|
866
|
+
VarHeight: number;
|
|
867
|
+
VarHeightType: number;
|
|
868
|
+
Visible: boolean | number;
|
|
869
|
+
WhiteChars: string;
|
|
870
|
+
Width: number;
|
|
871
|
+
WidthPad: number;
|
|
872
|
+
Wrap: boolean | number;
|
|
873
|
+
WrapEdit: boolean | number;
|
|
874
|
+
XlsFormat: string;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
interface TRow {
|
|
878
|
+
index: number;
|
|
879
|
+
AcceptDef: string;
|
|
880
|
+
Added: number;
|
|
881
|
+
AddParent: number;
|
|
882
|
+
AggChildren: boolean;
|
|
883
|
+
Align: string;
|
|
884
|
+
AlternateClass: string;
|
|
885
|
+
AlternateColor: string;
|
|
886
|
+
Background: string;
|
|
887
|
+
BorderBottom: string;
|
|
888
|
+
BorderLeft: string;
|
|
889
|
+
BorderRight: string;
|
|
890
|
+
BorderTop: string;
|
|
891
|
+
Buttons: string;
|
|
892
|
+
CalcOrder: any;
|
|
893
|
+
Calculated: boolean | number;
|
|
894
|
+
CanCopy: boolean | number;
|
|
895
|
+
CanCopyPaste: number;
|
|
896
|
+
CanDelete: boolean | number;
|
|
897
|
+
CanDrag: boolean | number;
|
|
898
|
+
CanEdit: number;
|
|
899
|
+
CanExpand: number;
|
|
900
|
+
CanExport: number;
|
|
901
|
+
CanFilter: number;
|
|
902
|
+
CanFix: boolean | number;
|
|
903
|
+
CanFocus: number;
|
|
904
|
+
CanGroup: boolean | number;
|
|
905
|
+
CanPrint: number;
|
|
906
|
+
CanResize: number;
|
|
907
|
+
CanSelect: boolean | number;
|
|
908
|
+
CanSort: boolean | number;
|
|
909
|
+
CDef: string;
|
|
910
|
+
CellDef: string;
|
|
911
|
+
Changed: number;
|
|
912
|
+
Class: string;
|
|
913
|
+
ClassInner: string;
|
|
914
|
+
ClassInnerIcon: boolean | number;
|
|
915
|
+
CollapseOther: boolean | number;
|
|
916
|
+
Color: string;
|
|
917
|
+
ColorCursor: number;
|
|
918
|
+
Copy: string;
|
|
919
|
+
Count: number;
|
|
920
|
+
readonly Def: any;
|
|
921
|
+
DefEmpty: string;
|
|
922
|
+
DefParent: string;
|
|
923
|
+
Deleted: number;
|
|
924
|
+
Detail: string;
|
|
925
|
+
DetailCol: string;
|
|
926
|
+
DetailLayout: string;
|
|
927
|
+
DetailTreeGrid: string;
|
|
928
|
+
DragTab: string;
|
|
929
|
+
readonly Expanded: number;
|
|
930
|
+
readonly Fixed: string;
|
|
931
|
+
FocusCell: string;
|
|
932
|
+
FocusRow: string;
|
|
933
|
+
FormulaCanEdit: boolean | number;
|
|
934
|
+
FormulaCanUse: boolean | number;
|
|
935
|
+
readonly GroupCol: string;
|
|
936
|
+
readonly GroupPos: number;
|
|
937
|
+
readonly HasIndex: number;
|
|
938
|
+
Height: number;
|
|
939
|
+
readonly Hidden: boolean | number;
|
|
940
|
+
HintValue: any;
|
|
941
|
+
HtmlPostfix: string;
|
|
942
|
+
HtmlPrefix: string;
|
|
943
|
+
HoverCell: string;
|
|
944
|
+
HoverRow: string;
|
|
945
|
+
IconAlign: number;
|
|
946
|
+
readonly id: string;
|
|
947
|
+
Indent: number;
|
|
948
|
+
InsertImg: string;
|
|
949
|
+
IgnoreIdNames: boolean | number;
|
|
950
|
+
readonly Kind: string;
|
|
951
|
+
Level: number;
|
|
952
|
+
LeftHtml: string;
|
|
953
|
+
MaxChildren: number;
|
|
954
|
+
MaxChildrenDiff: number;
|
|
955
|
+
MaxChildrenMin: number;
|
|
956
|
+
MaxEditHeight: number;
|
|
957
|
+
MaxHeight: number;
|
|
958
|
+
MaxHeightAll: boolean | number;
|
|
959
|
+
Menu: string;
|
|
960
|
+
MenuName: string;
|
|
961
|
+
MidHtml: string;
|
|
962
|
+
MidHtml2: string;
|
|
963
|
+
MinHeight: number;
|
|
964
|
+
Moved: number;
|
|
965
|
+
Name: string;
|
|
966
|
+
NewId: string;
|
|
967
|
+
Next: string;
|
|
968
|
+
NoBorder: number;
|
|
969
|
+
NoColor: number;
|
|
970
|
+
NoColorState: boolean | number;
|
|
971
|
+
NoData: boolean | number;
|
|
972
|
+
NoFormat: number;
|
|
973
|
+
NoIndex: number;
|
|
974
|
+
NoPageBreak: boolean | number;
|
|
975
|
+
NoStyle: number;
|
|
976
|
+
NoUpload: number;
|
|
977
|
+
Parent: string;
|
|
978
|
+
Prev: string;
|
|
979
|
+
PrintHeight: number;
|
|
980
|
+
Pos: number;
|
|
981
|
+
Selected: number;
|
|
982
|
+
ShowColNames: boolean | number;
|
|
983
|
+
ShowHint: number;
|
|
984
|
+
readonly Spanned: boolean | number;
|
|
985
|
+
SortSpan: boolean | number;
|
|
986
|
+
SortPos: number;
|
|
987
|
+
State: number;
|
|
988
|
+
Recalc: number;
|
|
989
|
+
RelHeight: number;
|
|
990
|
+
Resized: boolean | number;
|
|
991
|
+
RightHtml: string;
|
|
992
|
+
Rotate: number;
|
|
993
|
+
Rows: string;
|
|
994
|
+
TextColor: string;
|
|
995
|
+
TextFont: string;
|
|
996
|
+
TextSize: number;
|
|
997
|
+
TextShadow: number;
|
|
998
|
+
TextShadowColor: string;
|
|
999
|
+
TextStyle: number;
|
|
1000
|
+
Tip: string;
|
|
1001
|
+
TipClass: string;
|
|
1002
|
+
TipPosition: string;
|
|
1003
|
+
VertAlign: string;
|
|
1004
|
+
VarHeight: number;
|
|
1005
|
+
readonly Visible: boolean | number;
|
|
1006
|
+
Wrap: boolean | number;
|
|
1007
|
+
WrapEdit: boolean | number;
|
|
1008
|
+
readonly firstChild: TRow;
|
|
1009
|
+
readonly lastChild: TRow;
|
|
1010
|
+
readonly nextSibling: TRow;
|
|
1011
|
+
readonly parentNode: TRow;
|
|
1012
|
+
readonly previousSibling: TRow;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
type TAction = (focused: boolean | number, test: boolean | number) => boolean | number;
|
|
1016
|
+
|
|
1017
|
+
interface TTGrid {
|
|
1018
|
+
AcceptChanges(row?: TRow): void;
|
|
1019
|
+
AddAutoColPages(): void;
|
|
1020
|
+
AddAutoPages(): void;
|
|
1021
|
+
AddCol(
|
|
1022
|
+
col: string,
|
|
1023
|
+
sec: number,
|
|
1024
|
+
pos: number,
|
|
1025
|
+
width?: number,
|
|
1026
|
+
show?: boolean | number,
|
|
1027
|
+
type?: string,
|
|
1028
|
+
caption?: string,
|
|
1029
|
+
): TCol;
|
|
1030
|
+
AddColPage(names: any, def?: string, updatefixed?: boolean | number): void;
|
|
1031
|
+
AddCols(
|
|
1032
|
+
cols: string[] | number,
|
|
1033
|
+
tocol: string | number,
|
|
1034
|
+
right?: boolean | number,
|
|
1035
|
+
empty?: boolean | number,
|
|
1036
|
+
focus?: boolean | number,
|
|
1037
|
+
): TCol[];
|
|
1038
|
+
AddCustomFormat(format: string, name?: string): void;
|
|
1039
|
+
AddDataFromServer(Data: string): void;
|
|
1040
|
+
AddDependencies(Dependencies: any): void;
|
|
1041
|
+
AddGanttRunBox(
|
|
1042
|
+
box: any,
|
|
1043
|
+
adjust?: string,
|
|
1044
|
+
id?: string,
|
|
1045
|
+
group?: string,
|
|
1046
|
+
test?: boolean | number,
|
|
1047
|
+
): boolean | number;
|
|
1048
|
+
AddGanttRunContainer(
|
|
1049
|
+
row: TRow,
|
|
1050
|
+
col: string,
|
|
1051
|
+
index: number,
|
|
1052
|
+
container: string,
|
|
1053
|
+
level?: number,
|
|
1054
|
+
unique?: boolean | number,
|
|
1055
|
+
): string;
|
|
1056
|
+
AddPage(name?: string, xml?: string, count?: number): TRow;
|
|
1057
|
+
AddRow(parent?: TRow, next?: TRow, show?: number, id?: string, Def?: string): TRow;
|
|
1058
|
+
AddRows(
|
|
1059
|
+
count: number,
|
|
1060
|
+
parent?: TRow,
|
|
1061
|
+
next?: TRow,
|
|
1062
|
+
focus?: boolean | number,
|
|
1063
|
+
test?: boolean | number,
|
|
1064
|
+
): TRow[];
|
|
1065
|
+
AjaxCall(Source: any, Data?: string, Func?: Function): string;
|
|
1066
|
+
AnimateCell(row: TRow, col: string, animation?: string, func?: Function): void;
|
|
1067
|
+
AnimateCol(col: any, animation?: string, func?: Function): void;
|
|
1068
|
+
AnimateRow(row: any, animation?: string, childrenanimation?: string, func?: Function): void;
|
|
1069
|
+
ApplyMedia(): boolean | number;
|
|
1070
|
+
AutoSpanCell(row: TRow, col: string, type?: number): boolean | number;
|
|
1071
|
+
ButtonClick(row: TRow, col: string): void;
|
|
1072
|
+
CalcWidth(col: string, noupdate?: boolean | number, rows?: TRow[]): void;
|
|
1073
|
+
Calculate(show?: boolean | number, calconly?: boolean | number): void;
|
|
1074
|
+
CanChangeWinScroll(): boolean | number;
|
|
1075
|
+
CanEdit(row: TRow, col: string): number;
|
|
1076
|
+
CanEditBorder(row: TRow, col: string): boolean | number;
|
|
1077
|
+
CanEditStyle(row: TRow, col: string): boolean | number;
|
|
1078
|
+
CanFocus(row: TRow, col: string): number;
|
|
1079
|
+
CanRedo(): boolean | number;
|
|
1080
|
+
CanUndo(): boolean | number;
|
|
1081
|
+
CanZoomIn(): boolean | number;
|
|
1082
|
+
CanZoomOut(): boolean | number;
|
|
1083
|
+
ChangeColsPositions(leftcols: string[], cols: string[], rightcols: string[]): void;
|
|
1084
|
+
ChangeColsVisibility(Show?: string[], Hide?: string[], prefer?: boolean | number): void;
|
|
1085
|
+
ChangeDef(row: TRow, def: string, show?: boolean | number, undo?: boolean | number): void;
|
|
1086
|
+
ChangeExclude(exclude: string, name?: string, type?: number): void;
|
|
1087
|
+
ChangeFilter(
|
|
1088
|
+
cols: any,
|
|
1089
|
+
values: any,
|
|
1090
|
+
operators: any,
|
|
1091
|
+
nofilter?: string,
|
|
1092
|
+
noclear?: boolean | number,
|
|
1093
|
+
filter?: TRow,
|
|
1094
|
+
): void;
|
|
1095
|
+
ChangeGanttRunContainer(
|
|
1096
|
+
row: TRow,
|
|
1097
|
+
col: string,
|
|
1098
|
+
container: string,
|
|
1099
|
+
newcontainer: string,
|
|
1100
|
+
unique?: boolean | number,
|
|
1101
|
+
): string;
|
|
1102
|
+
ChangeImg(
|
|
1103
|
+
row: TRow,
|
|
1104
|
+
col: string,
|
|
1105
|
+
idx: number,
|
|
1106
|
+
val: number[],
|
|
1107
|
+
assign?: boolean | number,
|
|
1108
|
+
refresh?: boolean | number,
|
|
1109
|
+
undo?: boolean | number,
|
|
1110
|
+
): any;
|
|
1111
|
+
ChangeMainCol(col: string, noshow?: boolean | number): void;
|
|
1112
|
+
ChangeName(OldName: any, NewName: any, undo?: boolean | number, recalc?: boolean | number): void;
|
|
1113
|
+
ChangeSort(sortcols: string): void;
|
|
1114
|
+
ChangeZoom(Name: string): boolean | number;
|
|
1115
|
+
CheckForUpdates(Func?: Function): void;
|
|
1116
|
+
CheckGantt(row: TRow, col: string, val?: any): boolean | number;
|
|
1117
|
+
Clear(): void;
|
|
1118
|
+
ClearBody(): void;
|
|
1119
|
+
ClearRange(range: any[]): void;
|
|
1120
|
+
ClearSelection(type?: number): void;
|
|
1121
|
+
ClearUndo(recalc?: boolean | number): void;
|
|
1122
|
+
CloseDialog(): void;
|
|
1123
|
+
Collapse(row: TRow): void;
|
|
1124
|
+
CollapseAll(root?: boolean | number, test?: boolean | number): number;
|
|
1125
|
+
ColorCell(row: TRow, col: string): void;
|
|
1126
|
+
ColorRow(row: TRow): void;
|
|
1127
|
+
CopyImg(
|
|
1128
|
+
row: TRow,
|
|
1129
|
+
col: string,
|
|
1130
|
+
idx: number,
|
|
1131
|
+
refresh?: boolean | number,
|
|
1132
|
+
undo?: boolean | number,
|
|
1133
|
+
): boolean | number;
|
|
1134
|
+
CopyRange(destination: any[], source: any[], clear?: boolean | number): void;
|
|
1135
|
+
CopyRow(
|
|
1136
|
+
row: TRow,
|
|
1137
|
+
parent?: TRow,
|
|
1138
|
+
next?: TRow,
|
|
1139
|
+
deep?: boolean | number,
|
|
1140
|
+
empty?: boolean | number,
|
|
1141
|
+
): TRow;
|
|
1142
|
+
CopyRows(
|
|
1143
|
+
rows: TRow[],
|
|
1144
|
+
parent?: TRow,
|
|
1145
|
+
next?: TRow,
|
|
1146
|
+
deep?: boolean | number,
|
|
1147
|
+
empty?: boolean | number,
|
|
1148
|
+
): TRow[];
|
|
1149
|
+
CorrectDependencies(row: TRow, col: string, bar?: any): void;
|
|
1150
|
+
CorrectExclude(row: TRow, col: string, show?: boolean | number, objects?: string): void;
|
|
1151
|
+
CreateColPages(): void;
|
|
1152
|
+
CreatePages(): void;
|
|
1153
|
+
CreatePivot(func?: Function): boolean | number;
|
|
1154
|
+
CustomUndo(object: any, undo: Function, redo: Function): void;
|
|
1155
|
+
Debug(
|
|
1156
|
+
type: number,
|
|
1157
|
+
arg1: string,
|
|
1158
|
+
arg2?: string,
|
|
1159
|
+
arg3?: string,
|
|
1160
|
+
arg4?: string,
|
|
1161
|
+
arg5?: string,
|
|
1162
|
+
arg6?: string,
|
|
1163
|
+
arg7?: string,
|
|
1164
|
+
arg8?: string,
|
|
1165
|
+
arg9?: string,
|
|
1166
|
+
): void;
|
|
1167
|
+
DeleteCol(col: string, type: number, test?: boolean | number): boolean | number;
|
|
1168
|
+
DeleteColT(col: string, type: number): boolean | number;
|
|
1169
|
+
DeleteCols(cols: string[], del?: number): number;
|
|
1170
|
+
DeleteConstraints(row: TRow, col: string): void;
|
|
1171
|
+
DeleteDependencies(Dependencies: any): void;
|
|
1172
|
+
DeleteImg(
|
|
1173
|
+
row: TRow,
|
|
1174
|
+
col: string,
|
|
1175
|
+
idx: number,
|
|
1176
|
+
refresh: boolean | number,
|
|
1177
|
+
undo: boolean | number,
|
|
1178
|
+
): boolean | number;
|
|
1179
|
+
DeleteRow(row: TRow, type: number, test?: boolean | number): boolean | number;
|
|
1180
|
+
DeleteRowT(row: TRow, type: number, noshow?: boolean | number): void;
|
|
1181
|
+
DeleteRows(rows: TRow[], del?: number): number;
|
|
1182
|
+
DeleteSheet(name: string): void;
|
|
1183
|
+
DelGanttRunBox(box: any, remove?: boolean | number, adjust?: string): boolean | number;
|
|
1184
|
+
DelGanttRunContainer(
|
|
1185
|
+
row: TRow,
|
|
1186
|
+
col: string,
|
|
1187
|
+
container: string,
|
|
1188
|
+
del?: number,
|
|
1189
|
+
adjust?: string,
|
|
1190
|
+
nodisabled?: boolean | number,
|
|
1191
|
+
): string;
|
|
1192
|
+
Dialog(): void;
|
|
1193
|
+
DiffGanttDate(
|
|
1194
|
+
start: number,
|
|
1195
|
+
end: number,
|
|
1196
|
+
units?: string,
|
|
1197
|
+
last?: string,
|
|
1198
|
+
col?: string,
|
|
1199
|
+
row?: TRow,
|
|
1200
|
+
): number;
|
|
1201
|
+
Disable(hard?: boolean | number): void;
|
|
1202
|
+
DisableGanttMain(row: TRow, col: string, plan: number, disable: number): void;
|
|
1203
|
+
DisableGanttRun(row: TRow, col: string, disable: number, index: number): void;
|
|
1204
|
+
DisableGanttRunContainer(row: TRow, col: string, container: string, disable: number): string;
|
|
1205
|
+
Dispose(): void;
|
|
1206
|
+
DoFilter(row?: TRow, col?: string): void;
|
|
1207
|
+
DoGrouping(Group: string): void;
|
|
1208
|
+
DoSearch(action: string, noshow?: boolean | number): void;
|
|
1209
|
+
DownloadPage(row: TRow, Func?: Function): void;
|
|
1210
|
+
EditGanttCalendars(): void;
|
|
1211
|
+
Enable(): void;
|
|
1212
|
+
EndEdit(save?: boolean | number): number;
|
|
1213
|
+
EndUndo(): void;
|
|
1214
|
+
EndUpdate(row?: TRow, col?: string): void;
|
|
1215
|
+
Escape(str: string): string;
|
|
1216
|
+
Expand(row: TRow): void;
|
|
1217
|
+
ExpandAll(
|
|
1218
|
+
parent: TRow,
|
|
1219
|
+
loaded?: number,
|
|
1220
|
+
levels?: number,
|
|
1221
|
+
max?: number,
|
|
1222
|
+
test?: boolean | number,
|
|
1223
|
+
render?: number,
|
|
1224
|
+
): number;
|
|
1225
|
+
ExpandCell(row: TRow, col: string): void;
|
|
1226
|
+
ExpandParents(row: TRow): void;
|
|
1227
|
+
ExtendGantt(count?: number, units?: string): void;
|
|
1228
|
+
FillRange(destination: any[], source: any[], type?: number): void;
|
|
1229
|
+
FilterDateRange(col: string, val: string, name?: string, show?: number): void;
|
|
1230
|
+
FilterTextRange(col: string, val: string, name?: string, show?: number): void;
|
|
1231
|
+
FindFormat(row: TRow, col: string, format: string, defaultValue?: string): string;
|
|
1232
|
+
FindGanttRunBoxes(box: any, type?: number): any;
|
|
1233
|
+
FindType(
|
|
1234
|
+
row: TRow,
|
|
1235
|
+
col: string,
|
|
1236
|
+
val: any,
|
|
1237
|
+
refresh?: boolean | number,
|
|
1238
|
+
calc?: boolean | number,
|
|
1239
|
+
): string;
|
|
1240
|
+
FinishAnimations(): void;
|
|
1241
|
+
FixAbove(row: TRow, undo?: boolean | number): boolean | number;
|
|
1242
|
+
FixBelow(row: TRow, undo?: boolean | number): boolean | number;
|
|
1243
|
+
FixNext(col: string, undo?: boolean | number): boolean | number;
|
|
1244
|
+
FixPrev(col: string, undo?: boolean | number): boolean | number;
|
|
1245
|
+
Focus(row?: TRow, col?: string, pagepos?: number, Rect?: any[], type?: number): boolean | number;
|
|
1246
|
+
FocusFocused(clear?: boolean | number, use?: boolean | number): void;
|
|
1247
|
+
GanttUnitsDuration(units: string, col?: string): number;
|
|
1248
|
+
GenerateId(row: TRow): string;
|
|
1249
|
+
GetActiveSheet(): string;
|
|
1250
|
+
GetAttribute(row: TRow, col: string, attribute: string): string;
|
|
1251
|
+
GetBodyHeight(): number;
|
|
1252
|
+
GetBodyScrollHeight(): number;
|
|
1253
|
+
GetBodyScrollWidth(sec?: number): number;
|
|
1254
|
+
GetBodyWidth(sec?: number): number;
|
|
1255
|
+
GetBorder(row: TRow, col: string, edge?: number): any[];
|
|
1256
|
+
GetCaption(col: string): string;
|
|
1257
|
+
GetCell(row: TRow, col: string): any;
|
|
1258
|
+
GetCellName(row: TRow, col: string): string;
|
|
1259
|
+
GetCfgRequest(format?: string): string;
|
|
1260
|
+
GetChanges(row?: TRow): string;
|
|
1261
|
+
GetChart(id: string): void;
|
|
1262
|
+
GetColByIndex(index: any, type?: boolean | number): string;
|
|
1263
|
+
GetColIndex(col: string, type?: boolean | number): any;
|
|
1264
|
+
GetColLeft(col: string): number;
|
|
1265
|
+
GetCols(attr1?: string, attr2?: string): string[];
|
|
1266
|
+
GetDefaultsIndex(row: TRow, col: string, val?: string, range?: number): number;
|
|
1267
|
+
GetDefaultsValue(row: TRow, col: string, index: number, range?: number): number;
|
|
1268
|
+
GetDependencies(
|
|
1269
|
+
row: TRow,
|
|
1270
|
+
col: string,
|
|
1271
|
+
ancestors?: boolean | number,
|
|
1272
|
+
row2?: TRow,
|
|
1273
|
+
type?: string,
|
|
1274
|
+
box?: string,
|
|
1275
|
+
box2?: string,
|
|
1276
|
+
): any;
|
|
1277
|
+
GetDependency(row: TRow, col: string, ancestors?: boolean | number): any;
|
|
1278
|
+
GetDetailGrid(row: TRow, idx?: number): TGrid;
|
|
1279
|
+
GetEvent(): any;
|
|
1280
|
+
GetFPage(): TRow;
|
|
1281
|
+
GetFilter(spec?: boolean | number): any[];
|
|
1282
|
+
GetFirst(parent?: TRow, type?: number): TRow;
|
|
1283
|
+
GetFirstCol(sec?: number): string;
|
|
1284
|
+
GetFirstVisible(parent?: TRow, type?: number): TRow;
|
|
1285
|
+
GetFixedRows(): TRow[];
|
|
1286
|
+
GetFocusedCols(): string[];
|
|
1287
|
+
GetFocusedRows(type?: number, attr?: string): TRow[];
|
|
1288
|
+
GetFormat(row: TRow, col: string, edit?: boolean | number): string;
|
|
1289
|
+
GetGanttBase(): number;
|
|
1290
|
+
GetGanttDate(pos: number, col?: string): number;
|
|
1291
|
+
GetGanttFinish(): number;
|
|
1292
|
+
GetGanttHeaderXY(row: TRow, col: string, x: number, y: number): any;
|
|
1293
|
+
GetGanttLine(index: number, col?: string): any[];
|
|
1294
|
+
GetGanttMain(row: TRow, col: string, plan?: number): any;
|
|
1295
|
+
GetGanttPos(date: number, col?: string): number;
|
|
1296
|
+
GetGanttPrice(row: TRow, col: string, bar?: number): number;
|
|
1297
|
+
GetGanttResourceAvailability(res: string, col?: string): number[];
|
|
1298
|
+
GetGanttResourceCount(
|
|
1299
|
+
res: string,
|
|
1300
|
+
start: any,
|
|
1301
|
+
end: any,
|
|
1302
|
+
type: number,
|
|
1303
|
+
col?: string,
|
|
1304
|
+
def?: string,
|
|
1305
|
+
): number;
|
|
1306
|
+
GetGanttResourcesUsage(
|
|
1307
|
+
def: string,
|
|
1308
|
+
row: TRow,
|
|
1309
|
+
col: string,
|
|
1310
|
+
units: string,
|
|
1311
|
+
bar?: number,
|
|
1312
|
+
notmp?: boolean | number,
|
|
1313
|
+
): number[];
|
|
1314
|
+
GetGanttRun(row: TRow, col: string): any;
|
|
1315
|
+
GetGanttRunBox(row: TRow, col: string, index: number): any;
|
|
1316
|
+
GetGanttRunBoxTag(box: any): any;
|
|
1317
|
+
GetGanttRunContainerBoxes(row: TRow, col: string, container: string): number[];
|
|
1318
|
+
GetGanttRunContainers(row: TRow, col: string, display?: number): any;
|
|
1319
|
+
GetGanttRunResourcesString(row: TRow, col?: string): string;
|
|
1320
|
+
GetGanttRunSelectedBoxes(row: TRow, col: string): any;
|
|
1321
|
+
GetGanttRunSelectedCount(): number;
|
|
1322
|
+
GetGanttSlack(row: TRow, col: string, bar: any): number;
|
|
1323
|
+
GetGanttXY(row: TRow, col: string, x: number, y: number): any;
|
|
1324
|
+
GetIncorrectConstraints(col?: string, all?: number): any;
|
|
1325
|
+
GetIncorrectDependencies(col?: string): any;
|
|
1326
|
+
GetLast(parent?: TRow, type?: number): TRow;
|
|
1327
|
+
GetLastCol(sec?: number): string;
|
|
1328
|
+
GetLastDataCol(): string;
|
|
1329
|
+
GetLastDataRow(): TRow;
|
|
1330
|
+
GetLastVisible(parent?: TRow, type?: number): TRow;
|
|
1331
|
+
GetLockedIndex(): number;
|
|
1332
|
+
GetMasterRow(): TRow;
|
|
1333
|
+
GetNext(row: TRow, type?: number): TRow;
|
|
1334
|
+
GetNextCol(col: string): string;
|
|
1335
|
+
GetNextShift(row: TRow, pagepos?: number, cnt?: number): any;
|
|
1336
|
+
GetNextSibling(row: TRow, type?: number): TRow;
|
|
1337
|
+
GetNextSiblingVisible(row: TRow, type?: number): TRow;
|
|
1338
|
+
GetNextVisible(row: TRow, type?: number): TRow;
|
|
1339
|
+
GetPage(num: number): TRow;
|
|
1340
|
+
GetPageNum(page: TRow): number;
|
|
1341
|
+
GetPagePos(row: TRow): number;
|
|
1342
|
+
GetPos(row: TRow): number;
|
|
1343
|
+
GetPrev(row: TRow, type?: number): TRow;
|
|
1344
|
+
GetPrevCol(col: string): string;
|
|
1345
|
+
GetPrevShift(row: TRow, pagepos?: number, cnt?: number): any;
|
|
1346
|
+
GetPrevSibling(row: TRow, type?: number): TRow;
|
|
1347
|
+
GetPrevSiblingVisible(row: TRow, type?: number): TRow;
|
|
1348
|
+
GetPrevVisible(row: TRow, type?: number): TRow;
|
|
1349
|
+
GetPrintable(func?: Function): string;
|
|
1350
|
+
GetResourceErrors(res: string, type?: number): any[];
|
|
1351
|
+
GetResourceUsage(
|
|
1352
|
+
name: string,
|
|
1353
|
+
type?: number,
|
|
1354
|
+
consume?: number,
|
|
1355
|
+
row?: TRow,
|
|
1356
|
+
opt?: number,
|
|
1357
|
+
def?: string,
|
|
1358
|
+
col?: string,
|
|
1359
|
+
): string;
|
|
1360
|
+
GetRowById(id: string, attr?: string, nofixed?: boolean | number): TRow;
|
|
1361
|
+
GetRowByIndex(index: any, type?: boolean | number): TRow;
|
|
1362
|
+
GetRowHeight(row: TRow): number;
|
|
1363
|
+
GetRowIndex(row: TRow, type?: boolean | number, defaultValue?: any): any;
|
|
1364
|
+
GetRowPage(row: TRow): TRow;
|
|
1365
|
+
GetRowTop(row: TRow): number;
|
|
1366
|
+
GetScrollLeft(sec?: number): number;
|
|
1367
|
+
GetScrollTop(): number;
|
|
1368
|
+
GetSections(): number[];
|
|
1369
|
+
GetSelCols(attr?: string): string[];
|
|
1370
|
+
GetSelRanges(rowtype?: number, coltype?: number): any[];
|
|
1371
|
+
GetSelRows(type?: number, attr?: string): TRow[];
|
|
1372
|
+
GetSheets(hidden?: boolean | number): string[];
|
|
1373
|
+
GetShownCols(sec?: number): TRow[];
|
|
1374
|
+
GetShownRows(): TRow[];
|
|
1375
|
+
GetSpanned(row: TRow, col: string): any[];
|
|
1376
|
+
GetString(row: TRow, col: string): string;
|
|
1377
|
+
GetStringEdit(row: TRow, col: string): string;
|
|
1378
|
+
GetTasksToSchedule(row?: TRow, col?: string, bar?: any, tasks?: any): any;
|
|
1379
|
+
GetType(row: TRow, col: string): string;
|
|
1380
|
+
GetUniqueGanttRunContainer(row: TRow, col: string, container: string): string;
|
|
1381
|
+
GetUniqueSheet(name: string): string;
|
|
1382
|
+
GetValue(row: TRow, col: string): any;
|
|
1383
|
+
GetXmlData(type?: string, attrs?: string): string;
|
|
1384
|
+
GetZoomList(col?: string): any;
|
|
1385
|
+
GoToNextPage(): void;
|
|
1386
|
+
GoToPage(page: TRow): void;
|
|
1387
|
+
GoToPrevPage(): void;
|
|
1388
|
+
HasChanges(): number;
|
|
1389
|
+
HasChildren(row: TRow): boolean | number;
|
|
1390
|
+
HasDependencies(): boolean | number;
|
|
1391
|
+
HasFilter(): number;
|
|
1392
|
+
HasGantt(): boolean | number;
|
|
1393
|
+
HasSheet(name: string, hidden?: boolean | number): boolean | number;
|
|
1394
|
+
HideCol(col: string): void;
|
|
1395
|
+
HideHint(): void;
|
|
1396
|
+
HideMessage(): void;
|
|
1397
|
+
HideRow(row: TRow, del?: boolean | number, noshow?: boolean | number): void;
|
|
1398
|
+
HideTip(): void;
|
|
1399
|
+
ImportData(file: any, nomessage?: boolean | number): void;
|
|
1400
|
+
InDefaults(row: TRow, col: string, val?: string, defaults?: string): boolean | number;
|
|
1401
|
+
IncGanttDate(
|
|
1402
|
+
start: number,
|
|
1403
|
+
dur: number,
|
|
1404
|
+
units?: string,
|
|
1405
|
+
beg?: boolean | number,
|
|
1406
|
+
col?: string,
|
|
1407
|
+
row?: TRow,
|
|
1408
|
+
): number;
|
|
1409
|
+
IsCellExpanded(row: TRow, col: string): boolean | number;
|
|
1410
|
+
IsFocused(row: TRow, col: string): boolean | number;
|
|
1411
|
+
IsGanttRunContainerSelected(row: TRow, col: string, container: string): boolean | number;
|
|
1412
|
+
IsSelected(row: TRow, col?: string): boolean | number;
|
|
1413
|
+
LoadCfg(cookie?: string): void;
|
|
1414
|
+
LoadPage(page: TRow): void;
|
|
1415
|
+
LoadSheet(name: string, save?: boolean | number): boolean | number;
|
|
1416
|
+
LoadSheetHidden(name: string): TGrid;
|
|
1417
|
+
MergeUndo(type1?: string, type2?: string): void;
|
|
1418
|
+
MoveCol(
|
|
1419
|
+
col: string,
|
|
1420
|
+
tocol: string | number,
|
|
1421
|
+
right?: boolean | number,
|
|
1422
|
+
noshow?: boolean | number,
|
|
1423
|
+
): void;
|
|
1424
|
+
MoveRow(row: TRow, parent?: TRow, next?: TRow, show?: boolean | number): void;
|
|
1425
|
+
MoveRows(row: TRow, rowto: TRow, type: number): void;
|
|
1426
|
+
MoveRowsToGrid(row: TRow, togrid: TGrid, torow: TRow, type: number, copy?: number): TRow;
|
|
1427
|
+
MoveSheet(name: string, next: string, copy?: boolean | number): void;
|
|
1428
|
+
PagePosToRow(page: TRow, pos: number): TRow;
|
|
1429
|
+
PivotEscape(value: string): string;
|
|
1430
|
+
PivotUnescape(value: string): string;
|
|
1431
|
+
Prompt(text: string, defaultValue: string, func: Function, width?: number): void;
|
|
1432
|
+
ReColor(): void;
|
|
1433
|
+
ReadData(source: any, Func?: Function): void;
|
|
1434
|
+
Recalculate(row: TRow, col: string, show?: boolean | number): void;
|
|
1435
|
+
RecalculateRows(rows: TRow[], show?: boolean | number): void;
|
|
1436
|
+
RefreshBorder(row: TRow, col: string, edge?: number, span?: number): void;
|
|
1437
|
+
RefreshCell(row: TRow, col: string): void;
|
|
1438
|
+
RefreshCellAnimate(row: TRow, col: string, animation: string): void;
|
|
1439
|
+
RefreshChart(id: string): void;
|
|
1440
|
+
RefreshDetail(grid: TGrid, clear?: boolean | number): void;
|
|
1441
|
+
RefreshGantt(show?: number, col?: string): void;
|
|
1442
|
+
RefreshGanttDependencies(show?: number, col?: string): void;
|
|
1443
|
+
RefreshGanttSlack(show?: boolean | number, min?: number, err?: number): void;
|
|
1444
|
+
RefreshNested(row: TRow): void;
|
|
1445
|
+
RefreshPage(page: TRow, always?: boolean | number): void;
|
|
1446
|
+
RefreshRow(row: TRow): void;
|
|
1447
|
+
Reload(Source?: any, id?: string, confirm?: boolean | number): TGrid;
|
|
1448
|
+
ReloadBody(Func?: Function): void;
|
|
1449
|
+
ReloadPage(page: TRow): void;
|
|
1450
|
+
RemoveCol(col: string): void;
|
|
1451
|
+
RemoveColPage(section: number, count?: number): void;
|
|
1452
|
+
RemoveDeletedDependencies(): void;
|
|
1453
|
+
RemovePage(page: TRow): boolean | number;
|
|
1454
|
+
RemoveRow(row: TRow): void;
|
|
1455
|
+
RenameSheet(name: string, newname: string): string;
|
|
1456
|
+
Render(): void;
|
|
1457
|
+
RenderBody(): void;
|
|
1458
|
+
RenderGanttPage(col: string, left: number, width: number): void;
|
|
1459
|
+
Rerender(scroll?: boolean | number, sync?: boolean | number): void;
|
|
1460
|
+
ResetChecked(row: TRow, col: string): void;
|
|
1461
|
+
ResizeRow(row: TRow, height: number): void;
|
|
1462
|
+
ResizeSection(section: number, widthchange: number, undo?: boolean): void;
|
|
1463
|
+
RestoreCfg(type?: number): void;
|
|
1464
|
+
RoundGanttDate(
|
|
1465
|
+
date: number,
|
|
1466
|
+
round: number,
|
|
1467
|
+
base?: number,
|
|
1468
|
+
col?: string,
|
|
1469
|
+
units?: string,
|
|
1470
|
+
row?: TRow,
|
|
1471
|
+
): number;
|
|
1472
|
+
Save(event?: Event): void;
|
|
1473
|
+
SaveCfg(returnArg?: boolean | number): void;
|
|
1474
|
+
SaveExport(data: string, source?: any): void;
|
|
1475
|
+
ScrollIntoView(row: TRow, col?: string, pagepos?: number): void;
|
|
1476
|
+
ScrollToCell(
|
|
1477
|
+
row: TRow | null,
|
|
1478
|
+
col: string | null,
|
|
1479
|
+
top: number | null,
|
|
1480
|
+
left?: number | null,
|
|
1481
|
+
): void;
|
|
1482
|
+
ScrollToDate(date: Date, align?: string): void;
|
|
1483
|
+
ScrollToGanttRunBox(box: any, type?: number): any;
|
|
1484
|
+
SearchRows(action: string, noshow?: boolean | number): void;
|
|
1485
|
+
SelectAllRows(select?: number): void;
|
|
1486
|
+
SelectCell(
|
|
1487
|
+
row: TRow,
|
|
1488
|
+
col: string,
|
|
1489
|
+
select?: boolean | number,
|
|
1490
|
+
test?: boolean | number,
|
|
1491
|
+
): boolean | number;
|
|
1492
|
+
SelectCol(col: string, select?: boolean | number, test?: boolean | number): void;
|
|
1493
|
+
SelectGanttRunBox(box: any, select?: boolean | number): boolean | number;
|
|
1494
|
+
SelectGanttRunContainer(
|
|
1495
|
+
row: TRow,
|
|
1496
|
+
col: string,
|
|
1497
|
+
container: string,
|
|
1498
|
+
select?: boolean | number,
|
|
1499
|
+
): boolean | number;
|
|
1500
|
+
SelectGanttRunRange(
|
|
1501
|
+
rows: TRow[],
|
|
1502
|
+
d1: number,
|
|
1503
|
+
d2: number,
|
|
1504
|
+
select?: boolean | number,
|
|
1505
|
+
): boolean | number;
|
|
1506
|
+
SelectGanttRunRect(
|
|
1507
|
+
r1: TRow,
|
|
1508
|
+
x1: number,
|
|
1509
|
+
y1: number,
|
|
1510
|
+
r2: TRow,
|
|
1511
|
+
x2: number,
|
|
1512
|
+
y2: number,
|
|
1513
|
+
select?: boolean | number,
|
|
1514
|
+
): boolean | number;
|
|
1515
|
+
SelectRange(
|
|
1516
|
+
row1: TRow,
|
|
1517
|
+
col1: string,
|
|
1518
|
+
row2: TRow,
|
|
1519
|
+
col2: string,
|
|
1520
|
+
select?: number,
|
|
1521
|
+
type?: number,
|
|
1522
|
+
test?: boolean | number,
|
|
1523
|
+
): number;
|
|
1524
|
+
SelectRow(row: TRow, select?: boolean | number, test?: boolean | number): boolean | number;
|
|
1525
|
+
SendExport(data: string, url: string, name?: string): void;
|
|
1526
|
+
SetAttribute(
|
|
1527
|
+
row: TRow | null,
|
|
1528
|
+
col: string | null,
|
|
1529
|
+
attribute: string,
|
|
1530
|
+
value: any,
|
|
1531
|
+
refresh?: boolean | number,
|
|
1532
|
+
undo?: boolean | number,
|
|
1533
|
+
): string;
|
|
1534
|
+
SetBool(row: TRow, col: string, value?: any, test?: boolean | number): boolean | number;
|
|
1535
|
+
SetBorder(
|
|
1536
|
+
row: TRow,
|
|
1537
|
+
col: string,
|
|
1538
|
+
border: any,
|
|
1539
|
+
edge?: number,
|
|
1540
|
+
refresh?: number,
|
|
1541
|
+
span?: number,
|
|
1542
|
+
): void;
|
|
1543
|
+
SetBorders(range: any[], borderout?: any, borderin?: any, edge?: number): void;
|
|
1544
|
+
SetCase(row: TRow, col: string, val: string, refresh?: boolean): void;
|
|
1545
|
+
SetCellStyle(row: TRow, col: string, attrs: any, refresh?: boolean | number): boolean | number;
|
|
1546
|
+
SetChecked(row: TRow, col: string, value: number): void;
|
|
1547
|
+
SetColTree(value: number): void;
|
|
1548
|
+
SetDependency(
|
|
1549
|
+
row: TRow,
|
|
1550
|
+
col: string,
|
|
1551
|
+
dependency: any,
|
|
1552
|
+
ancestors?: boolean | number,
|
|
1553
|
+
check?: number,
|
|
1554
|
+
refresh?: boolean | number,
|
|
1555
|
+
): boolean | number;
|
|
1556
|
+
SetFilter(name: string | null, filter: string, col?: string, show?: number): void;
|
|
1557
|
+
SetFocused(index?: boolean | number): void;
|
|
1558
|
+
SetGanttBase(date: any, action?: number, col?: string): void;
|
|
1559
|
+
SetGanttFinish(date: any, col?: string): void;
|
|
1560
|
+
SetGanttLine(
|
|
1561
|
+
index: number,
|
|
1562
|
+
date1?: string,
|
|
1563
|
+
date2?: string,
|
|
1564
|
+
classArg?: string,
|
|
1565
|
+
edit?: boolean | number,
|
|
1566
|
+
update?: boolean | number,
|
|
1567
|
+
col?: string,
|
|
1568
|
+
): boolean | number;
|
|
1569
|
+
SetGanttMain(row: TRow, col: string, plan: number, main: any): void;
|
|
1570
|
+
SetGanttRun(row: TRow, col: string, run: any): void;
|
|
1571
|
+
SetGanttRunBox(
|
|
1572
|
+
box: any,
|
|
1573
|
+
adjust?: string,
|
|
1574
|
+
test?: boolean | number,
|
|
1575
|
+
minwidth?: number,
|
|
1576
|
+
): boolean | number;
|
|
1577
|
+
SetGanttShowDependencies(value: boolean | number, show?: boolean | number, col?: string): void;
|
|
1578
|
+
SetGanttTask(value: string, col?: string): void;
|
|
1579
|
+
SetHideExclude(hide: boolean | number): void;
|
|
1580
|
+
SetHideTree(value: boolean | number, noshow?: boolean | number): void;
|
|
1581
|
+
SetLanguage(code: string): boolean | number;
|
|
1582
|
+
SetLocked(lock: string): void;
|
|
1583
|
+
SetMaxHeight(value: number): void;
|
|
1584
|
+
SetNoTreeLines(Value: number): void;
|
|
1585
|
+
SetReversedTree(value: boolean | number, noshow?: boolean | number): void;
|
|
1586
|
+
SetScale(scale: number): void;
|
|
1587
|
+
SetScrollLeft(pos: number, sec?: number): void;
|
|
1588
|
+
SetScrollTop(pos: number): void;
|
|
1589
|
+
SetSession(Session: string): void;
|
|
1590
|
+
SetSize(size: string): void;
|
|
1591
|
+
SetString(row: TRow, col: string, val: string, refresh?: boolean | number): void;
|
|
1592
|
+
SetStringEdit(row: TRow, col: string, value: string, timeout?: boolean | number): void;
|
|
1593
|
+
SetStyle(
|
|
1594
|
+
Style?: string,
|
|
1595
|
+
CSS?: string,
|
|
1596
|
+
GanttCSS?: string,
|
|
1597
|
+
GanttStyle?: string,
|
|
1598
|
+
render?: boolean | number,
|
|
1599
|
+
): void;
|
|
1600
|
+
SetTimeout(code: any, time: number, ident?: string, flags?: number, data?: any): boolean | number;
|
|
1601
|
+
SetValue(row: TRow, col: string, val: any, refresh?: boolean | number): void;
|
|
1602
|
+
SetWidth(col: string, dx: number): void;
|
|
1603
|
+
SetWordWrap(wrap: boolean | number): void;
|
|
1604
|
+
ShowCalendar(
|
|
1605
|
+
row: TRow,
|
|
1606
|
+
col: string,
|
|
1607
|
+
Calendar: any,
|
|
1608
|
+
Pos?: any,
|
|
1609
|
+
Func?: Function,
|
|
1610
|
+
Date?: any,
|
|
1611
|
+
always?: boolean | number,
|
|
1612
|
+
): TCalendar;
|
|
1613
|
+
ShowCfg(source?: any, func?: Function, options?: any): TMenu;
|
|
1614
|
+
ShowCol(col: string): void;
|
|
1615
|
+
ShowColPages(): void;
|
|
1616
|
+
ShowColTreeLevel(row: TRow): boolean | number;
|
|
1617
|
+
ShowColumns(
|
|
1618
|
+
attribute?: string,
|
|
1619
|
+
caption?: string,
|
|
1620
|
+
func?: Function,
|
|
1621
|
+
options?: any,
|
|
1622
|
+
optionscaption?: string,
|
|
1623
|
+
): void;
|
|
1624
|
+
ShowDefaults(row: TRow, col: string): boolean | number;
|
|
1625
|
+
ShowDetail(row: TRow, detail_grid_id: string, test?: boolean | number): boolean | number;
|
|
1626
|
+
ShowDialog(row: TRow, col: string, dialog: any, pos?: any, always?: boolean | number): TMenu;
|
|
1627
|
+
ShowGanttCalendars(row: TRow, col: string, sort?: boolean | number): void;
|
|
1628
|
+
ShowHint(
|
|
1629
|
+
row: TRow,
|
|
1630
|
+
col: string,
|
|
1631
|
+
staticArg?: boolean | number,
|
|
1632
|
+
test?: boolean | number,
|
|
1633
|
+
): boolean | number;
|
|
1634
|
+
ShowMenu(
|
|
1635
|
+
row: TRow,
|
|
1636
|
+
col: string,
|
|
1637
|
+
Menu: any,
|
|
1638
|
+
Pos?: any,
|
|
1639
|
+
Func?: Function,
|
|
1640
|
+
Init?: string,
|
|
1641
|
+
always?: boolean | number,
|
|
1642
|
+
): TMenu;
|
|
1643
|
+
ShowMessage(message: string, importance?: number, type?: number): void;
|
|
1644
|
+
ShowMessageTime(
|
|
1645
|
+
message: string,
|
|
1646
|
+
time?: number,
|
|
1647
|
+
func?: Function,
|
|
1648
|
+
buttons?: string[],
|
|
1649
|
+
importance?: number,
|
|
1650
|
+
): void;
|
|
1651
|
+
ShowPages(): void;
|
|
1652
|
+
ShowPopup(Menu: any, Func?: Function): TMenu;
|
|
1653
|
+
ShowPopupGrid(
|
|
1654
|
+
row: TRow,
|
|
1655
|
+
col: string,
|
|
1656
|
+
data: string,
|
|
1657
|
+
width?: number,
|
|
1658
|
+
height?: number,
|
|
1659
|
+
Dialog?: any,
|
|
1660
|
+
Pos?: any,
|
|
1661
|
+
): TGrid;
|
|
1662
|
+
ShowProgress(caption: string, text: string, cancel: string, pos: number, cnt: number): void;
|
|
1663
|
+
ShowRow(row: TRow, noshow?: boolean | number): void;
|
|
1664
|
+
ShowSheet(name: string, hide: boolean | number): boolean | number;
|
|
1665
|
+
ShowTip(tip: string): void;
|
|
1666
|
+
ShowTreeLevel(level: number): void;
|
|
1667
|
+
SortClick(col: string, desc?: boolean | number): void;
|
|
1668
|
+
SortRow(row: TRow, col?: string, show?: boolean | number): void;
|
|
1669
|
+
SortRows(): void;
|
|
1670
|
+
SpanRange(row1: TRow, col1: string, row2: TRow, col2: string): void;
|
|
1671
|
+
SplitSpanned(row: TRow, col: string): void;
|
|
1672
|
+
StartEdit(
|
|
1673
|
+
row?: TRow,
|
|
1674
|
+
col?: string,
|
|
1675
|
+
empty?: boolean | number,
|
|
1676
|
+
test?: boolean | number,
|
|
1677
|
+
): boolean | number;
|
|
1678
|
+
StartUndo(): void;
|
|
1679
|
+
StartUpdate(): void;
|
|
1680
|
+
SwitchPivotGrid(pivot: boolean | number): void;
|
|
1681
|
+
TestCellWidth(row: TRow, col: string): number;
|
|
1682
|
+
TestDependencies(Dependencies: any, noalert?: boolean | number): boolean | number;
|
|
1683
|
+
Translate(row: TRow, col: string, text: string, type?: string): string;
|
|
1684
|
+
Update(): boolean | number;
|
|
1685
|
+
UpdateGanttPage(col?: string): number[];
|
|
1686
|
+
UpdateHeights(always?: number): boolean | number;
|
|
1687
|
+
UpdateLangFormat(): void;
|
|
1688
|
+
UpdateLimitScroll(noupdate?: boolean | number): void;
|
|
1689
|
+
UpdatePager(): void;
|
|
1690
|
+
UpdatePos(): void;
|
|
1691
|
+
UpdateRowHeight(row: TRow, callUpdate?: boolean | number): boolean | number;
|
|
1692
|
+
UploadChanges(row?: TRow, Func?: Function): void;
|
|
1693
|
+
ZoomTo(start: Date, end: Date, width?: number): boolean | number;
|
|
1694
|
+
|
|
1695
|
+
readonly ACol: string;
|
|
1696
|
+
readonly AllColsSelected: boolean | number;
|
|
1697
|
+
readonly AllSelected: boolean | number;
|
|
1698
|
+
readonly ARow: TRow;
|
|
1699
|
+
AutoId: number;
|
|
1700
|
+
readonly Body: TRow;
|
|
1701
|
+
readonly Calendars: any;
|
|
1702
|
+
CellRanges: any;
|
|
1703
|
+
readonly ColNames: string[][];
|
|
1704
|
+
readonly Cols: TCol[];
|
|
1705
|
+
Component: any;
|
|
1706
|
+
readonly Def: TRow[];
|
|
1707
|
+
readonly ECol: string;
|
|
1708
|
+
readonly EditMode: boolean | number;
|
|
1709
|
+
readonly ERow: TRow;
|
|
1710
|
+
readonly FCol: string;
|
|
1711
|
+
readonly Filter: TRow;
|
|
1712
|
+
readonly FilterCount: number;
|
|
1713
|
+
readonly Foot: TRow;
|
|
1714
|
+
readonly FPagePos: number;
|
|
1715
|
+
readonly FRect: any[];
|
|
1716
|
+
readonly FRow: TRow;
|
|
1717
|
+
readonly GanttUpdate: boolean | number;
|
|
1718
|
+
readonly Head: TRow;
|
|
1719
|
+
readonly Header: TRow;
|
|
1720
|
+
readonly id: string;
|
|
1721
|
+
readonly Index: number;
|
|
1722
|
+
readonly IO: any;
|
|
1723
|
+
readonly Lang: any;
|
|
1724
|
+
readonly LoadedCount: number;
|
|
1725
|
+
Loading: boolean | number;
|
|
1726
|
+
readonly Media: any;
|
|
1727
|
+
readonly MenuCfg: any;
|
|
1728
|
+
readonly MenuExport: any;
|
|
1729
|
+
readonly MenuPrint: any;
|
|
1730
|
+
readonly MainTag: any;
|
|
1731
|
+
readonly NestedGrid: boolean | number;
|
|
1732
|
+
readonly Pager: any;
|
|
1733
|
+
readonly Pagers: any;
|
|
1734
|
+
readonly RemovedColPages: any;
|
|
1735
|
+
readonly RemovedPages: TRow;
|
|
1736
|
+
Rendering: boolean | number;
|
|
1737
|
+
readonly Resources: any;
|
|
1738
|
+
readonly RowCount: number;
|
|
1739
|
+
readonly Rows: TRow[];
|
|
1740
|
+
readonly SearchCount: number;
|
|
1741
|
+
Source: any;
|
|
1742
|
+
readonly Solid: TRow;
|
|
1743
|
+
readonly Toolbar: TRow;
|
|
1744
|
+
readonly Touched: number;
|
|
1745
|
+
|
|
1746
|
+
ActionAcceptEdit: TAction;
|
|
1747
|
+
ActionAddCol: TAction;
|
|
1748
|
+
ActionAddColEnd: TAction;
|
|
1749
|
+
ActionAddColNext: TAction;
|
|
1750
|
+
ActionAddCols: TAction;
|
|
1751
|
+
ActionAddColsNext: TAction;
|
|
1752
|
+
ActionAddGanttRunContainer: TAction;
|
|
1753
|
+
ActionAddChild: TAction;
|
|
1754
|
+
ActionAddChildEnd: TAction;
|
|
1755
|
+
ActionAddRow: TAction;
|
|
1756
|
+
ActionAddRowBelow: TAction;
|
|
1757
|
+
ActionAddRowEnd: TAction;
|
|
1758
|
+
ActionAddRows: TAction;
|
|
1759
|
+
ActionAddRowsBelow: TAction;
|
|
1760
|
+
ActionAddSelected: TAction;
|
|
1761
|
+
ActionAddSelectedBelow: TAction;
|
|
1762
|
+
ActionAddSheet: TAction;
|
|
1763
|
+
ActionAlignCenter: TAction;
|
|
1764
|
+
ActionAlignLeft: TAction;
|
|
1765
|
+
ActionAlignRight: TAction;
|
|
1766
|
+
ActionAssignImage: TAction;
|
|
1767
|
+
ActionAutoColSpan: TAction;
|
|
1768
|
+
ActionAutoRowSpan: TAction;
|
|
1769
|
+
ActionAutoSpan: TAction;
|
|
1770
|
+
ActionAutoSpanRow: TAction;
|
|
1771
|
+
ActionAutoSpanCol: TAction;
|
|
1772
|
+
ActionBlur: TAction;
|
|
1773
|
+
ActionBlurFocused: TAction;
|
|
1774
|
+
ActionBoldOff: TAction;
|
|
1775
|
+
ActionBoldOn: TAction;
|
|
1776
|
+
ActionButton: TAction;
|
|
1777
|
+
ActionButtonClick: TAction;
|
|
1778
|
+
ActionButtonDown: TAction;
|
|
1779
|
+
ActionButtonUp: TAction;
|
|
1780
|
+
ActionCalcOff: TAction;
|
|
1781
|
+
ActionCalcOn: TAction;
|
|
1782
|
+
ActionCancelEdit: TAction;
|
|
1783
|
+
ActionCancelLink: TAction;
|
|
1784
|
+
ActionCancelLinkEdit: TAction;
|
|
1785
|
+
ActionChangeBool: TAction;
|
|
1786
|
+
ActionChangeFocus: TAction;
|
|
1787
|
+
ActionChangeFocusCol: TAction;
|
|
1788
|
+
ActionChangeFocusRow: TAction;
|
|
1789
|
+
ActionChangeRadio: TAction;
|
|
1790
|
+
ActionChangeRadioLeft: TAction;
|
|
1791
|
+
ActionChangeRadioLeftCycle: TAction;
|
|
1792
|
+
ActionChangeRadioRight: TAction;
|
|
1793
|
+
ActionChangeRadioRightCycle: TAction;
|
|
1794
|
+
ActionChangeWinScroll: TAction;
|
|
1795
|
+
ActionCheckBool: TAction;
|
|
1796
|
+
ActionCheckIcon: TAction;
|
|
1797
|
+
ActionChooseBorder: TAction;
|
|
1798
|
+
ActionChooseBorderColor: TAction;
|
|
1799
|
+
ActionChooseBorderEdge: TAction;
|
|
1800
|
+
ActionChooseBorderStyle: TAction;
|
|
1801
|
+
ActionChooseCellInsert: TAction;
|
|
1802
|
+
ActionChooseCellReplace: TAction;
|
|
1803
|
+
ActionChooseCellReplaceAll: TAction;
|
|
1804
|
+
ActionChooseCellsInsert: TAction;
|
|
1805
|
+
ActionChooseCellsReplace: TAction;
|
|
1806
|
+
ActionChooseCellsReplaceAll: TAction;
|
|
1807
|
+
ActionChooseColInsert: TAction;
|
|
1808
|
+
ActionChooseColor: TAction;
|
|
1809
|
+
ActionChooseColReplace: TAction;
|
|
1810
|
+
ActionChooseColReplaceAll: TAction;
|
|
1811
|
+
ActionChooseColsInsert: TAction;
|
|
1812
|
+
ActionChooseColsReplace: TAction;
|
|
1813
|
+
ActionChooseColsReplaceAll: TAction;
|
|
1814
|
+
ActionChooseFormat: TAction;
|
|
1815
|
+
ActionChooseGanttFlagIcon: TAction;
|
|
1816
|
+
ActionChooseGanttRunContainer: TAction;
|
|
1817
|
+
ActionChooseGanttRunGroupAllType: TAction;
|
|
1818
|
+
ActionChooseGanttRunGroupType: TAction;
|
|
1819
|
+
ActionChooseGanttRunRowType: TAction;
|
|
1820
|
+
ActionChooseGanttRunSelectedType: TAction;
|
|
1821
|
+
ActionChooseGanttRunType: TAction;
|
|
1822
|
+
ActionChooseIndent: TAction;
|
|
1823
|
+
ActionChoosePattern: TAction;
|
|
1824
|
+
ActionChoosePatternColor: TAction;
|
|
1825
|
+
ActionChooseRowInsert: TAction;
|
|
1826
|
+
ActionChooseRowReplace: TAction;
|
|
1827
|
+
ActionChooseRowReplaceAll: TAction;
|
|
1828
|
+
ActionChooseRowsInsert: TAction;
|
|
1829
|
+
ActionChooseRowsReplace: TAction;
|
|
1830
|
+
ActionChooseRowsReplaceAll: TAction;
|
|
1831
|
+
ActionChooseTextColor: TAction;
|
|
1832
|
+
ActionChooseTextFont: TAction;
|
|
1833
|
+
ActionChooseTextShadow: TAction;
|
|
1834
|
+
ActionChooseTextShadowColor: TAction;
|
|
1835
|
+
ActionChooseTextSize: TAction;
|
|
1836
|
+
ActionClearAll: TAction;
|
|
1837
|
+
ActionClearAllStyles: TAction;
|
|
1838
|
+
ActionClearAllValues: TAction;
|
|
1839
|
+
ActionClearBool: TAction;
|
|
1840
|
+
ActionClearBorder: TAction;
|
|
1841
|
+
ActionClearBorderBottom: TAction;
|
|
1842
|
+
ActionClearBorderLeft: TAction;
|
|
1843
|
+
ActionClearBorderRight: TAction;
|
|
1844
|
+
ActionClearBorderTop: TAction;
|
|
1845
|
+
ActionClearCell: TAction;
|
|
1846
|
+
ActionClearDetail: TAction;
|
|
1847
|
+
ActionClearEditable: TAction;
|
|
1848
|
+
ActionClearFilter: TAction;
|
|
1849
|
+
ActionClearFilters: TAction;
|
|
1850
|
+
ActionClearLink: TAction;
|
|
1851
|
+
ActionClearSelection: TAction;
|
|
1852
|
+
ActionClearStyle: TAction;
|
|
1853
|
+
ActionClearUndo: TAction;
|
|
1854
|
+
ActionClearValue: TAction;
|
|
1855
|
+
ActionClearValueStyle: TAction;
|
|
1856
|
+
ActionCloseDialog: TAction;
|
|
1857
|
+
ActionColCopy: TAction;
|
|
1858
|
+
ActionColCopySelected: TAction;
|
|
1859
|
+
ActionCollapse: TAction;
|
|
1860
|
+
ActionCollapseAll: TAction;
|
|
1861
|
+
ActionCollapseAllCells: TAction;
|
|
1862
|
+
ActionCollapseAllRoot: TAction;
|
|
1863
|
+
ActionCollapseCol: TAction;
|
|
1864
|
+
ActionCollapseRow: TAction;
|
|
1865
|
+
ActionCollapseRowCells: TAction;
|
|
1866
|
+
ActionColMove: TAction;
|
|
1867
|
+
ActionColMoveSelected: TAction;
|
|
1868
|
+
ActionColResize: TAction;
|
|
1869
|
+
ActionCopy: TAction;
|
|
1870
|
+
ActionCopyCol: TAction;
|
|
1871
|
+
ActionCopyColNext: TAction;
|
|
1872
|
+
ActionCopyCols: TAction;
|
|
1873
|
+
ActionCopyColsNext: TAction;
|
|
1874
|
+
ActionCopyEmpty: TAction;
|
|
1875
|
+
ActionCopyEmptyBelow: TAction;
|
|
1876
|
+
ActionCopyFocus: TAction;
|
|
1877
|
+
ActionCopyFocusStyles: TAction;
|
|
1878
|
+
ActionCopyFocusValues: TAction;
|
|
1879
|
+
ActionCopyImage: TAction;
|
|
1880
|
+
ActionCopyMenu: TAction;
|
|
1881
|
+
ActionCopyRow: TAction;
|
|
1882
|
+
ActionCopyRowBelow: TAction;
|
|
1883
|
+
ActionCopyRows: TAction;
|
|
1884
|
+
ActionCopyRowsBelow: TAction;
|
|
1885
|
+
ActionCopyRowsEmpty: TAction;
|
|
1886
|
+
ActionCopyRowsEmptyBelow: TAction;
|
|
1887
|
+
ActionCopyRowsTree: TAction;
|
|
1888
|
+
ActionCopyRowsTreeBelow: TAction;
|
|
1889
|
+
ActionCopysCol: TAction;
|
|
1890
|
+
ActionCopysColNext: TAction;
|
|
1891
|
+
ActionCopySelected: TAction;
|
|
1892
|
+
ActionCopySelectedCols: TAction;
|
|
1893
|
+
ActionCopySelectedColsNext: TAction;
|
|
1894
|
+
ActionCopySelectedEmpty: TAction;
|
|
1895
|
+
ActionCopySelectedEmptyEnd: TAction;
|
|
1896
|
+
ActionCopySelectedEmptyChild: TAction;
|
|
1897
|
+
ActionCopySelectedEmptyChildEnd: TAction;
|
|
1898
|
+
ActionCopySelectedEnd: TAction;
|
|
1899
|
+
ActionCopySelectedChild: TAction;
|
|
1900
|
+
ActionCopySelectedChildEnd: TAction;
|
|
1901
|
+
ActionCopySelectedTree: TAction;
|
|
1902
|
+
ActionCopySelectedTreeEnd: TAction;
|
|
1903
|
+
ActionCopySelectedTreeChild: TAction;
|
|
1904
|
+
ActionCopySelectedTreeChildEnd: TAction;
|
|
1905
|
+
ActionCopyTree: TAction;
|
|
1906
|
+
ActionCopyTreeBelow: TAction;
|
|
1907
|
+
ActionCopyXYImage: TAction;
|
|
1908
|
+
ActionCorrectAllDependencies: TAction;
|
|
1909
|
+
ActionCorrectDependencies: TAction;
|
|
1910
|
+
ActionCreateGanttBar: TAction;
|
|
1911
|
+
ActionCreateGanttFlow: TAction;
|
|
1912
|
+
ActionCreateGanttMain: TAction;
|
|
1913
|
+
ActionCreateGanttRun: TAction;
|
|
1914
|
+
ActionCropImage: TAction;
|
|
1915
|
+
ActionCursorDefault: TAction;
|
|
1916
|
+
ActionCursorDrag: TAction;
|
|
1917
|
+
ActionCursorMove: TAction;
|
|
1918
|
+
ActionCursorPointer: TAction;
|
|
1919
|
+
ActionCursorResize: TAction;
|
|
1920
|
+
ActionCursorResizeGrid: TAction;
|
|
1921
|
+
ActionCursorText: TAction;
|
|
1922
|
+
ActionDebugUndo: TAction;
|
|
1923
|
+
ActionDecreaseTextSize: TAction;
|
|
1924
|
+
ActionDefaultFormula: TAction;
|
|
1925
|
+
ActionDefaultSort: TAction;
|
|
1926
|
+
ActionDefineName: TAction;
|
|
1927
|
+
ActionDefineGlobalName: TAction;
|
|
1928
|
+
ActionDeleteCol: TAction;
|
|
1929
|
+
ActionDeleteCols: TAction;
|
|
1930
|
+
ActionDeleteGanttAll: TAction;
|
|
1931
|
+
ActionDeleteGanttBase: TAction;
|
|
1932
|
+
ActionDeleteGanttConstraint: TAction;
|
|
1933
|
+
ActionDeleteGanttConstraints: TAction;
|
|
1934
|
+
ActionDeleteGanttDependencies: TAction;
|
|
1935
|
+
ActionDeleteGanttDependency: TAction;
|
|
1936
|
+
ActionDeleteGanttFinish: TAction;
|
|
1937
|
+
ActionDeleteGanttFlag: TAction;
|
|
1938
|
+
ActionDeleteGanttFlow: TAction;
|
|
1939
|
+
ActionDeleteGanttMain: TAction;
|
|
1940
|
+
ActionDeleteGanttPoint: TAction;
|
|
1941
|
+
ActionDeleteGanttRun: TAction;
|
|
1942
|
+
ActionDeleteGanttRunAll: TAction;
|
|
1943
|
+
ActionDeleteGanttRunContainer: TAction;
|
|
1944
|
+
ActionDeleteGanttRunContainerOnly: TAction;
|
|
1945
|
+
ActionDeleteGanttRunGroup: TAction;
|
|
1946
|
+
ActionDeleteGanttRunGroupAll: TAction;
|
|
1947
|
+
ActionDeleteGanttRunSelected: TAction;
|
|
1948
|
+
ActionDeleteImage: TAction;
|
|
1949
|
+
ActionDeleteName: TAction;
|
|
1950
|
+
ActionDeleteRow: TAction;
|
|
1951
|
+
ActionDeleteRows: TAction;
|
|
1952
|
+
ActionDeleteSelected: TAction;
|
|
1953
|
+
ActionDeleteSelectedCols: TAction;
|
|
1954
|
+
ActionDeleteTag: TAction;
|
|
1955
|
+
ActionDeselectAll: TAction;
|
|
1956
|
+
ActionDeselectAllCells: TAction;
|
|
1957
|
+
ActionDeselectAllCols: TAction;
|
|
1958
|
+
ActionDeselectCell: TAction;
|
|
1959
|
+
ActionDeselectCellRange: TAction;
|
|
1960
|
+
ActionDeselectCells: TAction;
|
|
1961
|
+
ActionDeselectCol: TAction;
|
|
1962
|
+
ActionDeselectColCells: TAction;
|
|
1963
|
+
ActionDeselectColRange: TAction;
|
|
1964
|
+
ActionDeselectCols: TAction;
|
|
1965
|
+
ActionDeselectFocusedCols: TAction;
|
|
1966
|
+
ActionDeselectFocusedRows: TAction;
|
|
1967
|
+
ActionDeselectGanttRunAll: TAction;
|
|
1968
|
+
ActionDeselectOddCols: TAction;
|
|
1969
|
+
ActionDeselectOddRows: TAction;
|
|
1970
|
+
ActionDeselectRow: TAction;
|
|
1971
|
+
ActionDeselectRowCells: TAction;
|
|
1972
|
+
ActionDeselectRowRange: TAction;
|
|
1973
|
+
ActionDeselectRows: TAction;
|
|
1974
|
+
ActionDisableGanttMain: TAction;
|
|
1975
|
+
ActionDisableGanttRun: TAction;
|
|
1976
|
+
ActionDragCell: TAction;
|
|
1977
|
+
ActionDragCopy: TAction;
|
|
1978
|
+
ActionDragCopyChildren: TAction;
|
|
1979
|
+
ActionDragFocused: TAction;
|
|
1980
|
+
ActionDragFocusedCopy: TAction;
|
|
1981
|
+
ActionDragFocusedCopyChildren: TAction;
|
|
1982
|
+
ActionDragGantt: TAction;
|
|
1983
|
+
ActionDragGanttDependency: TAction;
|
|
1984
|
+
ActionDragGanttMove: TAction;
|
|
1985
|
+
ActionDragGanttNew: TAction;
|
|
1986
|
+
ActionDragGanttResize: TAction;
|
|
1987
|
+
ActionDragImage: TAction;
|
|
1988
|
+
ActionDragImageClear: TAction;
|
|
1989
|
+
ActionDragImageCopy: TAction;
|
|
1990
|
+
ActionDragImageCopyXY: TAction;
|
|
1991
|
+
ActionDragImageCrop: TAction;
|
|
1992
|
+
ActionDragImageMove: TAction;
|
|
1993
|
+
ActionDragImageMoveXY: TAction;
|
|
1994
|
+
ActionDragImageNone: TAction;
|
|
1995
|
+
ActionDragImageResize: TAction;
|
|
1996
|
+
ActionDragImageResizeFree: TAction;
|
|
1997
|
+
ActionDragImageResizeXY: TAction;
|
|
1998
|
+
ActionDragImageRotate: TAction;
|
|
1999
|
+
ActionDragRow: TAction;
|
|
2000
|
+
ActionDragSelected: TAction;
|
|
2001
|
+
ActionDragSelectedCopy: TAction;
|
|
2002
|
+
ActionDragSelectedCopyChildren: TAction;
|
|
2003
|
+
ActionDropColMove: TAction;
|
|
2004
|
+
ActionDuplicateImage: TAction;
|
|
2005
|
+
ActionEditGanttDependencyLag: TAction;
|
|
2006
|
+
ActionEditGanttFlag: TAction;
|
|
2007
|
+
ActionEditGanttFlowPercent: TAction;
|
|
2008
|
+
ActionEditGanttFlowText: TAction;
|
|
2009
|
+
ActionEditGanttPercent: TAction;
|
|
2010
|
+
ActionEditGanttResource: TAction;
|
|
2011
|
+
ActionEditGanttRun: TAction;
|
|
2012
|
+
ActionEditGanttRunPercent: TAction;
|
|
2013
|
+
ActionEditGanttRunText: TAction;
|
|
2014
|
+
ActionEditGanttRunTip: TAction;
|
|
2015
|
+
ActionEditGanttText: TAction;
|
|
2016
|
+
ActionEditName: TAction;
|
|
2017
|
+
ActionEnterImageName: TAction;
|
|
2018
|
+
ActionEnterImageOpacity: TAction;
|
|
2019
|
+
ActionExclude: TAction;
|
|
2020
|
+
ActionExpand: TAction;
|
|
2021
|
+
ActionExpandAll: TAction;
|
|
2022
|
+
ActionExpandAllCells: TAction;
|
|
2023
|
+
ActionExpandCell: TAction;
|
|
2024
|
+
ActionExpandCol: TAction;
|
|
2025
|
+
ActionExpandRow: TAction;
|
|
2026
|
+
ActionExpandRowCells: TAction;
|
|
2027
|
+
ActionExport: TAction;
|
|
2028
|
+
ActionExportPDF: TAction;
|
|
2029
|
+
ActionFillCells: TAction;
|
|
2030
|
+
ActionFillCol: TAction;
|
|
2031
|
+
ActionFillRow: TAction;
|
|
2032
|
+
ActionFilterBy: TAction;
|
|
2033
|
+
ActionFilterByMenu: TAction;
|
|
2034
|
+
ActionFilterByMenuRow: TAction;
|
|
2035
|
+
ActionFilterOff: TAction;
|
|
2036
|
+
ActionFilterOn: TAction;
|
|
2037
|
+
ActionFixAbove: TAction;
|
|
2038
|
+
ActionFixBelow: TAction;
|
|
2039
|
+
ActionFixNext: TAction;
|
|
2040
|
+
ActionFixPrev: TAction;
|
|
2041
|
+
ActionFloatImage: TAction;
|
|
2042
|
+
ActionFocus: TAction;
|
|
2043
|
+
ActionFocusAndEdit: TAction;
|
|
2044
|
+
ActionFocusCellRange: TAction;
|
|
2045
|
+
ActionFocusCells: TAction;
|
|
2046
|
+
ActionFocusCol: TAction;
|
|
2047
|
+
ActionFocusColRange: TAction;
|
|
2048
|
+
ActionFocusCols: TAction;
|
|
2049
|
+
ActionFocusDown: TAction;
|
|
2050
|
+
ActionFocusEdit: TAction;
|
|
2051
|
+
ActionFocusFillCells: TAction;
|
|
2052
|
+
ActionFocusFillCol: TAction;
|
|
2053
|
+
ActionFocusFillRow: TAction;
|
|
2054
|
+
ActionFocusFillRowCol: TAction;
|
|
2055
|
+
ActionFocusLeft: TAction;
|
|
2056
|
+
ActionFocusRight: TAction;
|
|
2057
|
+
ActionFocusRow: TAction;
|
|
2058
|
+
ActionFocusRowCol: TAction;
|
|
2059
|
+
ActionFocusRowRange: TAction;
|
|
2060
|
+
ActionFocusRows: TAction;
|
|
2061
|
+
ActionFocusUp: TAction;
|
|
2062
|
+
ActionFocusWholeCol: TAction;
|
|
2063
|
+
ActionFocusWholeGrid: TAction;
|
|
2064
|
+
ActionFocusWholeRow: TAction;
|
|
2065
|
+
ActionGanttMenu: TAction;
|
|
2066
|
+
ActionGoDown: TAction;
|
|
2067
|
+
ActionGoDownAdd: TAction;
|
|
2068
|
+
ActionGoDownEdit: TAction;
|
|
2069
|
+
ActionGoDownEditAdd: TAction;
|
|
2070
|
+
ActionGoFirst: TAction;
|
|
2071
|
+
ActionGoLast: TAction;
|
|
2072
|
+
ActionGoLeft: TAction;
|
|
2073
|
+
ActionGoLeftEdit: TAction;
|
|
2074
|
+
ActionGoRight: TAction;
|
|
2075
|
+
ActionGoRightEdit: TAction;
|
|
2076
|
+
ActionGoUp: TAction;
|
|
2077
|
+
ActionGoUpEdit: TAction;
|
|
2078
|
+
ActionGridResize: TAction;
|
|
2079
|
+
ActionGridResizeDefault: TAction;
|
|
2080
|
+
ActionGroupBy: TAction;
|
|
2081
|
+
ActionGroupByLast: TAction;
|
|
2082
|
+
ActionGroupOff: TAction;
|
|
2083
|
+
ActionGroupOn: TAction;
|
|
2084
|
+
ActionHideCols: TAction;
|
|
2085
|
+
ActionHideFormula: TAction;
|
|
2086
|
+
ActionHideRows: TAction;
|
|
2087
|
+
ActionHideSheet: TAction;
|
|
2088
|
+
ActionIconClick: TAction;
|
|
2089
|
+
ActionImport: TAction;
|
|
2090
|
+
ActionIncreaseTextSize: TAction;
|
|
2091
|
+
ActionIndent: TAction;
|
|
2092
|
+
ActionIndentCols: TAction;
|
|
2093
|
+
ActionIndentColsForce: TAction;
|
|
2094
|
+
ActionInvertAll: TAction;
|
|
2095
|
+
ActionInvertCellRangeFirst: TAction;
|
|
2096
|
+
ActionInvertCellsFirst: TAction;
|
|
2097
|
+
ActionInvertColRangeFirst: TAction;
|
|
2098
|
+
ActionInvertColsFirst: TAction;
|
|
2099
|
+
ActionInvertFocusedColsFirst: TAction;
|
|
2100
|
+
ActionInvertFocusedRowsFirst: TAction;
|
|
2101
|
+
ActionInvertOddCols: TAction;
|
|
2102
|
+
ActionInvertOddRows: TAction;
|
|
2103
|
+
ActionInvertRowRangeFirst: TAction;
|
|
2104
|
+
ActionInvertRowsFirst: TAction;
|
|
2105
|
+
ActionItalicOff: TAction;
|
|
2106
|
+
ActionItalicOn: TAction;
|
|
2107
|
+
ActionJoinAdjacentGanttRun: TAction;
|
|
2108
|
+
ActionJoinSelectedGanttRun: TAction;
|
|
2109
|
+
ActionLock: TAction;
|
|
2110
|
+
ActionLock0: TAction;
|
|
2111
|
+
ActionLock1: TAction;
|
|
2112
|
+
ActionLock2: TAction;
|
|
2113
|
+
ActionLock3: TAction;
|
|
2114
|
+
ActionLockGanttMain: TAction;
|
|
2115
|
+
ActionLockGanttRun: TAction;
|
|
2116
|
+
ActionLowerCase: TAction;
|
|
2117
|
+
ActionMoveFocus: TAction;
|
|
2118
|
+
ActionMoveFocusStyles: TAction;
|
|
2119
|
+
ActionMoveFocusValues: TAction;
|
|
2120
|
+
ActionMoveGanttBase: TAction;
|
|
2121
|
+
ActionMoveGanttConstraint: TAction;
|
|
2122
|
+
ActionMoveGanttFinish: TAction;
|
|
2123
|
+
ActionMoveGanttFlag: TAction;
|
|
2124
|
+
ActionMoveGanttFlow: TAction;
|
|
2125
|
+
ActionMoveGanttLine: TAction;
|
|
2126
|
+
ActionMoveGanttMain: TAction;
|
|
2127
|
+
ActionMoveGanttMainAll: TAction;
|
|
2128
|
+
ActionMoveGanttMainFirst: TAction;
|
|
2129
|
+
ActionMoveGanttPoint: TAction;
|
|
2130
|
+
ActionMoveGanttRun: TAction;
|
|
2131
|
+
ActionMoveImage: TAction;
|
|
2132
|
+
ActionMoveXYImage: TAction;
|
|
2133
|
+
ActionNewGanttConstraint: TAction;
|
|
2134
|
+
ActionNewGanttEndMilestone: TAction;
|
|
2135
|
+
ActionNewGanttFlag: TAction;
|
|
2136
|
+
ActionNewGanttFlowEndMilestone: TAction;
|
|
2137
|
+
ActionNewGanttFlowMilestone: TAction;
|
|
2138
|
+
ActionNewGanttMilestone: TAction;
|
|
2139
|
+
ActionNewGanttPoint: TAction;
|
|
2140
|
+
ActionNewGanttRunMilestone: TAction;
|
|
2141
|
+
ActionNewGanttRunStop: TAction;
|
|
2142
|
+
ActionNewGanttStartMilestone: TAction;
|
|
2143
|
+
ActionNoAlign: TAction;
|
|
2144
|
+
ActionNoColor: TAction;
|
|
2145
|
+
ActionNoIndent: TAction;
|
|
2146
|
+
ActionNoPattern: TAction;
|
|
2147
|
+
ActionNoPatternColor: TAction;
|
|
2148
|
+
ActionNoRotate: TAction;
|
|
2149
|
+
ActionNoscript: TAction;
|
|
2150
|
+
ActionNoSort: TAction;
|
|
2151
|
+
ActionNoTextColor: TAction;
|
|
2152
|
+
ActionNoTextFont: TAction;
|
|
2153
|
+
ActionNoTextLine: TAction;
|
|
2154
|
+
ActionNoTextShadow: TAction;
|
|
2155
|
+
ActionNoTextShadowColor: TAction;
|
|
2156
|
+
ActionNoTextSize: TAction;
|
|
2157
|
+
ActionNoVertAlign: TAction;
|
|
2158
|
+
ActionNoWrap: TAction;
|
|
2159
|
+
ActionOnUngroup: TAction;
|
|
2160
|
+
ActionOpenImage: TAction;
|
|
2161
|
+
ActionOutdent: TAction;
|
|
2162
|
+
ActionOutdentCols: TAction;
|
|
2163
|
+
ActionOutdentColsForce: TAction;
|
|
2164
|
+
ActionOverlineOff: TAction;
|
|
2165
|
+
ActionOverlineOn: TAction;
|
|
2166
|
+
ActionPageDown: TAction;
|
|
2167
|
+
ActionPageDownFull: TAction;
|
|
2168
|
+
ActionPageUp: TAction;
|
|
2169
|
+
ActionPageUpFull: TAction;
|
|
2170
|
+
ActionPaste: TAction;
|
|
2171
|
+
ActionPinchZoomGantt: TAction;
|
|
2172
|
+
ActionPrint: TAction;
|
|
2173
|
+
ActionRedo: TAction;
|
|
2174
|
+
ActionRedoAll: TAction;
|
|
2175
|
+
ActionRefreshDetail: TAction;
|
|
2176
|
+
ActionReload: TAction;
|
|
2177
|
+
ActionReloadCfg: TAction;
|
|
2178
|
+
ActionReloadSettings: TAction;
|
|
2179
|
+
ActionRemoveCol: TAction;
|
|
2180
|
+
ActionRemoveCols: TAction;
|
|
2181
|
+
ActionRemoveGanttRun: TAction;
|
|
2182
|
+
ActionRemoveGanttRunAll: TAction;
|
|
2183
|
+
ActionRemoveGanttRunGroup: TAction;
|
|
2184
|
+
ActionRemoveGanttRunGroupAll: TAction;
|
|
2185
|
+
ActionRemoveRow: TAction;
|
|
2186
|
+
ActionRemoveRows: TAction;
|
|
2187
|
+
ActionRemoveSelected: TAction;
|
|
2188
|
+
ActionRemoveSelectedCols: TAction;
|
|
2189
|
+
ActionRenderPages: TAction;
|
|
2190
|
+
ActionRepaint: TAction;
|
|
2191
|
+
ActionResizeFreeImage: TAction;
|
|
2192
|
+
ActionResizeGanttFlow: TAction;
|
|
2193
|
+
ActionResizeGanttMain: TAction;
|
|
2194
|
+
ActionResizeGanttRun: TAction;
|
|
2195
|
+
ActionResizeImage: TAction;
|
|
2196
|
+
ActionResizeXYImage: TAction;
|
|
2197
|
+
ActionRestoreImage: TAction;
|
|
2198
|
+
ActionRestoreImagePosition: TAction;
|
|
2199
|
+
ActionRestoreImageRotation: TAction;
|
|
2200
|
+
ActionRestoreImageSize: TAction;
|
|
2201
|
+
ActionRotateImage: TAction;
|
|
2202
|
+
ActionRotateLeft: TAction;
|
|
2203
|
+
ActionRotateLeft30: TAction;
|
|
2204
|
+
ActionRotateLeft45: TAction;
|
|
2205
|
+
ActionRotateLeft60: TAction;
|
|
2206
|
+
ActionRotateLeft90: TAction;
|
|
2207
|
+
ActionRotateLeftVert: TAction;
|
|
2208
|
+
ActionRotateRight: TAction;
|
|
2209
|
+
ActionRotateRight30: TAction;
|
|
2210
|
+
ActionRotateRight45: TAction;
|
|
2211
|
+
ActionRotateRight60: TAction;
|
|
2212
|
+
ActionRotateRight90: TAction;
|
|
2213
|
+
ActionRotateRightVert: TAction;
|
|
2214
|
+
ActionSave: TAction;
|
|
2215
|
+
ActionScroll: TAction;
|
|
2216
|
+
ActionScrollAuto: TAction;
|
|
2217
|
+
ActionScrollHorz: TAction;
|
|
2218
|
+
ActionScrollPager: TAction;
|
|
2219
|
+
ActionScrollTouch: TAction;
|
|
2220
|
+
ActionScrollVert: TAction;
|
|
2221
|
+
ActionSearchOff: TAction;
|
|
2222
|
+
ActionSearchOn: TAction;
|
|
2223
|
+
ActionSectionResize: TAction;
|
|
2224
|
+
ActionSelectAll: TAction;
|
|
2225
|
+
ActionSelectAllCells: TAction;
|
|
2226
|
+
ActionSelectAllCols: TAction;
|
|
2227
|
+
ActionSelectCell: TAction;
|
|
2228
|
+
ActionSelectCellRange: TAction;
|
|
2229
|
+
ActionSelectCells: TAction;
|
|
2230
|
+
ActionSelectCol: TAction;
|
|
2231
|
+
ActionSelectColCells: TAction;
|
|
2232
|
+
ActionSelectColRange: TAction;
|
|
2233
|
+
ActionSelectCols: TAction;
|
|
2234
|
+
ActionSelectFocusedCols: TAction;
|
|
2235
|
+
ActionSelectFocusedRows: TAction;
|
|
2236
|
+
ActionSelectGanttRun: TAction;
|
|
2237
|
+
ActionSelectGanttRunContainer: TAction;
|
|
2238
|
+
ActionSelectGanttRunRange: TAction;
|
|
2239
|
+
ActionSelectGanttRunRect: TAction;
|
|
2240
|
+
ActionSelectOddCols: TAction;
|
|
2241
|
+
ActionSelectOddRows: TAction;
|
|
2242
|
+
ActionSelectRow: TAction;
|
|
2243
|
+
ActionSelectRowCells: TAction;
|
|
2244
|
+
ActionSelectRowRange: TAction;
|
|
2245
|
+
ActionSelectRows: TAction;
|
|
2246
|
+
ActionSetBorder: TAction;
|
|
2247
|
+
ActionSetBorderBottom: TAction;
|
|
2248
|
+
ActionSetBorderIn: TAction;
|
|
2249
|
+
ActionSetBorderInBottom: TAction;
|
|
2250
|
+
ActionSetBorderInLeft: TAction;
|
|
2251
|
+
ActionSetBorderInRight: TAction;
|
|
2252
|
+
ActionSetBorderInTop: TAction;
|
|
2253
|
+
ActionSetBorderLeft: TAction;
|
|
2254
|
+
ActionSetBorderRight: TAction;
|
|
2255
|
+
ActionSetBorderOut: TAction;
|
|
2256
|
+
ActionSetBorderOutBottom: TAction;
|
|
2257
|
+
ActionSetBorderOutLeft: TAction;
|
|
2258
|
+
ActionSetBorderOutRight: TAction;
|
|
2259
|
+
ActionSetBorderOutTop: TAction;
|
|
2260
|
+
ActionSetBorderTop: TAction;
|
|
2261
|
+
ActionSetCellAbsolute: TAction;
|
|
2262
|
+
ActionSetCellRelative: TAction;
|
|
2263
|
+
ActionSetColor: TAction;
|
|
2264
|
+
ActionSetEditable: TAction;
|
|
2265
|
+
ActionSetFormat: TAction;
|
|
2266
|
+
ActionSetGanttFlowPercent: TAction;
|
|
2267
|
+
ActionSetGanttPercent: TAction;
|
|
2268
|
+
ActionSetGanttRunPercent: TAction;
|
|
2269
|
+
ActionSetChecked: TAction;
|
|
2270
|
+
ActionSetIndent: TAction;
|
|
2271
|
+
ActionSetLink: TAction;
|
|
2272
|
+
ActionSetPattern: TAction;
|
|
2273
|
+
ActionSetPatternColor: TAction;
|
|
2274
|
+
ActionSetPreview: TAction;
|
|
2275
|
+
ActionSetReadOnly: TAction;
|
|
2276
|
+
ActionSetTextColor: TAction;
|
|
2277
|
+
ActionSetTextFont: TAction;
|
|
2278
|
+
ActionSetTextLine: TAction;
|
|
2279
|
+
ActionSetTextShadow: TAction;
|
|
2280
|
+
ActionSetTextShadowColor: TAction;
|
|
2281
|
+
ActionSetTextSize: TAction;
|
|
2282
|
+
ActionShowCalendar: TAction;
|
|
2283
|
+
ActionShowCellLink: TAction;
|
|
2284
|
+
ActionShowCfg: TAction;
|
|
2285
|
+
ActionShowColLeft: TAction;
|
|
2286
|
+
ActionShowColRight: TAction;
|
|
2287
|
+
ActionShowCols: TAction;
|
|
2288
|
+
ActionShowColumns: TAction;
|
|
2289
|
+
ActionShowColTreeLevel: TAction;
|
|
2290
|
+
ActionShowDates: TAction;
|
|
2291
|
+
ActionShowDefaults: TAction;
|
|
2292
|
+
ActionShowDefaultsMenu: TAction;
|
|
2293
|
+
ActionShowDetail: TAction;
|
|
2294
|
+
ActionShowFile: TAction;
|
|
2295
|
+
ActionShowFilterMenu: TAction;
|
|
2296
|
+
ActionShowFilterMenuRow: TAction;
|
|
2297
|
+
ActionShowFormula: TAction;
|
|
2298
|
+
ActionShowHelp: TAction;
|
|
2299
|
+
ActionShowHint: TAction;
|
|
2300
|
+
ActionShowHintStatic: TAction;
|
|
2301
|
+
ActionShowLink: TAction;
|
|
2302
|
+
ActionShowMenu: TAction;
|
|
2303
|
+
ActionShowNoMenu: TAction;
|
|
2304
|
+
ActionShowPopupMenu: TAction;
|
|
2305
|
+
ActionShowPopupMenuNoActions: TAction;
|
|
2306
|
+
ActionShowRowAbove: TAction;
|
|
2307
|
+
ActionShowRowBelow: TAction;
|
|
2308
|
+
ActionShowRows: TAction;
|
|
2309
|
+
ActionShowSheet: TAction;
|
|
2310
|
+
ActionShowTreeLevel: TAction;
|
|
2311
|
+
ActionSmallCapsOff: TAction;
|
|
2312
|
+
ActionSmallCapsOn: TAction;
|
|
2313
|
+
ActionSortAsc: TAction;
|
|
2314
|
+
ActionSortAscAdd: TAction;
|
|
2315
|
+
ActionSortAscAppend: TAction;
|
|
2316
|
+
ActionSortAscOne: TAction;
|
|
2317
|
+
ActionSortDesc: TAction;
|
|
2318
|
+
ActionSortDescAdd: TAction;
|
|
2319
|
+
ActionSortDescAppend: TAction;
|
|
2320
|
+
ActionSortDescOne: TAction;
|
|
2321
|
+
ActionSortOff: TAction;
|
|
2322
|
+
ActionSortOn: TAction;
|
|
2323
|
+
ActionSpan: TAction;
|
|
2324
|
+
ActionSplitAdjacentGanttRun: TAction;
|
|
2325
|
+
ActionSplit: TAction;
|
|
2326
|
+
ActionSplitGanttFlow: TAction;
|
|
2327
|
+
ActionSplitGanttMain: TAction;
|
|
2328
|
+
ActionSplitGanttRun: TAction;
|
|
2329
|
+
ActionSplitJoinedGanttRun: TAction;
|
|
2330
|
+
ActionStartEdit: TAction;
|
|
2331
|
+
ActionStartEditCell: TAction;
|
|
2332
|
+
ActionStartEditCellAccept: TAction;
|
|
2333
|
+
ActionStartEditCellEmpty: TAction;
|
|
2334
|
+
ActionStartEditCellEmptyAccept: TAction;
|
|
2335
|
+
ActionStartEditEmpty: TAction;
|
|
2336
|
+
ActionStartEditEmptyDeleteTag: TAction;
|
|
2337
|
+
ActionStrikeOff: TAction;
|
|
2338
|
+
ActionStrikeOn: TAction;
|
|
2339
|
+
ActionSubscript: TAction;
|
|
2340
|
+
ActionSuperscript: TAction;
|
|
2341
|
+
ActionSwitchCellAbsolute: TAction;
|
|
2342
|
+
ActionSwitchRowColAbsolute: TAction;
|
|
2343
|
+
ActionTabCopy: TAction;
|
|
2344
|
+
ActionTabDelete: TAction;
|
|
2345
|
+
ActionTabDown: TAction;
|
|
2346
|
+
ActionTabDownEdit: TAction;
|
|
2347
|
+
ActionTabLeft: TAction;
|
|
2348
|
+
ActionTabLeftEdit: TAction;
|
|
2349
|
+
ActionTabMove: TAction;
|
|
2350
|
+
ActionTabRight: TAction;
|
|
2351
|
+
ActionTabRightAdd: TAction;
|
|
2352
|
+
ActionTabRightEdit: TAction;
|
|
2353
|
+
ActionTabRightEditAdd: TAction;
|
|
2354
|
+
ActionTabUp: TAction;
|
|
2355
|
+
ActionTabUpEdit: TAction;
|
|
2356
|
+
ActionTextImage: TAction;
|
|
2357
|
+
ActionUndeleteCol: TAction;
|
|
2358
|
+
ActionUndeleteCols: TAction;
|
|
2359
|
+
ActionUndeleteRow: TAction;
|
|
2360
|
+
ActionUndeleteRows: TAction;
|
|
2361
|
+
ActionUndeleteSelected: TAction;
|
|
2362
|
+
ActionUndeleteSelectedCols: TAction;
|
|
2363
|
+
ActionUnderlineOff: TAction;
|
|
2364
|
+
ActionUnderlineOn: TAction;
|
|
2365
|
+
ActionUndo: TAction;
|
|
2366
|
+
ActionUndoAll: TAction;
|
|
2367
|
+
ActionUndoZoom: TAction;
|
|
2368
|
+
ActionUngroupBy: TAction;
|
|
2369
|
+
ActionUncheckBool: TAction;
|
|
2370
|
+
ActionUncheckIcon: TAction;
|
|
2371
|
+
ActionUpperCase: TAction;
|
|
2372
|
+
ActionValidate: TAction;
|
|
2373
|
+
ActionVertAlignBottom: TAction;
|
|
2374
|
+
ActionVertAlignMiddle: TAction;
|
|
2375
|
+
ActionVertAlignTop: TAction;
|
|
2376
|
+
ActionWrapOff: TAction;
|
|
2377
|
+
ActionWrapOn: TAction;
|
|
2378
|
+
ActionZoomAll: TAction;
|
|
2379
|
+
ActionZoomBar: TAction;
|
|
2380
|
+
ActionZoomFit: TAction;
|
|
2381
|
+
ActionZoomFitAll: TAction;
|
|
2382
|
+
ActionZoomGantt: TAction;
|
|
2383
|
+
ActionZoomHeader: TAction;
|
|
2384
|
+
ActionZoomIn: TAction;
|
|
2385
|
+
ActionZoomOut: TAction;
|
|
2386
|
+
|
|
2387
|
+
AbsoluteCursors: number;
|
|
2388
|
+
AcceptEnters: number;
|
|
2389
|
+
AcceptNaNTime: number;
|
|
2390
|
+
AddColCellDef: boolean | number;
|
|
2391
|
+
AddFocusCol: string;
|
|
2392
|
+
AddFocusColEmpty: string;
|
|
2393
|
+
Adding: boolean | number;
|
|
2394
|
+
AllCols: boolean | number;
|
|
2395
|
+
AllPages: boolean | number;
|
|
2396
|
+
Alternate: number;
|
|
2397
|
+
AlternateCount: number;
|
|
2398
|
+
AlternateStart: number;
|
|
2399
|
+
AlternateType: number;
|
|
2400
|
+
AnimateCells: number;
|
|
2401
|
+
AnimateCellsMax: number;
|
|
2402
|
+
AnimateCols: number;
|
|
2403
|
+
AnimateColsMax: number;
|
|
2404
|
+
AnimateDialogs: number;
|
|
2405
|
+
AnimateRows: number;
|
|
2406
|
+
AnimateRowsColorMax: number;
|
|
2407
|
+
AnimateRowsMax: number;
|
|
2408
|
+
AnimateUndo: boolean | number;
|
|
2409
|
+
AppendId: boolean | number;
|
|
2410
|
+
AssignImg: string;
|
|
2411
|
+
AutoCalendar: boolean | number;
|
|
2412
|
+
AutoColPages: boolean | number;
|
|
2413
|
+
AutoCols: number;
|
|
2414
|
+
AutoFillType: number;
|
|
2415
|
+
AutoHtml: boolean | number;
|
|
2416
|
+
AutoIdPrefix: string;
|
|
2417
|
+
AutoPages: boolean | number;
|
|
2418
|
+
AutoRows: number;
|
|
2419
|
+
AutoSort: boolean | number;
|
|
2420
|
+
AutoSpan: number;
|
|
2421
|
+
AutoTreeWidth: boolean | number;
|
|
2422
|
+
AutoUpdate: boolean | number;
|
|
2423
|
+
AutoVersion: boolean | number;
|
|
2424
|
+
AutoWidths: string;
|
|
2425
|
+
BaseUrl: string;
|
|
2426
|
+
BoolChars: number;
|
|
2427
|
+
BorderColors: string;
|
|
2428
|
+
BorderCursors: number;
|
|
2429
|
+
BorderIn: string;
|
|
2430
|
+
BorderOut: string;
|
|
2431
|
+
BorderType: number;
|
|
2432
|
+
CacheTimeout: number;
|
|
2433
|
+
CalcOrder: string;
|
|
2434
|
+
Calculated: boolean | number;
|
|
2435
|
+
CalculatedChanges: number | string;
|
|
2436
|
+
CalculatedChangesFirst: string;
|
|
2437
|
+
CalculateColumns: boolean | number;
|
|
2438
|
+
CalculateHidden: boolean | number;
|
|
2439
|
+
CalculateSelected: boolean | number;
|
|
2440
|
+
CalendarsTitle: string;
|
|
2441
|
+
CaseSensitiveId: boolean | number;
|
|
2442
|
+
CenterMessage: number;
|
|
2443
|
+
CfgId: string;
|
|
2444
|
+
ClearFilterOff: boolean | number;
|
|
2445
|
+
ClearSelected: number;
|
|
2446
|
+
ColAdding: number;
|
|
2447
|
+
ColCopying: number;
|
|
2448
|
+
ColDeleting: boolean | number;
|
|
2449
|
+
ColIndex: string;
|
|
2450
|
+
ColIndexChars: string;
|
|
2451
|
+
ColIndexStart: number;
|
|
2452
|
+
ColIndexType: number;
|
|
2453
|
+
Collapsed: string;
|
|
2454
|
+
ColMoving: boolean | number;
|
|
2455
|
+
ColorCursor: number;
|
|
2456
|
+
ColorFilter: number;
|
|
2457
|
+
ColorPanel: boolean | number;
|
|
2458
|
+
ColorState: number;
|
|
2459
|
+
ColPageLength: number;
|
|
2460
|
+
ColPageMin: number;
|
|
2461
|
+
ColPaging: number;
|
|
2462
|
+
ColPagingFixed: boolean | number;
|
|
2463
|
+
ColResizing: boolean | number;
|
|
2464
|
+
ColTree: number;
|
|
2465
|
+
ColTreeLap: boolean | number;
|
|
2466
|
+
ColTreeLast: number;
|
|
2467
|
+
ColsLap: boolean | number;
|
|
2468
|
+
ColsPosLap: boolean | number;
|
|
2469
|
+
ConstHeight: boolean | number;
|
|
2470
|
+
ConstWidth: number;
|
|
2471
|
+
Contrast: string;
|
|
2472
|
+
Contrasts: string;
|
|
2473
|
+
Cookie: string;
|
|
2474
|
+
CopyCols: number;
|
|
2475
|
+
CopyDeleted: boolean | number;
|
|
2476
|
+
CopyEdit: number;
|
|
2477
|
+
CopyFocused: number;
|
|
2478
|
+
CopyFormulas: number;
|
|
2479
|
+
Copying: boolean | number;
|
|
2480
|
+
CopyPasteDeleted: number;
|
|
2481
|
+
CopyPasteHidden: number;
|
|
2482
|
+
CopyPasteInternal: number;
|
|
2483
|
+
CopyPasteRows: number;
|
|
2484
|
+
CopyPasteTree: number;
|
|
2485
|
+
CopySelected: boolean | number;
|
|
2486
|
+
CopyTime: number;
|
|
2487
|
+
CSS: string;
|
|
2488
|
+
CSVDateFormat: number | string;
|
|
2489
|
+
CSVLevel: string;
|
|
2490
|
+
CSVNumberFormat: number | string;
|
|
2491
|
+
CSVQuote: string;
|
|
2492
|
+
CSVRowSeparator: string;
|
|
2493
|
+
CSVValueSeparator: string;
|
|
2494
|
+
CustomHScroll: number;
|
|
2495
|
+
CustomScroll: number;
|
|
2496
|
+
DateFormat: string;
|
|
2497
|
+
DateStrings: number | string;
|
|
2498
|
+
DefaultBorder: boolean | number;
|
|
2499
|
+
DefaultBorderColor: string;
|
|
2500
|
+
DefaultCfg: number;
|
|
2501
|
+
DefaultColor: string;
|
|
2502
|
+
DefaultColors: string;
|
|
2503
|
+
DefaultDate: string;
|
|
2504
|
+
DefaultsAlphabetWhite: string;
|
|
2505
|
+
DefaultSize: string;
|
|
2506
|
+
DefaultSort: string;
|
|
2507
|
+
DeleteMessage: number;
|
|
2508
|
+
Deleting: boolean | number;
|
|
2509
|
+
Detail: boolean | number;
|
|
2510
|
+
DetailExpand: number;
|
|
2511
|
+
DetailOn: number;
|
|
2512
|
+
DetailRowsVisible: number;
|
|
2513
|
+
DialogCSS: string;
|
|
2514
|
+
DragCol: string;
|
|
2515
|
+
DragCopy: boolean | number;
|
|
2516
|
+
DragCopyId: boolean | number;
|
|
2517
|
+
DragCursor: string;
|
|
2518
|
+
DragEdit: boolean | number;
|
|
2519
|
+
DragImg: string;
|
|
2520
|
+
Dragging: boolean | number;
|
|
2521
|
+
DragObject: number;
|
|
2522
|
+
DropFiles: boolean | number;
|
|
2523
|
+
DropFixed: boolean | number;
|
|
2524
|
+
Dropping: number;
|
|
2525
|
+
DuplicateId: number;
|
|
2526
|
+
DynamicBorder: number;
|
|
2527
|
+
DynamicEditing: number;
|
|
2528
|
+
DynamicFormat: number;
|
|
2529
|
+
DynamicSpan: number;
|
|
2530
|
+
DynamicStyle: number;
|
|
2531
|
+
EditAttrs: string;
|
|
2532
|
+
EditAttrsEmpty: string;
|
|
2533
|
+
EditAttrsStyle: string;
|
|
2534
|
+
EditAttrsValue: string;
|
|
2535
|
+
EditCursor: number;
|
|
2536
|
+
EditCursorMouse: number;
|
|
2537
|
+
EditCursorTouch: number;
|
|
2538
|
+
EditCursorKey: number;
|
|
2539
|
+
EditCursorTab: number;
|
|
2540
|
+
EditErrors: number;
|
|
2541
|
+
EditErrorsMessageMax: number;
|
|
2542
|
+
EditErrorsMessageTime: number;
|
|
2543
|
+
EditHtml: number;
|
|
2544
|
+
EditImg: string;
|
|
2545
|
+
Editing: number;
|
|
2546
|
+
EditSelect: number;
|
|
2547
|
+
EnterMode: number;
|
|
2548
|
+
EscapeImages: boolean | number;
|
|
2549
|
+
ExactSize: boolean | number;
|
|
2550
|
+
ExcelDates: boolean | number;
|
|
2551
|
+
ExcelLang: string;
|
|
2552
|
+
ExcludeClear: number;
|
|
2553
|
+
ExpandAllLevels: number;
|
|
2554
|
+
ExpandAllLoaded: boolean | number;
|
|
2555
|
+
ExpandAllRender: number;
|
|
2556
|
+
Expanded: string;
|
|
2557
|
+
ExpandOnDrag: boolean | number;
|
|
2558
|
+
ExportAlternate: number;
|
|
2559
|
+
ExportBase64: boolean | number;
|
|
2560
|
+
ExportBool: string;
|
|
2561
|
+
ExportCols: number;
|
|
2562
|
+
ExportCompression: number;
|
|
2563
|
+
ExportEmptyDecimals: number;
|
|
2564
|
+
ExportFontFace: string;
|
|
2565
|
+
ExportFontSize: number;
|
|
2566
|
+
ExportFormat: string;
|
|
2567
|
+
ExportHeights: number;
|
|
2568
|
+
ExportImages: string;
|
|
2569
|
+
ExportLinks: string;
|
|
2570
|
+
ExportLoad: number;
|
|
2571
|
+
ExportName: string;
|
|
2572
|
+
ExportOptions: string;
|
|
2573
|
+
ExportPDFCols: number;
|
|
2574
|
+
ExportPostfix: string;
|
|
2575
|
+
ExportPrefix: string;
|
|
2576
|
+
ExportRound: number;
|
|
2577
|
+
ExportRowHeight: number;
|
|
2578
|
+
ExportRows: number;
|
|
2579
|
+
ExportSheet: string;
|
|
2580
|
+
ExportTextShadow: string;
|
|
2581
|
+
ExportTip: string;
|
|
2582
|
+
ExportType: string;
|
|
2583
|
+
ExportVarHeight: number;
|
|
2584
|
+
ExportWidthRatio: number;
|
|
2585
|
+
ExternalAlign: boolean | number;
|
|
2586
|
+
ExternalFocus: string;
|
|
2587
|
+
ExternalMaxRows: number;
|
|
2588
|
+
ExternalMaxCols: number;
|
|
2589
|
+
ExternalEdit: string;
|
|
2590
|
+
FastColumns: boolean | number;
|
|
2591
|
+
FastGantt: number;
|
|
2592
|
+
FastMerge: boolean | number;
|
|
2593
|
+
FastPages: number;
|
|
2594
|
+
FastPanel: boolean | number;
|
|
2595
|
+
Filtered: boolean | number;
|
|
2596
|
+
FilterEmpty: boolean | number;
|
|
2597
|
+
FilterHidden: boolean | number;
|
|
2598
|
+
FilterHideParents: number;
|
|
2599
|
+
FilterIgnoreEmpty: number;
|
|
2600
|
+
FilterReplaceOne: string;
|
|
2601
|
+
FilterReplaceMore: string;
|
|
2602
|
+
Filtering: boolean | number;
|
|
2603
|
+
FocusCellBorderCursor: number;
|
|
2604
|
+
Focused: string;
|
|
2605
|
+
FocusedCol: string;
|
|
2606
|
+
FocusedLarge: number;
|
|
2607
|
+
FocusedLeft: number;
|
|
2608
|
+
FocusedPos: number;
|
|
2609
|
+
FocusedRect: string;
|
|
2610
|
+
FocusedTop: number;
|
|
2611
|
+
FocusedType: number;
|
|
2612
|
+
FocusRect: number;
|
|
2613
|
+
FocusWholeRow: number;
|
|
2614
|
+
Format: string;
|
|
2615
|
+
Formats: TMenu;
|
|
2616
|
+
FormulaAddParenthesis: boolean | number;
|
|
2617
|
+
FormulaCircular: number;
|
|
2618
|
+
FormulaEditing: number;
|
|
2619
|
+
FormulaChanges: number;
|
|
2620
|
+
FormulaLocal: boolean | number;
|
|
2621
|
+
FormulaMaxIterations: number;
|
|
2622
|
+
FormulaNames: number;
|
|
2623
|
+
FormulaPlusNumbers: boolean | number;
|
|
2624
|
+
FormulaRelative: number;
|
|
2625
|
+
FormulaResults: number;
|
|
2626
|
+
FormulaShow: boolean | number;
|
|
2627
|
+
FormulaTimeout: number;
|
|
2628
|
+
FormulaTip: boolean | number;
|
|
2629
|
+
FormulaType: number;
|
|
2630
|
+
FullId: boolean | number;
|
|
2631
|
+
GanttCSS: string;
|
|
2632
|
+
GanttResourcesAdd: boolean | number;
|
|
2633
|
+
GanttResourcesAvailability: string;
|
|
2634
|
+
GanttResourcesGantt: string;
|
|
2635
|
+
GanttResourcesChart: string;
|
|
2636
|
+
GanttResourcesMaster: string;
|
|
2637
|
+
GanttResourcesMaxCount: string;
|
|
2638
|
+
GanttResourcesName: string;
|
|
2639
|
+
GanttResourcesPrice: string;
|
|
2640
|
+
GanttStyle: string;
|
|
2641
|
+
GanttStyles: string;
|
|
2642
|
+
GlobalCursor: boolean | number;
|
|
2643
|
+
Group: string;
|
|
2644
|
+
Grouped: boolean | number;
|
|
2645
|
+
GroupChangeMoved: boolean | number;
|
|
2646
|
+
GroupIdPrefix: string;
|
|
2647
|
+
GroupIdValue: number;
|
|
2648
|
+
GroupHideCols: boolean | number;
|
|
2649
|
+
Grouping: boolean | number;
|
|
2650
|
+
GroupMain: string;
|
|
2651
|
+
GroupMoveFree: number;
|
|
2652
|
+
GroupRestoreSort: boolean | number;
|
|
2653
|
+
GroupSortMain: number;
|
|
2654
|
+
GroupTree: number;
|
|
2655
|
+
GroupTreeCol: string;
|
|
2656
|
+
HelpFile: string;
|
|
2657
|
+
HiddenRows: string;
|
|
2658
|
+
HideEmptyTree: boolean | number;
|
|
2659
|
+
HideHScroll: boolean | number;
|
|
2660
|
+
HideMenuUnused: number;
|
|
2661
|
+
HideParents: boolean | number;
|
|
2662
|
+
HideRootTree: boolean | number;
|
|
2663
|
+
HideTree: boolean | number;
|
|
2664
|
+
HideZero: boolean | number;
|
|
2665
|
+
Hover: number;
|
|
2666
|
+
ChangesAdded: number;
|
|
2667
|
+
ChangesUpdate: number;
|
|
2668
|
+
ChildIdPrefix: string;
|
|
2669
|
+
ChildPageDiff: number;
|
|
2670
|
+
ChildPageLength: number;
|
|
2671
|
+
ChildPaging: number;
|
|
2672
|
+
ChildPartLength: number;
|
|
2673
|
+
ChildPartMin: number;
|
|
2674
|
+
ChildParts: boolean | number;
|
|
2675
|
+
IdChars: string;
|
|
2676
|
+
IdNames: string;
|
|
2677
|
+
IdPostfix: string;
|
|
2678
|
+
IdPrefix: string;
|
|
2679
|
+
IESvg: string;
|
|
2680
|
+
IgnoreFocused: boolean | number;
|
|
2681
|
+
ImportAction: number;
|
|
2682
|
+
ImportAdd: number;
|
|
2683
|
+
ImportAttrs: string;
|
|
2684
|
+
ImportColor: boolean | number;
|
|
2685
|
+
ImportExt: string;
|
|
2686
|
+
ImportFoot: number;
|
|
2687
|
+
ImportHead: number;
|
|
2688
|
+
ImportHeader: number;
|
|
2689
|
+
ImportImg: string;
|
|
2690
|
+
ImportLayout: string;
|
|
2691
|
+
ImportLeftCols: number;
|
|
2692
|
+
ImportLimitCells: number;
|
|
2693
|
+
ImportLimitCols: number;
|
|
2694
|
+
ImportLimitRows: number;
|
|
2695
|
+
ImportRightCols: number;
|
|
2696
|
+
ImportRows: number;
|
|
2697
|
+
ImportPassword: number;
|
|
2698
|
+
ImportTreeGrid: string;
|
|
2699
|
+
ImportWidths: boolean | number;
|
|
2700
|
+
Indent: string;
|
|
2701
|
+
Indents: string;
|
|
2702
|
+
IndentType: number;
|
|
2703
|
+
IndexEnum: boolean | number;
|
|
2704
|
+
InEditMode: number;
|
|
2705
|
+
InitDef: boolean | number;
|
|
2706
|
+
InsertImg: string;
|
|
2707
|
+
InsertImgMaxHeight: number;
|
|
2708
|
+
InsertImgMaxWidth: number;
|
|
2709
|
+
JSZip: boolean | number;
|
|
2710
|
+
KeepReload: string;
|
|
2711
|
+
Language: string;
|
|
2712
|
+
LanguagesColumns: number;
|
|
2713
|
+
LastId: string;
|
|
2714
|
+
LeftCanResize: number;
|
|
2715
|
+
LeftScrollLeft: number;
|
|
2716
|
+
LeftWidth: number;
|
|
2717
|
+
LimitScroll: number;
|
|
2718
|
+
LineHeightRatio: number;
|
|
2719
|
+
LinkBase: string;
|
|
2720
|
+
Locked: any;
|
|
2721
|
+
LockedAlways: any;
|
|
2722
|
+
LockedNever: any;
|
|
2723
|
+
LockedValues: any;
|
|
2724
|
+
LongClick: number;
|
|
2725
|
+
MacContextMenu: boolean | number;
|
|
2726
|
+
MainCol: string;
|
|
2727
|
+
MainTagHeight: number;
|
|
2728
|
+
MainTagWidth: number;
|
|
2729
|
+
MasterDef: string;
|
|
2730
|
+
MasterDefHide: string;
|
|
2731
|
+
MaxColLevel: number;
|
|
2732
|
+
MaxColPages: number;
|
|
2733
|
+
MaxGroupLength: number;
|
|
2734
|
+
MaxHeight: number;
|
|
2735
|
+
MaxHeightParent: string;
|
|
2736
|
+
MaxHeightPercent: boolean | number;
|
|
2737
|
+
MaxHeightReserved: number;
|
|
2738
|
+
MaxHScroll: number;
|
|
2739
|
+
MaxChildParts: number;
|
|
2740
|
+
MaxChildrenEmpty: boolean | number;
|
|
2741
|
+
MaxMenuAllCells: number;
|
|
2742
|
+
MaxMenuAllCellsValue: number;
|
|
2743
|
+
MaxPages: number;
|
|
2744
|
+
MaxSort: number;
|
|
2745
|
+
MaxTagHeight: number;
|
|
2746
|
+
MaxTagWidth: number;
|
|
2747
|
+
MaxVScroll: number;
|
|
2748
|
+
MaxWidth: boolean | number;
|
|
2749
|
+
MediaChange: number;
|
|
2750
|
+
MediaTag: string;
|
|
2751
|
+
MediaAttrs: string;
|
|
2752
|
+
Menu: string;
|
|
2753
|
+
MenuColumnsCount: number;
|
|
2754
|
+
MenuColumnsSort: boolean | number;
|
|
2755
|
+
MessageWidth: number;
|
|
2756
|
+
MidWidth: number;
|
|
2757
|
+
MinBodyRows: number;
|
|
2758
|
+
MinLeftWidth: number;
|
|
2759
|
+
MinMidWidth: number;
|
|
2760
|
+
MinRightWidth: number;
|
|
2761
|
+
MinRowHeight: number;
|
|
2762
|
+
MinSpaceRowHeight: number;
|
|
2763
|
+
MinTagHeight: number;
|
|
2764
|
+
MinTagWidth: number;
|
|
2765
|
+
MomentumScroll: number;
|
|
2766
|
+
MoveFocusType: number;
|
|
2767
|
+
MoveMessage: boolean | number;
|
|
2768
|
+
NameCol: string;
|
|
2769
|
+
NestedFocusedActions: boolean | number;
|
|
2770
|
+
NoDateNumber: number;
|
|
2771
|
+
NoDragCursor: string;
|
|
2772
|
+
NoDragIcon: boolean | number;
|
|
2773
|
+
NoExportFunc: string;
|
|
2774
|
+
NoFormatEscape: boolean | number;
|
|
2775
|
+
NoHScroll: boolean | number;
|
|
2776
|
+
NoPager: boolean | number;
|
|
2777
|
+
NoPrintTreeLines: boolean | number;
|
|
2778
|
+
NoScroll: boolean | number;
|
|
2779
|
+
NoScrollAfterExpand: boolean | number;
|
|
2780
|
+
NoTreeLines: boolean | number;
|
|
2781
|
+
NoVScroll: boolean | number;
|
|
2782
|
+
NoWrapBR: boolean | number;
|
|
2783
|
+
NumberFormat: string;
|
|
2784
|
+
NumberId: number;
|
|
2785
|
+
OnePage: number;
|
|
2786
|
+
OnPageAdded: void;
|
|
2787
|
+
OnRemoveAutoPage: boolean | number;
|
|
2788
|
+
Overlay: number;
|
|
2789
|
+
OverlayImg: number;
|
|
2790
|
+
PageLength: number;
|
|
2791
|
+
PageLengthDiv: number;
|
|
2792
|
+
PageTime: number;
|
|
2793
|
+
PageWindowAdd: number;
|
|
2794
|
+
Paging: number;
|
|
2795
|
+
PasteCols: number;
|
|
2796
|
+
PasteErrors: number;
|
|
2797
|
+
PasteFocused: number;
|
|
2798
|
+
PasteNaN: number;
|
|
2799
|
+
PasteSelected: boolean | number;
|
|
2800
|
+
PasteTree: number;
|
|
2801
|
+
Pasting: boolean | number;
|
|
2802
|
+
PDFFitPage: number;
|
|
2803
|
+
PDFFormat: number;
|
|
2804
|
+
PDFName: string;
|
|
2805
|
+
PDFPageOrientaion: number;
|
|
2806
|
+
PDFPageSize: number;
|
|
2807
|
+
PDFText: number;
|
|
2808
|
+
PersistentCfg: number;
|
|
2809
|
+
PivotCols: string;
|
|
2810
|
+
PivotControlMaster: boolean | number;
|
|
2811
|
+
PivotData: string;
|
|
2812
|
+
PivotExpanded: number | string;
|
|
2813
|
+
PivotFilter: number;
|
|
2814
|
+
PivotFunc: string;
|
|
2815
|
+
PivotMaster: string;
|
|
2816
|
+
PivotMaxCols: number;
|
|
2817
|
+
PivotRows: string;
|
|
2818
|
+
PivotShowParent: boolean | number;
|
|
2819
|
+
PivotSumFormat: string;
|
|
2820
|
+
PivotUpdate: number;
|
|
2821
|
+
PositionFixed: boolean | number;
|
|
2822
|
+
Prepared: boolean | number;
|
|
2823
|
+
PreserveReload: number;
|
|
2824
|
+
PrintAddCSS: string;
|
|
2825
|
+
PrintAllCSS: boolean | number;
|
|
2826
|
+
PrintCols: number;
|
|
2827
|
+
PrintConstWidth: number;
|
|
2828
|
+
PrintCount: number;
|
|
2829
|
+
PrintCSS: string;
|
|
2830
|
+
PrintDefaultDPI: number;
|
|
2831
|
+
PrintDPI: number;
|
|
2832
|
+
PrintExpanded: boolean | number;
|
|
2833
|
+
PrintFiltered: boolean | number;
|
|
2834
|
+
PrintFromPage: number;
|
|
2835
|
+
PrintGanttBackground: number;
|
|
2836
|
+
PrintGanttRowHeight: number;
|
|
2837
|
+
PrintGanttSplit: boolean | number;
|
|
2838
|
+
PrintGanttSplitMin: boolean | number;
|
|
2839
|
+
PrintGrids: string;
|
|
2840
|
+
PrintHead: string;
|
|
2841
|
+
PrintCheckboxes: boolean | number;
|
|
2842
|
+
PrintIcons: boolean | number;
|
|
2843
|
+
PrintLoad: number;
|
|
2844
|
+
PrintLocation: number;
|
|
2845
|
+
PrintMarginDiv: number;
|
|
2846
|
+
PrintMarginHeight: number;
|
|
2847
|
+
PrintMarginWidth: number;
|
|
2848
|
+
PrintMinDPI: number;
|
|
2849
|
+
PrintOnlyData: boolean | number;
|
|
2850
|
+
PrintPaddingHeight: number;
|
|
2851
|
+
PrintPaddingHeightFirst: number;
|
|
2852
|
+
PrintPaddingHeightLast: number;
|
|
2853
|
+
PrintPaddingWidth: number;
|
|
2854
|
+
PrintPageBreaks: boolean | number;
|
|
2855
|
+
PrintPageHeight: number;
|
|
2856
|
+
PrintPageOrientation: number;
|
|
2857
|
+
PrintPagePostfix: number;
|
|
2858
|
+
PrintPagePrefix: number;
|
|
2859
|
+
PrintPageRoot: boolean | number;
|
|
2860
|
+
PrintPageRootMin: number;
|
|
2861
|
+
PrintPageSize: number;
|
|
2862
|
+
PrintPageWidth: number;
|
|
2863
|
+
PrintPostfix: string;
|
|
2864
|
+
PrintPrefix: string;
|
|
2865
|
+
PrintPrint: number;
|
|
2866
|
+
PrintRows: number;
|
|
2867
|
+
PrintSelected: boolean | number;
|
|
2868
|
+
PrintSplitRowSpan: boolean | number;
|
|
2869
|
+
PrintToPage: number;
|
|
2870
|
+
PrintVarHeight: number;
|
|
2871
|
+
PrintVisible: boolean | number;
|
|
2872
|
+
PrintWindowProp: string;
|
|
2873
|
+
PrintZoomFit: number;
|
|
2874
|
+
Protected: boolean | number;
|
|
2875
|
+
ReCalc: boolean | number;
|
|
2876
|
+
ReloadChanged: number;
|
|
2877
|
+
RemoveAutoColPages: number;
|
|
2878
|
+
RemoveAutoPages: number;
|
|
2879
|
+
RemoveCollapsed: number;
|
|
2880
|
+
RemoveChanged: number;
|
|
2881
|
+
RemoveUnusedFixed: number;
|
|
2882
|
+
RemoveUnusedPages: number;
|
|
2883
|
+
Reset: number;
|
|
2884
|
+
ResetNextBorder: boolean | number;
|
|
2885
|
+
Resizing: boolean | number;
|
|
2886
|
+
ResizingMain: number;
|
|
2887
|
+
ReSort: boolean | number;
|
|
2888
|
+
RestoreImg: string;
|
|
2889
|
+
ReversedSortIcons: boolean | number;
|
|
2890
|
+
ReversedTree: boolean | number;
|
|
2891
|
+
RightCanResize: number;
|
|
2892
|
+
RightScrollLeft: number;
|
|
2893
|
+
RightWidth: number;
|
|
2894
|
+
RootCount: number;
|
|
2895
|
+
RotateStepsLeft: string;
|
|
2896
|
+
RotateStepsRight: string;
|
|
2897
|
+
RoundNumbers: number;
|
|
2898
|
+
RoundNumbersDigits: number;
|
|
2899
|
+
RoundVScroll: number;
|
|
2900
|
+
RowIndex: string;
|
|
2901
|
+
RowIndexChars: string;
|
|
2902
|
+
RowIndexStart: number;
|
|
2903
|
+
RowIndexType: number;
|
|
2904
|
+
RowIndexWidth: number;
|
|
2905
|
+
Rtl: boolean | number;
|
|
2906
|
+
SafariCursors: boolean | number;
|
|
2907
|
+
SafeCSS: boolean | number;
|
|
2908
|
+
SaveAttrs: string;
|
|
2909
|
+
SaveAttrsTrim: boolean | number;
|
|
2910
|
+
SaveExpanded: number;
|
|
2911
|
+
SaveFilters: boolean | number;
|
|
2912
|
+
SaveOrder: number;
|
|
2913
|
+
SaveSelected: boolean | number;
|
|
2914
|
+
SaveSession: string;
|
|
2915
|
+
SaveValues: boolean | number;
|
|
2916
|
+
SaveVisible: number;
|
|
2917
|
+
Scale: number;
|
|
2918
|
+
ScaleMenu: number;
|
|
2919
|
+
Scales: string;
|
|
2920
|
+
ScrollAction: number;
|
|
2921
|
+
ScrollColOnDrag: number;
|
|
2922
|
+
ScrollLeft: number;
|
|
2923
|
+
ScrollOnDrag: number;
|
|
2924
|
+
ScrollParent: string;
|
|
2925
|
+
ScrollTop: number;
|
|
2926
|
+
SearchAction: string;
|
|
2927
|
+
SearchAlertFound: number;
|
|
2928
|
+
SearchCaseSensitive: boolean | number;
|
|
2929
|
+
SearchCells: boolean | number;
|
|
2930
|
+
SearchClass: boolean | number;
|
|
2931
|
+
SearchCols: string;
|
|
2932
|
+
SearchDateFormat: string;
|
|
2933
|
+
SearchDefs: string;
|
|
2934
|
+
Searched: boolean | number;
|
|
2935
|
+
SearchExpand: boolean | number;
|
|
2936
|
+
SearchExpression: string;
|
|
2937
|
+
SearchFocused: number;
|
|
2938
|
+
SearchHidden: boolean | number;
|
|
2939
|
+
SearchCharCodes: string;
|
|
2940
|
+
Searching: boolean | number;
|
|
2941
|
+
SearchMaxMark: number;
|
|
2942
|
+
SearchMethod: number;
|
|
2943
|
+
SearchNotFound: number;
|
|
2944
|
+
SearchNumbers: number;
|
|
2945
|
+
SearchWhiteChars: string;
|
|
2946
|
+
SectionResizing: number;
|
|
2947
|
+
SectionShrinkOrder: string;
|
|
2948
|
+
SelectAllType: number;
|
|
2949
|
+
SelectClass: boolean | number;
|
|
2950
|
+
SelectClassRow: boolean | number;
|
|
2951
|
+
SelectHidden: number;
|
|
2952
|
+
Selecting: boolean | number;
|
|
2953
|
+
SelectingCells: number;
|
|
2954
|
+
SelectingCols: number;
|
|
2955
|
+
SelectingFocus: number;
|
|
2956
|
+
SelectingSingle: boolean | number;
|
|
2957
|
+
SelectingText: boolean | number;
|
|
2958
|
+
ShiftHint: boolean | number;
|
|
2959
|
+
ShortHScroll: boolean | number;
|
|
2960
|
+
ShortVScroll: boolean | number;
|
|
2961
|
+
ShowButtons: number;
|
|
2962
|
+
ShowDeleted: boolean | number;
|
|
2963
|
+
ShowDrag: boolean | number;
|
|
2964
|
+
ShowFocused: boolean | number;
|
|
2965
|
+
ShowHScroll: boolean | number;
|
|
2966
|
+
ShowMenuSingle: boolean | number;
|
|
2967
|
+
ShowPrintPageBreaks: boolean | number;
|
|
2968
|
+
ShowVScroll: boolean | number;
|
|
2969
|
+
ShrinkStyle: number;
|
|
2970
|
+
ShrinkStyleHeight: string;
|
|
2971
|
+
ShrinkStyleScale: string;
|
|
2972
|
+
ShrinkStyleType: number;
|
|
2973
|
+
ShrinkStyleWidth: string;
|
|
2974
|
+
Silent: boolean | number;
|
|
2975
|
+
Size: string;
|
|
2976
|
+
Sizes: string;
|
|
2977
|
+
SizeScaled: boolean | number;
|
|
2978
|
+
Sort: string;
|
|
2979
|
+
Sorted: boolean | number;
|
|
2980
|
+
SortIcons: number;
|
|
2981
|
+
SortIconsNumbers: boolean | number;
|
|
2982
|
+
Sorting: boolean | number;
|
|
2983
|
+
SortRanges: number;
|
|
2984
|
+
SpannedBorder: number;
|
|
2985
|
+
SpannedTree: boolean | number;
|
|
2986
|
+
StandardFilter: number;
|
|
2987
|
+
StandardTip: boolean | number;
|
|
2988
|
+
StaticCursor: boolean | number;
|
|
2989
|
+
StoreOriginalValues: boolean | number;
|
|
2990
|
+
Style: string;
|
|
2991
|
+
StyleDependencyModifier: boolean | number;
|
|
2992
|
+
Styles: string;
|
|
2993
|
+
SuppressAnimations: boolean | number;
|
|
2994
|
+
SuppressCfg: number;
|
|
2995
|
+
SuppressMessage: number;
|
|
2996
|
+
Sync: string;
|
|
2997
|
+
SyncId: string;
|
|
2998
|
+
SyncLanguage: string;
|
|
2999
|
+
SyncStyle: boolean | number;
|
|
3000
|
+
SynchroCount: number;
|
|
3001
|
+
TabIndex: number;
|
|
3002
|
+
TabStop: number;
|
|
3003
|
+
TestIds: boolean | number;
|
|
3004
|
+
TestIdSeparator: string;
|
|
3005
|
+
TextColor: string;
|
|
3006
|
+
TextColors: string;
|
|
3007
|
+
TextFont: string;
|
|
3008
|
+
TextFonts: string;
|
|
3009
|
+
TextFormat: string;
|
|
3010
|
+
TextShadow: number;
|
|
3011
|
+
TextShadowColor: string;
|
|
3012
|
+
TextShadowColors: string;
|
|
3013
|
+
TextShadows: string;
|
|
3014
|
+
TextSize: string;
|
|
3015
|
+
TextSizes: string;
|
|
3016
|
+
TipDialog: string;
|
|
3017
|
+
TipEnd: number;
|
|
3018
|
+
TipStart: number;
|
|
3019
|
+
TouchClearFocused: number;
|
|
3020
|
+
TouchDragFocused: number;
|
|
3021
|
+
TouchDragFocusedDependency: number;
|
|
3022
|
+
TouchScroll: number;
|
|
3023
|
+
Undo: number;
|
|
3024
|
+
UpCounter: string;
|
|
3025
|
+
UpCounterType: number;
|
|
3026
|
+
UpdateHeightsTimeout: number;
|
|
3027
|
+
UseButton: number;
|
|
3028
|
+
UseLanguages: string;
|
|
3029
|
+
UsePrefix: boolean | number;
|
|
3030
|
+
Validate: string;
|
|
3031
|
+
ValidateMessage: string;
|
|
3032
|
+
ValidateMessageTime: number;
|
|
3033
|
+
ValidateText: string;
|
|
3034
|
+
Version: number;
|
|
3035
|
+
VisibleRows: string;
|
|
3036
|
+
WheelFixed: number;
|
|
3037
|
+
WideHScroll: boolean | number;
|
|
3038
|
+
WordWrap: boolean | number;
|
|
3039
|
+
ZIndex: number;
|
|
3040
|
+
}
|
|
3041
|
+
type TGrid = TTGrid | null | undefined;
|
|
3042
|
+
|
|
3043
|
+
// ------------------------------------------------- Global ----------------------------------------
|
|
3044
|
+
|
|
3045
|
+
interface TGridsApi {
|
|
3046
|
+
OnAfterColResize(grid: TGrid, col: string, row: TRow, chg: number): null | undefined | void;
|
|
3047
|
+
OnAfterColumnsChanged(grid: TGrid): boolean | number | null | undefined | void;
|
|
3048
|
+
OnAfterSave(grid: TGrid, result: number, autoupdate: boolean | number): null | undefined | void;
|
|
3049
|
+
OnAfterSectionResize(grid: TGrid, section: number): null | undefined | void;
|
|
3050
|
+
OnAfterSetStyle(
|
|
3051
|
+
grid: TGrid,
|
|
3052
|
+
Style: string,
|
|
3053
|
+
CSS: string,
|
|
3054
|
+
GanttCSS: string,
|
|
3055
|
+
GanttStyle: string,
|
|
3056
|
+
): null | undefined | void;
|
|
3057
|
+
OnAfterValueChanged(grid: TGrid, row: TRow, col: string, val: any): null | undefined | void;
|
|
3058
|
+
OnAssignImage(
|
|
3059
|
+
grid: TGrid,
|
|
3060
|
+
row: TRow,
|
|
3061
|
+
col: string,
|
|
3062
|
+
oldrow: TRow,
|
|
3063
|
+
oldcol: string,
|
|
3064
|
+
image: any,
|
|
3065
|
+
): boolean | number | null | undefined | void;
|
|
3066
|
+
OnAutoFill(
|
|
3067
|
+
grid: TGrid,
|
|
3068
|
+
r1: TRow,
|
|
3069
|
+
c1: string,
|
|
3070
|
+
r2: TRow,
|
|
3071
|
+
c2: string,
|
|
3072
|
+
rdir: boolean | number,
|
|
3073
|
+
cdir: boolean | number,
|
|
3074
|
+
ro: TRow,
|
|
3075
|
+
co: string,
|
|
3076
|
+
): boolean | number | null | undefined | void;
|
|
3077
|
+
OnAutoFillFinish(
|
|
3078
|
+
grid: TGrid,
|
|
3079
|
+
r1: TRow,
|
|
3080
|
+
c1: string,
|
|
3081
|
+
r2: TRow,
|
|
3082
|
+
c2: string,
|
|
3083
|
+
rdir: boolean | number,
|
|
3084
|
+
cdir: boolean | number,
|
|
3085
|
+
ro: TRow,
|
|
3086
|
+
co: string,
|
|
3087
|
+
): null | undefined | void;
|
|
3088
|
+
OnAutoFillValue(
|
|
3089
|
+
grid: TGrid,
|
|
3090
|
+
row: TRow,
|
|
3091
|
+
col: string,
|
|
3092
|
+
orow: TRow,
|
|
3093
|
+
ocol: string,
|
|
3094
|
+
val: any,
|
|
3095
|
+
prevval: any,
|
|
3096
|
+
rowpos: number,
|
|
3097
|
+
colpos: number,
|
|
3098
|
+
orow2: TRow,
|
|
3099
|
+
ocol2: string,
|
|
3100
|
+
oldval: any,
|
|
3101
|
+
attrvalues: any[],
|
|
3102
|
+
attrnames: string[],
|
|
3103
|
+
errors: any,
|
|
3104
|
+
): any | null | undefined | void;
|
|
3105
|
+
OnAutoFillValues(
|
|
3106
|
+
grid: TGrid,
|
|
3107
|
+
Values: any[],
|
|
3108
|
+
Rows: TRow[],
|
|
3109
|
+
Cols: string[],
|
|
3110
|
+
orcnt: number,
|
|
3111
|
+
occnt: number,
|
|
3112
|
+
rcnt: number,
|
|
3113
|
+
ccnt: number,
|
|
3114
|
+
rdir: boolean | number,
|
|
3115
|
+
cdir: boolean | number,
|
|
3116
|
+
): boolean | number | null | undefined | void;
|
|
3117
|
+
OnBlur(grid: TGrid, orow: TRow, ocol: string, orect: any[]): null | undefined | void;
|
|
3118
|
+
OnButtonClick(
|
|
3119
|
+
grid: TGrid,
|
|
3120
|
+
row: TRow,
|
|
3121
|
+
col: string,
|
|
3122
|
+
x: number,
|
|
3123
|
+
y: number,
|
|
3124
|
+
): boolean | number | null | undefined | void;
|
|
3125
|
+
OnButtonListClick(
|
|
3126
|
+
grid: TGrid,
|
|
3127
|
+
row: TRow,
|
|
3128
|
+
col: string,
|
|
3129
|
+
item: string,
|
|
3130
|
+
index: number,
|
|
3131
|
+
): null | undefined | void;
|
|
3132
|
+
OnCalculate(
|
|
3133
|
+
grid: TGrid,
|
|
3134
|
+
show: boolean | number,
|
|
3135
|
+
row: TRow,
|
|
3136
|
+
col: string,
|
|
3137
|
+
fixedonly: boolean | number,
|
|
3138
|
+
): boolean | number | null | undefined | void;
|
|
3139
|
+
OnCalculateCell(
|
|
3140
|
+
grid: TGrid,
|
|
3141
|
+
row: TRow,
|
|
3142
|
+
col: string,
|
|
3143
|
+
val: any,
|
|
3144
|
+
show: boolean | number,
|
|
3145
|
+
Calc: any,
|
|
3146
|
+
): any | null | undefined | void;
|
|
3147
|
+
OnCalculateFinish(
|
|
3148
|
+
grid: TGrid,
|
|
3149
|
+
show: boolean | number,
|
|
3150
|
+
row: TRow,
|
|
3151
|
+
col: string,
|
|
3152
|
+
): null | undefined | void;
|
|
3153
|
+
OnCanColDelete(
|
|
3154
|
+
grid: TGrid,
|
|
3155
|
+
col: string,
|
|
3156
|
+
type: number,
|
|
3157
|
+
cols: string[],
|
|
3158
|
+
): boolean | number | null | undefined | void;
|
|
3159
|
+
OnCanDrop(
|
|
3160
|
+
grid: TGrid,
|
|
3161
|
+
row: TRow,
|
|
3162
|
+
togrid: TGrid,
|
|
3163
|
+
torow: TRow,
|
|
3164
|
+
type: number,
|
|
3165
|
+
copy: boolean | number,
|
|
3166
|
+
rows: TRow[],
|
|
3167
|
+
): number | null | undefined | void;
|
|
3168
|
+
OnCanEdit(grid: TGrid, row: TRow, col: string, mode: number): number | null | undefined | void;
|
|
3169
|
+
OnCanEditDate(
|
|
3170
|
+
grid: TGrid,
|
|
3171
|
+
row: TRow,
|
|
3172
|
+
col: string,
|
|
3173
|
+
date: Date,
|
|
3174
|
+
): boolean | number | null | undefined | void;
|
|
3175
|
+
OnCanReload(
|
|
3176
|
+
grid: TGrid,
|
|
3177
|
+
changed: number,
|
|
3178
|
+
cancel: boolean | number,
|
|
3179
|
+
): boolean | number | null | undefined | void;
|
|
3180
|
+
OnCanRowAdd(grid: TGrid, parent: TRow, next: TRow): boolean | number | null | undefined | void;
|
|
3181
|
+
OnCanRowDelete(
|
|
3182
|
+
grid: TGrid,
|
|
3183
|
+
row: TRow,
|
|
3184
|
+
type: number,
|
|
3185
|
+
rows: TRow[],
|
|
3186
|
+
): number | null | undefined | void;
|
|
3187
|
+
OnCanSelectGanttRun(
|
|
3188
|
+
grid: TGrid,
|
|
3189
|
+
row: TRow,
|
|
3190
|
+
col: string,
|
|
3191
|
+
run: any,
|
|
3192
|
+
index: number,
|
|
3193
|
+
select: boolean | number,
|
|
3194
|
+
container: string,
|
|
3195
|
+
): boolean | number | null | undefined | void;
|
|
3196
|
+
OnCfgChanged(grid: TGrid, Menu: TMenu, update: number): null | undefined | void;
|
|
3197
|
+
OnCfgLoaded(grid: TGrid, cfg: string): null | undefined | void;
|
|
3198
|
+
OnCfgSaved(grid: TGrid, cfg: string): null | undefined | void;
|
|
3199
|
+
OnChangeDef(grid: TGrid, row: TRow, def: string): string | null | undefined | void;
|
|
3200
|
+
OnChangeId(grid: TGrid, row: TRow, col: string, oldvalue: any): null | undefined | void;
|
|
3201
|
+
OnChangeImage(
|
|
3202
|
+
grid: TGrid,
|
|
3203
|
+
row: TRow,
|
|
3204
|
+
col: string,
|
|
3205
|
+
val: string,
|
|
3206
|
+
old: string,
|
|
3207
|
+
): string | null | undefined | void;
|
|
3208
|
+
OnChangeWinScroll(
|
|
3209
|
+
grid: TGrid,
|
|
3210
|
+
clear: boolean | number,
|
|
3211
|
+
): boolean | number | null | undefined | void;
|
|
3212
|
+
OnCheckDependencies(grid: TGrid, Dependency: any): boolean | number | null | undefined | void;
|
|
3213
|
+
OnCheckGantt(grid: TGrid, row: TRow, col: string, newval: string): any | null | undefined | void;
|
|
3214
|
+
OnClearChooseCells(
|
|
3215
|
+
grid: TGrid,
|
|
3216
|
+
row: TRow,
|
|
3217
|
+
col: string,
|
|
3218
|
+
selection: number,
|
|
3219
|
+
input: any,
|
|
3220
|
+
replace: number,
|
|
3221
|
+
): number[] | null | undefined | void;
|
|
3222
|
+
OnClearRow(grid: TGrid, row: TRow, col: string): null | undefined | void;
|
|
3223
|
+
OnClick(
|
|
3224
|
+
grid: TGrid,
|
|
3225
|
+
row: TRow,
|
|
3226
|
+
col: string,
|
|
3227
|
+
x: number,
|
|
3228
|
+
y: number,
|
|
3229
|
+
event: Event,
|
|
3230
|
+
): boolean | number | null | undefined | void;
|
|
3231
|
+
OnClickPagerPage(
|
|
3232
|
+
Grid: TGrid,
|
|
3233
|
+
Pager: any,
|
|
3234
|
+
Page: any,
|
|
3235
|
+
Page2: any,
|
|
3236
|
+
Active: boolean | number,
|
|
3237
|
+
): boolean | number | null | undefined | void;
|
|
3238
|
+
OnCloseMenu(
|
|
3239
|
+
grid: TGrid,
|
|
3240
|
+
Menu: TMenu,
|
|
3241
|
+
source: any,
|
|
3242
|
+
options: any,
|
|
3243
|
+
saved: boolean | number,
|
|
3244
|
+
): null | undefined | void;
|
|
3245
|
+
OnColDelete(grid: TGrid, col: string): null | undefined | void;
|
|
3246
|
+
OnColIndex(grid: TGrid, values: string[]): boolean | number | null | undefined | void;
|
|
3247
|
+
OnColMove(grid: TGrid, col: string, copy: string): null | undefined | void;
|
|
3248
|
+
OnColPageAdded(grid: TGrid, pos: number): null | undefined | void;
|
|
3249
|
+
OnColResize(grid: TGrid, col: string): null | undefined | void;
|
|
3250
|
+
OnColShow(
|
|
3251
|
+
grid: TGrid,
|
|
3252
|
+
col: string,
|
|
3253
|
+
hide: boolean | number,
|
|
3254
|
+
): boolean | number | null | undefined | void;
|
|
3255
|
+
OnColUndelete(grid: TGrid, col: string): null | undefined | void;
|
|
3256
|
+
OnColsAdd(
|
|
3257
|
+
grid: TGrid,
|
|
3258
|
+
cols: string[],
|
|
3259
|
+
tocol: string,
|
|
3260
|
+
right: boolean | number,
|
|
3261
|
+
empty: boolean | number,
|
|
3262
|
+
): boolean | number | null | undefined | void;
|
|
3263
|
+
OnColumnsChanged(
|
|
3264
|
+
grid: TGrid,
|
|
3265
|
+
cols: boolean | number[],
|
|
3266
|
+
count: number,
|
|
3267
|
+
): boolean | number | null | undefined | void;
|
|
3268
|
+
OnColumnsFinish(grid: TGrid, Menu: TMenu): boolean | number | null | undefined | void;
|
|
3269
|
+
OnContextMenu(
|
|
3270
|
+
grid: TGrid,
|
|
3271
|
+
row: TRow,
|
|
3272
|
+
col: string,
|
|
3273
|
+
result: string,
|
|
3274
|
+
): boolean | number | null | undefined | void;
|
|
3275
|
+
OnCopy(grid: TGrid, txt: string): string | null | undefined | void;
|
|
3276
|
+
OnCopyStart(grid: TGrid): boolean | number | null | undefined | void;
|
|
3277
|
+
OnCorrectDependencies(
|
|
3278
|
+
grid: TGrid,
|
|
3279
|
+
A: any,
|
|
3280
|
+
R: TRow[],
|
|
3281
|
+
error: boolean | number,
|
|
3282
|
+
row: TRow,
|
|
3283
|
+
col: string,
|
|
3284
|
+
slack: boolean | number,
|
|
3285
|
+
): boolean | number | null | undefined | void;
|
|
3286
|
+
OnCorrectDependenciesFinish(
|
|
3287
|
+
grid: TGrid,
|
|
3288
|
+
A: any,
|
|
3289
|
+
deperr: boolean | number,
|
|
3290
|
+
consterr: boolean | number,
|
|
3291
|
+
): boolean | number | null | undefined | void;
|
|
3292
|
+
OnCorrectDependenciesStart(grid: TGrid, A: any): boolean | number | null | undefined | void;
|
|
3293
|
+
OnCreateCPage(grid: TGrid, row: TRow): null | undefined | void;
|
|
3294
|
+
OnCreateCfg(grid: TGrid): boolean | number | null | undefined | void;
|
|
3295
|
+
OnCreateGroup(grid: TGrid, group: TRow, col: string, val: string): null | undefined | void;
|
|
3296
|
+
OnCreateMenu(
|
|
3297
|
+
grid: TGrid,
|
|
3298
|
+
Menu: TMenu,
|
|
3299
|
+
source: any,
|
|
3300
|
+
options: any,
|
|
3301
|
+
): boolean | number | null | undefined | void;
|
|
3302
|
+
OnCustomAjax(
|
|
3303
|
+
grid: TGrid,
|
|
3304
|
+
source: any,
|
|
3305
|
+
data: string,
|
|
3306
|
+
Func: Function,
|
|
3307
|
+
): boolean | number | null | undefined | void;
|
|
3308
|
+
OnCustomEndEdit(
|
|
3309
|
+
grid: TGrid,
|
|
3310
|
+
row: TRow,
|
|
3311
|
+
col: string,
|
|
3312
|
+
save: boolean | number,
|
|
3313
|
+
custom: any,
|
|
3314
|
+
): string | null | undefined | void;
|
|
3315
|
+
OnCustomStartEdit(
|
|
3316
|
+
grid: TGrid,
|
|
3317
|
+
row: TRow,
|
|
3318
|
+
col: string,
|
|
3319
|
+
val: string,
|
|
3320
|
+
cell: HTMLElement,
|
|
3321
|
+
width: number,
|
|
3322
|
+
): any | null | undefined | void;
|
|
3323
|
+
OnDataError(
|
|
3324
|
+
grid: TGrid,
|
|
3325
|
+
source: any,
|
|
3326
|
+
result: number,
|
|
3327
|
+
message: string,
|
|
3328
|
+
data: string,
|
|
3329
|
+
): null | undefined | void;
|
|
3330
|
+
OnDataGet(grid: TGrid, source: any, data: string, IO: any): string | null | undefined | void;
|
|
3331
|
+
OnDataParse(grid: TGrid, source: any, data: string): string | null | undefined | void;
|
|
3332
|
+
OnDataReceive(grid: TGrid, source: any): null | undefined | void;
|
|
3333
|
+
OnDataSend(grid: TGrid, source: any, data: string, Func: Function): any | null | undefined | void;
|
|
3334
|
+
OnDatesClose(grid: TGrid, dates: TGrid, saved: boolean | number): null | undefined | void;
|
|
3335
|
+
OnDblClick(
|
|
3336
|
+
grid: TGrid,
|
|
3337
|
+
row: TRow,
|
|
3338
|
+
col: string,
|
|
3339
|
+
x: number,
|
|
3340
|
+
y: number,
|
|
3341
|
+
event: Event,
|
|
3342
|
+
): boolean | number | null | undefined | void;
|
|
3343
|
+
OnDebug(grid: TGrid, level: number, arguments: any[]): boolean | number | null | undefined | void;
|
|
3344
|
+
OnDeleteAll(grid: TGrid, type: number): boolean | number | null | undefined | void;
|
|
3345
|
+
OnDisable(grid: TGrid): null | undefined | void;
|
|
3346
|
+
OnDisplaceRow(grid: TGrid, row: TRow, col: string): null | undefined | void;
|
|
3347
|
+
OnDisplayRow(grid: TGrid, row: TRow): null | undefined | void;
|
|
3348
|
+
OnDownloadPage(
|
|
3349
|
+
grid: TGrid,
|
|
3350
|
+
row: TRow,
|
|
3351
|
+
func: Function,
|
|
3352
|
+
): boolean | number | null | undefined | void;
|
|
3353
|
+
OnDragGantt(
|
|
3354
|
+
grid: TGrid,
|
|
3355
|
+
row: TRow,
|
|
3356
|
+
col: string,
|
|
3357
|
+
name: string,
|
|
3358
|
+
start: number,
|
|
3359
|
+
end: number,
|
|
3360
|
+
oldstart: number,
|
|
3361
|
+
oldend: number,
|
|
3362
|
+
dir: number,
|
|
3363
|
+
XY: any,
|
|
3364
|
+
keyprefix: string,
|
|
3365
|
+
clientX: number,
|
|
3366
|
+
clientY: number,
|
|
3367
|
+
): number | null | undefined | void;
|
|
3368
|
+
OnDragGanttDependency(
|
|
3369
|
+
grid: TGrid,
|
|
3370
|
+
row: TRow,
|
|
3371
|
+
col: string,
|
|
3372
|
+
XYSrc: any,
|
|
3373
|
+
torow: TRow,
|
|
3374
|
+
XYDest: any,
|
|
3375
|
+
end: boolean | number,
|
|
3376
|
+
keyprefix: string,
|
|
3377
|
+
clientX: number,
|
|
3378
|
+
clientY: number,
|
|
3379
|
+
): any | null | undefined | void;
|
|
3380
|
+
OnDragGanttRun(
|
|
3381
|
+
grid: TGrid,
|
|
3382
|
+
row: TRow,
|
|
3383
|
+
col: string,
|
|
3384
|
+
index: number,
|
|
3385
|
+
newValue: number,
|
|
3386
|
+
old: number,
|
|
3387
|
+
change: number,
|
|
3388
|
+
dir: number,
|
|
3389
|
+
start: boolean | number,
|
|
3390
|
+
XY: any,
|
|
3391
|
+
keyprefix: string,
|
|
3392
|
+
clientX: number,
|
|
3393
|
+
clientY: number,
|
|
3394
|
+
): number | null | undefined | void;
|
|
3395
|
+
OnDropCols(
|
|
3396
|
+
grid: TGrid,
|
|
3397
|
+
row: TRow,
|
|
3398
|
+
col: string,
|
|
3399
|
+
value: string,
|
|
3400
|
+
togrid: TGrid,
|
|
3401
|
+
torow: TRow,
|
|
3402
|
+
tocol: string,
|
|
3403
|
+
topos: number,
|
|
3404
|
+
drop: boolean | number,
|
|
3405
|
+
): number | null | undefined | void;
|
|
3406
|
+
OnDropFile(
|
|
3407
|
+
grid: TGrid,
|
|
3408
|
+
row: TRow,
|
|
3409
|
+
col: string,
|
|
3410
|
+
files: any,
|
|
3411
|
+
): boolean | number | null | undefined | void;
|
|
3412
|
+
OnDropFileError(
|
|
3413
|
+
grid: TGrid,
|
|
3414
|
+
row: TRow,
|
|
3415
|
+
col: string,
|
|
3416
|
+
files: any,
|
|
3417
|
+
): boolean | number | null | undefined | void;
|
|
3418
|
+
OnEditAttrs(
|
|
3419
|
+
grid: TGrid,
|
|
3420
|
+
row: TRow,
|
|
3421
|
+
col: string,
|
|
3422
|
+
value: any,
|
|
3423
|
+
oldvalue: any,
|
|
3424
|
+
attrvalues: any[],
|
|
3425
|
+
attrnames: string[],
|
|
3426
|
+
errors: any,
|
|
3427
|
+
): any | null | undefined | void;
|
|
3428
|
+
OnEditErrors(grid: TGrid, errors: any): boolean | number | null | undefined | void;
|
|
3429
|
+
OnEmptyCol(grid: TGrid, col: string): boolean | number | null | undefined | void;
|
|
3430
|
+
OnEmptyRow(grid: TGrid, row: TRow): boolean | number | null | undefined | void;
|
|
3431
|
+
OnEnable(grid: TGrid): null | undefined | void;
|
|
3432
|
+
OnEndDrag(
|
|
3433
|
+
grid: TGrid,
|
|
3434
|
+
row: TRow,
|
|
3435
|
+
togrid: TGrid,
|
|
3436
|
+
torow: TRow,
|
|
3437
|
+
type: number,
|
|
3438
|
+
X: number,
|
|
3439
|
+
Y: number,
|
|
3440
|
+
copy: boolean | number,
|
|
3441
|
+
rows: TRow[],
|
|
3442
|
+
): number | null | undefined | void;
|
|
3443
|
+
OnEndDragCell(
|
|
3444
|
+
grid: TGrid,
|
|
3445
|
+
row: TRow,
|
|
3446
|
+
col: string,
|
|
3447
|
+
togrid: TGrid,
|
|
3448
|
+
torow: TRow,
|
|
3449
|
+
tocol: string,
|
|
3450
|
+
X: number,
|
|
3451
|
+
Y: number,
|
|
3452
|
+
): null | undefined | void;
|
|
3453
|
+
OnEndDragGantt(
|
|
3454
|
+
grid: TGrid,
|
|
3455
|
+
row: TRow,
|
|
3456
|
+
col: string,
|
|
3457
|
+
name: string,
|
|
3458
|
+
start: number,
|
|
3459
|
+
end: number,
|
|
3460
|
+
oldstart: number,
|
|
3461
|
+
oldend: number,
|
|
3462
|
+
dir: number,
|
|
3463
|
+
XY: any,
|
|
3464
|
+
keyprefix: string,
|
|
3465
|
+
clientX: number,
|
|
3466
|
+
clientY: number,
|
|
3467
|
+
): boolean | number | null | undefined | void;
|
|
3468
|
+
OnEndDragGanttDependency(
|
|
3469
|
+
grid: TGrid,
|
|
3470
|
+
New: any,
|
|
3471
|
+
Old: any,
|
|
3472
|
+
): boolean | number | null | undefined | void;
|
|
3473
|
+
OnEndDragGanttRange(
|
|
3474
|
+
grid: TGrid,
|
|
3475
|
+
d1: number,
|
|
3476
|
+
d2: number,
|
|
3477
|
+
action: string,
|
|
3478
|
+
): string | null | undefined | void;
|
|
3479
|
+
OnEndDragGanttRun(
|
|
3480
|
+
grid: TGrid,
|
|
3481
|
+
row: TRow,
|
|
3482
|
+
col: string,
|
|
3483
|
+
index: number,
|
|
3484
|
+
run: any,
|
|
3485
|
+
type: number,
|
|
3486
|
+
dir: number,
|
|
3487
|
+
XY: any,
|
|
3488
|
+
keyprefix: string,
|
|
3489
|
+
clientX: number,
|
|
3490
|
+
clientY: number,
|
|
3491
|
+
): boolean | number | null | undefined | void;
|
|
3492
|
+
OnEndEdit(
|
|
3493
|
+
grid: TGrid,
|
|
3494
|
+
row: TRow,
|
|
3495
|
+
col: string,
|
|
3496
|
+
save: boolean | number,
|
|
3497
|
+
val: any,
|
|
3498
|
+
raw: string,
|
|
3499
|
+
): any | null | undefined | void;
|
|
3500
|
+
OnEndedDrag(
|
|
3501
|
+
grid: TGrid,
|
|
3502
|
+
row: TRow,
|
|
3503
|
+
togrid: TGrid,
|
|
3504
|
+
torow: TRow,
|
|
3505
|
+
type: number,
|
|
3506
|
+
X: number,
|
|
3507
|
+
Y: number,
|
|
3508
|
+
copy: boolean | number,
|
|
3509
|
+
rows: TRow[],
|
|
3510
|
+
): null | undefined | void;
|
|
3511
|
+
OnExpand(grid: TGrid, row: TRow): boolean | number | null | undefined | void;
|
|
3512
|
+
OnExpandAllFinish(grid: TGrid, cancelled: boolean | number): null | undefined | void;
|
|
3513
|
+
OnExport(grid: TGrid, data: string, type: boolean | number): any;
|
|
3514
|
+
OnExportCell(
|
|
3515
|
+
grid: TGrid,
|
|
3516
|
+
row: TRow,
|
|
3517
|
+
col: string,
|
|
3518
|
+
exrow: any,
|
|
3519
|
+
excol: string,
|
|
3520
|
+
): null | undefined | void;
|
|
3521
|
+
OnExportCol(grid: TGrid, column: TCol, excolumn: any): null | undefined | void;
|
|
3522
|
+
OnExportInit(
|
|
3523
|
+
grid: TGrid,
|
|
3524
|
+
Cols: string[],
|
|
3525
|
+
Rows: string[],
|
|
3526
|
+
source: any,
|
|
3527
|
+
): boolean | number | null | undefined | void;
|
|
3528
|
+
OnExportRow(grid: TGrid, row: TRow, exrow: any): null | undefined | void;
|
|
3529
|
+
OnExportStart(grid: TGrid, pdf: boolean | number): boolean | number | null | undefined | void;
|
|
3530
|
+
OnFilter(grid: TGrid, type: number): boolean | number | null | undefined | void;
|
|
3531
|
+
OnFilterFinish(grid: TGrid, type: number): null | undefined | void;
|
|
3532
|
+
OnFindType(
|
|
3533
|
+
grid: TGrid,
|
|
3534
|
+
row: TRow,
|
|
3535
|
+
col: string,
|
|
3536
|
+
type: string,
|
|
3537
|
+
val: any,
|
|
3538
|
+
calc: boolean | number,
|
|
3539
|
+
): string | null | undefined | void;
|
|
3540
|
+
OnFocus(
|
|
3541
|
+
grid: TGrid,
|
|
3542
|
+
row: TRow,
|
|
3543
|
+
col: string,
|
|
3544
|
+
orow: TRow,
|
|
3545
|
+
ocol: string,
|
|
3546
|
+
pagepos: number,
|
|
3547
|
+
rect: any[],
|
|
3548
|
+
orect: any[],
|
|
3549
|
+
): null | undefined | void;
|
|
3550
|
+
OnFormula(
|
|
3551
|
+
grid: TGrid,
|
|
3552
|
+
row: TRow,
|
|
3553
|
+
col: string,
|
|
3554
|
+
value: any,
|
|
3555
|
+
oldvalue: any,
|
|
3556
|
+
formula: string,
|
|
3557
|
+
errors: any,
|
|
3558
|
+
): any | null | undefined | void;
|
|
3559
|
+
OnGanttChange(
|
|
3560
|
+
grid: TGrid,
|
|
3561
|
+
row: TRow,
|
|
3562
|
+
col: string,
|
|
3563
|
+
item: string,
|
|
3564
|
+
val: any,
|
|
3565
|
+
val2: any,
|
|
3566
|
+
): boolean | number | null | undefined | void;
|
|
3567
|
+
OnGanttChanged(
|
|
3568
|
+
grid: TGrid,
|
|
3569
|
+
row: TRow,
|
|
3570
|
+
col: string,
|
|
3571
|
+
item: string,
|
|
3572
|
+
val: any,
|
|
3573
|
+
val2: any,
|
|
3574
|
+
): null | undefined | void;
|
|
3575
|
+
OnGanttDragTip(
|
|
3576
|
+
grid: TGrid,
|
|
3577
|
+
row: TRow,
|
|
3578
|
+
col: string,
|
|
3579
|
+
tip: string,
|
|
3580
|
+
XY: any,
|
|
3581
|
+
dir: number,
|
|
3582
|
+
start: number,
|
|
3583
|
+
end: number,
|
|
3584
|
+
duration: number,
|
|
3585
|
+
x: number,
|
|
3586
|
+
y: number,
|
|
3587
|
+
): string | null | undefined | void;
|
|
3588
|
+
OnGanttEdit(grid: TGrid, row: TRow, col: string, edit: string): string | null | undefined | void;
|
|
3589
|
+
OnGanttFlagMove(
|
|
3590
|
+
grid: TGrid,
|
|
3591
|
+
row: TRow,
|
|
3592
|
+
col: string,
|
|
3593
|
+
index: number,
|
|
3594
|
+
date: number,
|
|
3595
|
+
togrid: TGrid,
|
|
3596
|
+
torow: TRow,
|
|
3597
|
+
tocol: string,
|
|
3598
|
+
toindex: number,
|
|
3599
|
+
todate: number,
|
|
3600
|
+
): boolean | number | null | undefined | void;
|
|
3601
|
+
OnGanttFlagMoved(
|
|
3602
|
+
grid: TGrid,
|
|
3603
|
+
row: TRow,
|
|
3604
|
+
col: string,
|
|
3605
|
+
index: number,
|
|
3606
|
+
date: number,
|
|
3607
|
+
togrid: TGrid,
|
|
3608
|
+
torow: TRow,
|
|
3609
|
+
tocol: string,
|
|
3610
|
+
toindex: number,
|
|
3611
|
+
todate: number,
|
|
3612
|
+
): null | undefined | void;
|
|
3613
|
+
OnGanttLineChange(
|
|
3614
|
+
grid: TGrid,
|
|
3615
|
+
index: number,
|
|
3616
|
+
date1: number,
|
|
3617
|
+
date2: number,
|
|
3618
|
+
classArg: string,
|
|
3619
|
+
edit: boolean | number,
|
|
3620
|
+
odate1: number,
|
|
3621
|
+
odate2: number,
|
|
3622
|
+
oclass: string,
|
|
3623
|
+
oedit: boolean | number,
|
|
3624
|
+
): boolean | number | null | undefined | void;
|
|
3625
|
+
OnGanttLineChanged(
|
|
3626
|
+
grid: TGrid,
|
|
3627
|
+
index: number,
|
|
3628
|
+
date1: number,
|
|
3629
|
+
date2: number,
|
|
3630
|
+
classArg: string,
|
|
3631
|
+
edit: boolean | number,
|
|
3632
|
+
odate1: number,
|
|
3633
|
+
odate2: number,
|
|
3634
|
+
oclass: string,
|
|
3635
|
+
oedit: boolean | number,
|
|
3636
|
+
): null | undefined | void;
|
|
3637
|
+
OnGanttMainChange(
|
|
3638
|
+
row: TRow,
|
|
3639
|
+
col: string,
|
|
3640
|
+
plan: number,
|
|
3641
|
+
newValue: any,
|
|
3642
|
+
old: any,
|
|
3643
|
+
action: string,
|
|
3644
|
+
): any | null | undefined | void;
|
|
3645
|
+
OnGanttMainChanged(
|
|
3646
|
+
row: TRow,
|
|
3647
|
+
col: string,
|
|
3648
|
+
plan: number,
|
|
3649
|
+
newValue: any,
|
|
3650
|
+
old: any,
|
|
3651
|
+
action: string,
|
|
3652
|
+
): null | undefined | void;
|
|
3653
|
+
OnGanttMenu(
|
|
3654
|
+
grid: TGrid,
|
|
3655
|
+
row: TRow,
|
|
3656
|
+
col: string,
|
|
3657
|
+
Menu: TMenu,
|
|
3658
|
+
GanttXY: any,
|
|
3659
|
+
): boolean | number | null | undefined | void;
|
|
3660
|
+
OnGanttMenuClick(
|
|
3661
|
+
grid: TGrid,
|
|
3662
|
+
row: TRow,
|
|
3663
|
+
col: string,
|
|
3664
|
+
name: string,
|
|
3665
|
+
Item: TMenuItem,
|
|
3666
|
+
GanttXY: any,
|
|
3667
|
+
): boolean | number | null | undefined | void;
|
|
3668
|
+
OnGanttPage(
|
|
3669
|
+
grid: TGrid,
|
|
3670
|
+
col: string,
|
|
3671
|
+
left: number,
|
|
3672
|
+
width: number,
|
|
3673
|
+
dragrow: TRow,
|
|
3674
|
+
dragrun: any,
|
|
3675
|
+
): boolean | number | null | undefined | void;
|
|
3676
|
+
OnGanttRunBoxChanged(grid: TGrid, box: any, old: any): boolean | number | null | undefined | void;
|
|
3677
|
+
OnGanttRunBoxNew(grid: TGrid, box: any): boolean | number | null | undefined | void;
|
|
3678
|
+
OnGanttRunContainerChange(
|
|
3679
|
+
grid: TGrid,
|
|
3680
|
+
row: TRow,
|
|
3681
|
+
col: string,
|
|
3682
|
+
run: any,
|
|
3683
|
+
index: number,
|
|
3684
|
+
newcontainer: string[],
|
|
3685
|
+
oldcontainer: string[],
|
|
3686
|
+
source: TRow,
|
|
3687
|
+
): boolean | number | null | undefined | void;
|
|
3688
|
+
OnGanttRunDrop(
|
|
3689
|
+
grid: TGrid,
|
|
3690
|
+
row: TRow,
|
|
3691
|
+
col: string,
|
|
3692
|
+
drop: boolean | number,
|
|
3693
|
+
src: any,
|
|
3694
|
+
index: number,
|
|
3695
|
+
keyprefix: string,
|
|
3696
|
+
x: number,
|
|
3697
|
+
y: number,
|
|
3698
|
+
togrid: TGrid,
|
|
3699
|
+
torow: TRow,
|
|
3700
|
+
tocol: string,
|
|
3701
|
+
cellx: number,
|
|
3702
|
+
accept: boolean | number,
|
|
3703
|
+
celly: number,
|
|
3704
|
+
containers: string[],
|
|
3705
|
+
): number | null | undefined | void;
|
|
3706
|
+
OnGanttRunSelect(
|
|
3707
|
+
grid: TGrid,
|
|
3708
|
+
row: TRow,
|
|
3709
|
+
col: string,
|
|
3710
|
+
run: any,
|
|
3711
|
+
index: number,
|
|
3712
|
+
select: boolean | number,
|
|
3713
|
+
source: any,
|
|
3714
|
+
): boolean | number | null | undefined | void;
|
|
3715
|
+
OnGanttSlack(
|
|
3716
|
+
grid: TGrid,
|
|
3717
|
+
row: TRow,
|
|
3718
|
+
col: string,
|
|
3719
|
+
bar: string,
|
|
3720
|
+
value: number,
|
|
3721
|
+
old: number,
|
|
3722
|
+
show: boolean | number,
|
|
3723
|
+
): number | null | undefined | void;
|
|
3724
|
+
OnGanttStart(grid: TGrid): boolean | number | null | undefined | void;
|
|
3725
|
+
OnGanttTip(
|
|
3726
|
+
grid: TGrid,
|
|
3727
|
+
row: TRow,
|
|
3728
|
+
col: string,
|
|
3729
|
+
tip: string,
|
|
3730
|
+
XY: any,
|
|
3731
|
+
name: string,
|
|
3732
|
+
): string | null | undefined | void;
|
|
3733
|
+
OnGenerateId(grid: TGrid, row: TRow, newid: string): string | null | undefined | void;
|
|
3734
|
+
OnGetAvailability(
|
|
3735
|
+
grid: TGrid,
|
|
3736
|
+
row: TRow,
|
|
3737
|
+
col: string,
|
|
3738
|
+
value: number,
|
|
3739
|
+
src: string,
|
|
3740
|
+
Values: any[],
|
|
3741
|
+
start: number,
|
|
3742
|
+
end: number,
|
|
3743
|
+
min: number,
|
|
3744
|
+
max: number,
|
|
3745
|
+
group: string,
|
|
3746
|
+
): boolean | number | null | undefined | void;
|
|
3747
|
+
OnGetAvailabilityClass(
|
|
3748
|
+
grid: TGrid,
|
|
3749
|
+
row: TRow,
|
|
3750
|
+
col: string,
|
|
3751
|
+
value: number,
|
|
3752
|
+
src: string,
|
|
3753
|
+
cls: string,
|
|
3754
|
+
group: string,
|
|
3755
|
+
): string | null | undefined | void;
|
|
3756
|
+
OnGetBorder(
|
|
3757
|
+
grid: TGrid,
|
|
3758
|
+
row: TRow,
|
|
3759
|
+
col: string,
|
|
3760
|
+
border: any[],
|
|
3761
|
+
edge: number,
|
|
3762
|
+
): any[] | null | undefined | void;
|
|
3763
|
+
OnGetButtonList(
|
|
3764
|
+
grid: TGrid,
|
|
3765
|
+
row: TRow,
|
|
3766
|
+
col: string,
|
|
3767
|
+
list: string,
|
|
3768
|
+
): string | null | undefined | void;
|
|
3769
|
+
OnGetCalendarDate(
|
|
3770
|
+
grid: TGrid,
|
|
3771
|
+
row: TRow,
|
|
3772
|
+
col: string,
|
|
3773
|
+
date: Date,
|
|
3774
|
+
text: string,
|
|
3775
|
+
classes: string[],
|
|
3776
|
+
range: boolean | number,
|
|
3777
|
+
): string | null | undefined | void;
|
|
3778
|
+
OnGetCellStyle(
|
|
3779
|
+
grid: TGrid,
|
|
3780
|
+
row: TRow,
|
|
3781
|
+
col: string,
|
|
3782
|
+
attr: string,
|
|
3783
|
+
value: any,
|
|
3784
|
+
): any | null | undefined | void;
|
|
3785
|
+
OnGetClass(grid: TGrid, row: TRow, col: string, cls: string): string | null | undefined | void;
|
|
3786
|
+
OnGetColor(
|
|
3787
|
+
grid: TGrid,
|
|
3788
|
+
row: TRow,
|
|
3789
|
+
col: string,
|
|
3790
|
+
r: number,
|
|
3791
|
+
g: number,
|
|
3792
|
+
b: number,
|
|
3793
|
+
): string | null | undefined | void;
|
|
3794
|
+
OnGetCopyValue(grid: TGrid, row: TRow, col: string, val: any): any | null | undefined | void;
|
|
3795
|
+
OnGetDefaultColor(
|
|
3796
|
+
grid: TGrid,
|
|
3797
|
+
row: TRow,
|
|
3798
|
+
col: string,
|
|
3799
|
+
r: number,
|
|
3800
|
+
g: number,
|
|
3801
|
+
b: number,
|
|
3802
|
+
): number | null | undefined | void;
|
|
3803
|
+
OnGetDefaults(
|
|
3804
|
+
grid: TGrid,
|
|
3805
|
+
row: TRow,
|
|
3806
|
+
col: string,
|
|
3807
|
+
defaults: string,
|
|
3808
|
+
): string | null | undefined | void;
|
|
3809
|
+
OnGetDependency(
|
|
3810
|
+
grid: TGrid,
|
|
3811
|
+
row: TRow,
|
|
3812
|
+
col: string,
|
|
3813
|
+
dep: any[],
|
|
3814
|
+
start: number,
|
|
3815
|
+
end: number,
|
|
3816
|
+
dur: number,
|
|
3817
|
+
): null | undefined | void;
|
|
3818
|
+
OnGetEditEnum(
|
|
3819
|
+
grid: TGrid,
|
|
3820
|
+
row: TRow,
|
|
3821
|
+
col: string,
|
|
3822
|
+
editenum: string,
|
|
3823
|
+
): string | null | undefined | void;
|
|
3824
|
+
OnGetEnum(
|
|
3825
|
+
grid: TGrid,
|
|
3826
|
+
row: TRow,
|
|
3827
|
+
col: string,
|
|
3828
|
+
enumeration: string,
|
|
3829
|
+
): string | null | undefined | void;
|
|
3830
|
+
OnGetEnumKeys(
|
|
3831
|
+
grid: TGrid,
|
|
3832
|
+
row: TRow,
|
|
3833
|
+
col: string,
|
|
3834
|
+
enumkeys: string,
|
|
3835
|
+
): string | null | undefined | void;
|
|
3836
|
+
OnGetEnumMenu(
|
|
3837
|
+
grid: TGrid,
|
|
3838
|
+
row: TRow,
|
|
3839
|
+
col: string,
|
|
3840
|
+
enummenu: string,
|
|
3841
|
+
): string | null | undefined | void;
|
|
3842
|
+
OnGetExportValue(
|
|
3843
|
+
grid: TGrid,
|
|
3844
|
+
row: TRow,
|
|
3845
|
+
col: string,
|
|
3846
|
+
str: string,
|
|
3847
|
+
format: string,
|
|
3848
|
+
): string | null | undefined | void;
|
|
3849
|
+
OnGetFilterValue(grid: TGrid, row: TRow, col: string, val: any): any | null | undefined | void;
|
|
3850
|
+
OnGetFilterValue(grid: TGrid, row: TRow, col: string, val: any): string | null | undefined | void;
|
|
3851
|
+
OnGetFormat(
|
|
3852
|
+
grid: TGrid,
|
|
3853
|
+
row: TRow,
|
|
3854
|
+
col: string,
|
|
3855
|
+
format: string,
|
|
3856
|
+
edit: boolean | number,
|
|
3857
|
+
): string | null | undefined | void;
|
|
3858
|
+
OnGetGanttFlagIcon(
|
|
3859
|
+
grid: TGrid,
|
|
3860
|
+
row: TRow,
|
|
3861
|
+
col: string,
|
|
3862
|
+
index: number,
|
|
3863
|
+
icon: string,
|
|
3864
|
+
): string | null | undefined | void;
|
|
3865
|
+
OnGetGanttFlagIconHover(
|
|
3866
|
+
grid: TGrid,
|
|
3867
|
+
row: TRow,
|
|
3868
|
+
col: string,
|
|
3869
|
+
index: number,
|
|
3870
|
+
icon: string,
|
|
3871
|
+
): string | null | undefined | void;
|
|
3872
|
+
OnGetGanttFlagText(
|
|
3873
|
+
grid: TGrid,
|
|
3874
|
+
row: TRow,
|
|
3875
|
+
col: string,
|
|
3876
|
+
index: number,
|
|
3877
|
+
text: string,
|
|
3878
|
+
exp: boolean | number,
|
|
3879
|
+
): string | null | undefined | void;
|
|
3880
|
+
OnGetGanttFlowHtml(
|
|
3881
|
+
grid: TGrid,
|
|
3882
|
+
row: TRow,
|
|
3883
|
+
col: string,
|
|
3884
|
+
index: number,
|
|
3885
|
+
width: number,
|
|
3886
|
+
comp: number,
|
|
3887
|
+
crit: number,
|
|
3888
|
+
): string | null | undefined | void;
|
|
3889
|
+
OnGetGanttFormat(
|
|
3890
|
+
grid: TGrid,
|
|
3891
|
+
row: TRow,
|
|
3892
|
+
col: string,
|
|
3893
|
+
text: string,
|
|
3894
|
+
): string | null | undefined | void;
|
|
3895
|
+
OnGetGanttHeader(
|
|
3896
|
+
grid: TGrid,
|
|
3897
|
+
val: string,
|
|
3898
|
+
index: number,
|
|
3899
|
+
date: number,
|
|
3900
|
+
nextdate: number,
|
|
3901
|
+
units: string,
|
|
3902
|
+
width: number,
|
|
3903
|
+
partial: number,
|
|
3904
|
+
col: string,
|
|
3905
|
+
): string | null | undefined | void;
|
|
3906
|
+
OnGetGanttHtml(
|
|
3907
|
+
grid: TGrid,
|
|
3908
|
+
row: TRow,
|
|
3909
|
+
col: string,
|
|
3910
|
+
width: number,
|
|
3911
|
+
comp: number,
|
|
3912
|
+
crit: number,
|
|
3913
|
+
plan: number,
|
|
3914
|
+
index: number,
|
|
3915
|
+
txt: string,
|
|
3916
|
+
left: number,
|
|
3917
|
+
maxwidth: number,
|
|
3918
|
+
cls: string[],
|
|
3919
|
+
exp: boolean | number,
|
|
3920
|
+
): string | null | undefined | void;
|
|
3921
|
+
OnGetGanttMenu(
|
|
3922
|
+
grid: TGrid,
|
|
3923
|
+
row: TRow,
|
|
3924
|
+
col: string,
|
|
3925
|
+
menu: string,
|
|
3926
|
+
GanttXY: any,
|
|
3927
|
+
): string | null | undefined | void;
|
|
3928
|
+
OnGetGanttRunClass(
|
|
3929
|
+
grid: TGrid,
|
|
3930
|
+
row: TRow,
|
|
3931
|
+
col: string,
|
|
3932
|
+
run: any,
|
|
3933
|
+
index: number,
|
|
3934
|
+
cls: string,
|
|
3935
|
+
): string | null | undefined | void;
|
|
3936
|
+
OnGetGanttRunContainer(
|
|
3937
|
+
grid: TGrid,
|
|
3938
|
+
row: TRow,
|
|
3939
|
+
col: string,
|
|
3940
|
+
run: any,
|
|
3941
|
+
id: string,
|
|
3942
|
+
Rect: number[],
|
|
3943
|
+
classArg: string,
|
|
3944
|
+
first: number,
|
|
3945
|
+
last: number,
|
|
3946
|
+
type: number,
|
|
3947
|
+
text: string,
|
|
3948
|
+
): any | null | undefined | void;
|
|
3949
|
+
OnGetGanttRunRect(
|
|
3950
|
+
grid: TGrid,
|
|
3951
|
+
row: TRow,
|
|
3952
|
+
col: string,
|
|
3953
|
+
run: any,
|
|
3954
|
+
index: number,
|
|
3955
|
+
Rect: number[],
|
|
3956
|
+
type: number,
|
|
3957
|
+
): null | undefined | void;
|
|
3958
|
+
OnGetGanttRunSideRect(
|
|
3959
|
+
grid: TGrid,
|
|
3960
|
+
row: TRow,
|
|
3961
|
+
col: string,
|
|
3962
|
+
run: any,
|
|
3963
|
+
index: number,
|
|
3964
|
+
Pos: number[],
|
|
3965
|
+
Rect: number[],
|
|
3966
|
+
side: number,
|
|
3967
|
+
exp: boolean | number,
|
|
3968
|
+
): null | undefined | void;
|
|
3969
|
+
OnGetGanttRunSideText(
|
|
3970
|
+
grid: TGrid,
|
|
3971
|
+
row: TRow,
|
|
3972
|
+
col: string,
|
|
3973
|
+
run: any,
|
|
3974
|
+
index: number,
|
|
3975
|
+
text: string,
|
|
3976
|
+
width: number,
|
|
3977
|
+
side: number,
|
|
3978
|
+
rect: number[],
|
|
3979
|
+
exp: boolean | number,
|
|
3980
|
+
): string | null | undefined | void;
|
|
3981
|
+
OnGetGanttRunText(
|
|
3982
|
+
grid: TGrid,
|
|
3983
|
+
row: TRow,
|
|
3984
|
+
col: string,
|
|
3985
|
+
run: any,
|
|
3986
|
+
index: number,
|
|
3987
|
+
text: string,
|
|
3988
|
+
width: number,
|
|
3989
|
+
left: number,
|
|
3990
|
+
maxwidth: number,
|
|
3991
|
+
cls: string[],
|
|
3992
|
+
exp: boolean | number,
|
|
3993
|
+
): string | null | undefined | void;
|
|
3994
|
+
OnGetGanttSideHtml(
|
|
3995
|
+
grid: TGrid,
|
|
3996
|
+
row: TRow,
|
|
3997
|
+
col: string,
|
|
3998
|
+
width: number,
|
|
3999
|
+
comp: number,
|
|
4000
|
+
crit: number,
|
|
4001
|
+
plan: number,
|
|
4002
|
+
index: number,
|
|
4003
|
+
txt: string,
|
|
4004
|
+
side: number,
|
|
4005
|
+
exp: boolean | number,
|
|
4006
|
+
): string | null | undefined | void;
|
|
4007
|
+
OnGetGroupDef(grid: TGrid, col: string, def: string): string | null | undefined | void;
|
|
4008
|
+
OnGetHtmlValue(grid: TGrid, row: TRow, col: string, val: any): any | null | undefined | void;
|
|
4009
|
+
OnGetHtmlValue(
|
|
4010
|
+
grid: TGrid,
|
|
4011
|
+
row: TRow,
|
|
4012
|
+
col: string,
|
|
4013
|
+
val: string,
|
|
4014
|
+
): string | null | undefined | void;
|
|
4015
|
+
OnGetInputValue(
|
|
4016
|
+
grid: TGrid,
|
|
4017
|
+
row: TRow,
|
|
4018
|
+
col: string,
|
|
4019
|
+
val: string,
|
|
4020
|
+
): string | null | undefined | void;
|
|
4021
|
+
OnGetMenu(grid: TGrid, row: TRow, col: string, menu: string): string | null | undefined | void;
|
|
4022
|
+
OnGetPageName(Grid: TGrid, Pager: any, Page: any, Name: string): string | null | undefined | void;
|
|
4023
|
+
OnGetPageNameValue(
|
|
4024
|
+
grid: TGrid,
|
|
4025
|
+
row: TRow,
|
|
4026
|
+
col: string,
|
|
4027
|
+
val: string,
|
|
4028
|
+
): string | null | undefined | void;
|
|
4029
|
+
OnGetPageNumber(grid: TGrid, number: number): string | null | undefined | void;
|
|
4030
|
+
OnGetPageTip(Grid: TGrid, Pager: any, Page: any, Tip: string): string | null | undefined | void;
|
|
4031
|
+
OnGetPagesCount(Grid: TGrid, Pager: any): number | null | undefined | void;
|
|
4032
|
+
OnGetPivotValue(grid: TGrid, row: TRow, col: string, val: any): string | null | undefined | void;
|
|
4033
|
+
OnGetResourceUsageRow(
|
|
4034
|
+
grid: TGrid,
|
|
4035
|
+
row: TRow,
|
|
4036
|
+
use: boolean | number,
|
|
4037
|
+
def: string,
|
|
4038
|
+
): any | null | undefined | void;
|
|
4039
|
+
OnGetRowText(
|
|
4040
|
+
grid: TGrid,
|
|
4041
|
+
row: TRow,
|
|
4042
|
+
cols: string[],
|
|
4043
|
+
txt: string,
|
|
4044
|
+
sel: boolean | number,
|
|
4045
|
+
): string | null | undefined | void;
|
|
4046
|
+
OnGetSortValue(
|
|
4047
|
+
grid: TGrid,
|
|
4048
|
+
row: TRow,
|
|
4049
|
+
col: string,
|
|
4050
|
+
val: any,
|
|
4051
|
+
desc: boolean | number,
|
|
4052
|
+
group: boolean | number,
|
|
4053
|
+
): string | null | undefined | void;
|
|
4054
|
+
OnGetSuggest(
|
|
4055
|
+
grid: TGrid,
|
|
4056
|
+
row: TRow,
|
|
4057
|
+
col: string,
|
|
4058
|
+
suggest: string,
|
|
4059
|
+
formula: boolean | number,
|
|
4060
|
+
): string | null | undefined | void;
|
|
4061
|
+
OnGetType(grid: TGrid, row: TRow, col: string, type: string): string | null | undefined | void;
|
|
4062
|
+
OnGetUniqueGanttRunContainer(
|
|
4063
|
+
grid: TGrid,
|
|
4064
|
+
row: TRow,
|
|
4065
|
+
col: string,
|
|
4066
|
+
container: string,
|
|
4067
|
+
): string | null | undefined | void;
|
|
4068
|
+
OnGoToPage(grid: TGrid, page: TRow, pagepos: number): boolean | number | null | undefined | void;
|
|
4069
|
+
OnGroup(grid: TGrid, Group: string): boolean | number | null | undefined | void;
|
|
4070
|
+
OnGroupFinish(grid: TGrid): null | undefined | void;
|
|
4071
|
+
OnHint(
|
|
4072
|
+
grid: TGrid,
|
|
4073
|
+
row: TRow,
|
|
4074
|
+
col: string,
|
|
4075
|
+
hint: string,
|
|
4076
|
+
reason: number,
|
|
4077
|
+
): string | null | undefined | void;
|
|
4078
|
+
OnIconClick(
|
|
4079
|
+
grid: TGrid,
|
|
4080
|
+
row: TRow,
|
|
4081
|
+
col: string,
|
|
4082
|
+
x: number,
|
|
4083
|
+
y: number,
|
|
4084
|
+
): boolean | number | null | undefined | void;
|
|
4085
|
+
OnImportCell(
|
|
4086
|
+
grid: TGrid,
|
|
4087
|
+
imrow: any,
|
|
4088
|
+
imcol: string,
|
|
4089
|
+
row: any,
|
|
4090
|
+
col: string,
|
|
4091
|
+
): null | undefined | void;
|
|
4092
|
+
OnImportCopyCell(
|
|
4093
|
+
grid: TGrid,
|
|
4094
|
+
srcrow: any,
|
|
4095
|
+
srccol: string,
|
|
4096
|
+
row: any,
|
|
4097
|
+
col: string,
|
|
4098
|
+
): null | undefined | void;
|
|
4099
|
+
OnImportData(grid: TGrid, file: any, type: number): boolean | number | null | undefined | void;
|
|
4100
|
+
OnImportDataError(
|
|
4101
|
+
grid: TGrid,
|
|
4102
|
+
error: any,
|
|
4103
|
+
file: any,
|
|
4104
|
+
buffer: any,
|
|
4105
|
+
): boolean | number | null | undefined | void;
|
|
4106
|
+
OnImportText(grid: TGrid, file: any, data: any, type: number): null | undefined | void;
|
|
4107
|
+
OnImportedData(
|
|
4108
|
+
grid: TGrid,
|
|
4109
|
+
file: any,
|
|
4110
|
+
buffer: any,
|
|
4111
|
+
type: number,
|
|
4112
|
+
): boolean | number | null | undefined | void;
|
|
4113
|
+
OnIncDate(date: number, units: string, count: number): number | null | undefined | void;
|
|
4114
|
+
OnInit(grid: TGrid): boolean | number | null | undefined | void;
|
|
4115
|
+
OnKeyDown(
|
|
4116
|
+
grid: TGrid,
|
|
4117
|
+
key: string,
|
|
4118
|
+
event: Event,
|
|
4119
|
+
name: string,
|
|
4120
|
+
prefix: string,
|
|
4121
|
+
): boolean | number | null | undefined | void;
|
|
4122
|
+
OnKeyPress(
|
|
4123
|
+
grid: TGrid,
|
|
4124
|
+
key: string,
|
|
4125
|
+
event: Event,
|
|
4126
|
+
name: string,
|
|
4127
|
+
prefix: string,
|
|
4128
|
+
): boolean | number | null | undefined | void;
|
|
4129
|
+
OnKeyUp(
|
|
4130
|
+
grid: TGrid,
|
|
4131
|
+
key: string,
|
|
4132
|
+
event: Event,
|
|
4133
|
+
name: string,
|
|
4134
|
+
prefix: string,
|
|
4135
|
+
): boolean | number | null | undefined | void;
|
|
4136
|
+
OnLanguageFinish(grid: TGrid, code: string, sync: boolean | number): null | undefined | void;
|
|
4137
|
+
OnLanguageSet(grid: TGrid, code: string, sync: boolean | number): null | undefined | void;
|
|
4138
|
+
OnLimitScroll(
|
|
4139
|
+
grid: TGrid,
|
|
4140
|
+
clear: boolean | number,
|
|
4141
|
+
nohscroll: boolean | number,
|
|
4142
|
+
novscroll: boolean | number,
|
|
4143
|
+
): number | null | undefined | void;
|
|
4144
|
+
OnLinkClick(
|
|
4145
|
+
grid: TGrid,
|
|
4146
|
+
row: TRow,
|
|
4147
|
+
col: string,
|
|
4148
|
+
url: string,
|
|
4149
|
+
target: string,
|
|
4150
|
+
): boolean | number | null | undefined | void;
|
|
4151
|
+
OnLoadCfg(grid: TGrid, cfg: string): boolean | number | null | undefined | void;
|
|
4152
|
+
OnLoadCustomCfg(grid: TGrid, custom: string, cfg: string): null | undefined | void;
|
|
4153
|
+
OnLoadError(grid: TGrid): null | undefined | void;
|
|
4154
|
+
OnLoadSheet(grid: TGrid, name: string): boolean | number | null | undefined | void;
|
|
4155
|
+
OnLoaded(grid: TGrid, next: Function): null | undefined | void;
|
|
4156
|
+
OnLock(grid: TGrid, lock: number): number | null | undefined | void;
|
|
4157
|
+
OnLongClick(
|
|
4158
|
+
grid: TGrid,
|
|
4159
|
+
row: TRow,
|
|
4160
|
+
col: string,
|
|
4161
|
+
x: number,
|
|
4162
|
+
y: number,
|
|
4163
|
+
event: Event,
|
|
4164
|
+
): boolean | number | null | undefined | void;
|
|
4165
|
+
OnMediaApplied(
|
|
4166
|
+
grid: TGrid,
|
|
4167
|
+
changed: boolean | number,
|
|
4168
|
+
start: boolean | number,
|
|
4169
|
+
): boolean | number | null | undefined | void;
|
|
4170
|
+
OnMediaApply(grid: TGrid, start: boolean | number): boolean | number | null | undefined | void;
|
|
4171
|
+
OnMediaInit(grid: TGrid, Media: any): null | undefined | void;
|
|
4172
|
+
OnMediaUse(
|
|
4173
|
+
grid: TGrid,
|
|
4174
|
+
M: any,
|
|
4175
|
+
use: boolean | number,
|
|
4176
|
+
): boolean | number | null | undefined | void;
|
|
4177
|
+
OnMenu(
|
|
4178
|
+
grid: TGrid,
|
|
4179
|
+
row: TRow,
|
|
4180
|
+
col: string,
|
|
4181
|
+
menu: TMenu,
|
|
4182
|
+
position: TPosition,
|
|
4183
|
+
): boolean | number | null | undefined | void;
|
|
4184
|
+
OnMergeChanged(
|
|
4185
|
+
grid: TGrid,
|
|
4186
|
+
row: TRow,
|
|
4187
|
+
col: string,
|
|
4188
|
+
val: string,
|
|
4189
|
+
result: string[],
|
|
4190
|
+
): null | undefined | void;
|
|
4191
|
+
OnMouseDown(
|
|
4192
|
+
grid: TGrid,
|
|
4193
|
+
row: TRow,
|
|
4194
|
+
col: string,
|
|
4195
|
+
x: number,
|
|
4196
|
+
y: number,
|
|
4197
|
+
event: Event,
|
|
4198
|
+
): boolean | number | null | undefined | void;
|
|
4199
|
+
OnMouseMove(
|
|
4200
|
+
grid: TGrid,
|
|
4201
|
+
row: TRow,
|
|
4202
|
+
col: string,
|
|
4203
|
+
x: number,
|
|
4204
|
+
y: number,
|
|
4205
|
+
event: Event,
|
|
4206
|
+
): boolean | number | null | undefined | void;
|
|
4207
|
+
OnMouseOver(
|
|
4208
|
+
grid: TGrid,
|
|
4209
|
+
row: TRow,
|
|
4210
|
+
col: string,
|
|
4211
|
+
orow: TRow,
|
|
4212
|
+
ocol: string,
|
|
4213
|
+
event: Event,
|
|
4214
|
+
): null | undefined | void;
|
|
4215
|
+
OnMouseUp(
|
|
4216
|
+
grid: TGrid,
|
|
4217
|
+
row: TRow,
|
|
4218
|
+
col: string,
|
|
4219
|
+
x: number,
|
|
4220
|
+
y: number,
|
|
4221
|
+
event: Event,
|
|
4222
|
+
): boolean | number | null | undefined | void;
|
|
4223
|
+
OnMoveDragCell(
|
|
4224
|
+
grid: TGrid,
|
|
4225
|
+
row: TRow,
|
|
4226
|
+
col: string,
|
|
4227
|
+
togrid: TGrid,
|
|
4228
|
+
torow: TRow,
|
|
4229
|
+
tocol: string,
|
|
4230
|
+
X: number,
|
|
4231
|
+
Y: number,
|
|
4232
|
+
): boolean | number | null | undefined | void;
|
|
4233
|
+
OnMoveFocus(
|
|
4234
|
+
grid: TGrid,
|
|
4235
|
+
rect: any[],
|
|
4236
|
+
orect: any[],
|
|
4237
|
+
Values: any[],
|
|
4238
|
+
Rows: TRow[],
|
|
4239
|
+
Cols: string[],
|
|
4240
|
+
SourceRows: TRow[],
|
|
4241
|
+
SourceCols: string[],
|
|
4242
|
+
): any | null | undefined | void;
|
|
4243
|
+
OnMoveFocusFinish(
|
|
4244
|
+
grid: TGrid,
|
|
4245
|
+
rect: any[],
|
|
4246
|
+
orect: any[],
|
|
4247
|
+
Values: any[],
|
|
4248
|
+
Rows: TRow[],
|
|
4249
|
+
Cols: string[],
|
|
4250
|
+
SourceRows: TRow[],
|
|
4251
|
+
SourceCols: string[],
|
|
4252
|
+
): null | undefined | void;
|
|
4253
|
+
OnMoveFocusValue(
|
|
4254
|
+
grid: TGrid,
|
|
4255
|
+
row: TRow,
|
|
4256
|
+
col: string,
|
|
4257
|
+
orow: TRow,
|
|
4258
|
+
ocol: string,
|
|
4259
|
+
value: any,
|
|
4260
|
+
oldvalue: any,
|
|
4261
|
+
attrvalues: any[],
|
|
4262
|
+
errors: string[],
|
|
4263
|
+
): any | null | undefined | void;
|
|
4264
|
+
OnOpenImage(
|
|
4265
|
+
grid: TGrid,
|
|
4266
|
+
row: TRow,
|
|
4267
|
+
col: string,
|
|
4268
|
+
images: any,
|
|
4269
|
+
replace: boolean | number,
|
|
4270
|
+
drop: boolean | number,
|
|
4271
|
+
): boolean | number | null | undefined | void;
|
|
4272
|
+
OnOpenImageCell(grid: TGrid, row: TRow, col: string): any;
|
|
4273
|
+
OnPageReady(grid: TGrid, row: TRow): null | undefined | void;
|
|
4274
|
+
OnPaste(
|
|
4275
|
+
grid: TGrid,
|
|
4276
|
+
pastedtext: string[],
|
|
4277
|
+
cols: string[],
|
|
4278
|
+
): boolean | number | null | undefined | void;
|
|
4279
|
+
OnPasteFinish(grid: TGrid): null | undefined | void;
|
|
4280
|
+
OnPasteRow(
|
|
4281
|
+
grid: TGrid,
|
|
4282
|
+
row: TRow,
|
|
4283
|
+
cols: string[],
|
|
4284
|
+
values: string[],
|
|
4285
|
+
added: boolean | number,
|
|
4286
|
+
): boolean | number | null | undefined | void;
|
|
4287
|
+
OnPasteRowFinish(
|
|
4288
|
+
grid: TGrid,
|
|
4289
|
+
row: TRow,
|
|
4290
|
+
cols: string[],
|
|
4291
|
+
values: string[],
|
|
4292
|
+
added: boolean | number,
|
|
4293
|
+
): null | undefined | void;
|
|
4294
|
+
OnPasteValue(
|
|
4295
|
+
grid: TGrid,
|
|
4296
|
+
row: TRow,
|
|
4297
|
+
col: string,
|
|
4298
|
+
value: any,
|
|
4299
|
+
oldvalue: any,
|
|
4300
|
+
attrvalues: any[],
|
|
4301
|
+
attrnames: string[],
|
|
4302
|
+
errors: any,
|
|
4303
|
+
): any | null | undefined | void;
|
|
4304
|
+
OnPivot(
|
|
4305
|
+
Pivot: TGrid,
|
|
4306
|
+
Master: TGrid,
|
|
4307
|
+
Rows: string[],
|
|
4308
|
+
Cols: string[],
|
|
4309
|
+
Data: string[],
|
|
4310
|
+
): boolean | number | null | undefined | void;
|
|
4311
|
+
OnPivotFinish(
|
|
4312
|
+
Pivot: TGrid,
|
|
4313
|
+
Master: TGrid,
|
|
4314
|
+
Rows: string[],
|
|
4315
|
+
Cols: string[],
|
|
4316
|
+
Data: string[],
|
|
4317
|
+
): boolean | number | null | undefined | void;
|
|
4318
|
+
OnPivotFunc(
|
|
4319
|
+
grid: TGrid,
|
|
4320
|
+
id: string,
|
|
4321
|
+
col: string,
|
|
4322
|
+
master: TGrid,
|
|
4323
|
+
rows: TRow[],
|
|
4324
|
+
values: any[],
|
|
4325
|
+
result: any,
|
|
4326
|
+
): any | null | undefined | void;
|
|
4327
|
+
OnPrint(grid: TGrid, window: Window, report: string): string | null | undefined | void;
|
|
4328
|
+
OnPrintClose(grid: TGrid, window: Window): null | undefined | void;
|
|
4329
|
+
OnPrintEmpty(grid: TGrid): null | undefined | void;
|
|
4330
|
+
OnPrintFinish(grid: TGrid, window: Window): boolean | number | null | undefined | void;
|
|
4331
|
+
OnPrintInit(grid: TGrid, Cols: string[], Rows: string[]): null | undefined | void;
|
|
4332
|
+
OnPrintStart(grid: TGrid): boolean | number | null | undefined | void;
|
|
4333
|
+
OnPrompt(grid: TGrid, text: string, defaultValue: string): any;
|
|
4334
|
+
OnPromptFinish(grid: TGrid, text: string, defaultValue: string, result: string): any;
|
|
4335
|
+
OnReadData(grid: TGrid, source: any, Func: Function): boolean | number | null | undefined | void;
|
|
4336
|
+
OnReady(grid: TGrid, start: boolean | number): null | undefined | void;
|
|
4337
|
+
OnRedo(grid: TGrid, action: string): null | undefined | void;
|
|
4338
|
+
OnReload(grid: TGrid): boolean | number | null | undefined | void;
|
|
4339
|
+
OnRemoveAutoColPage(grid: TGrid, cols: string[]): boolean | number | null | undefined | void;
|
|
4340
|
+
OnRemoveChanged(grid: TGrid, row: TRow): number | null | undefined | void;
|
|
4341
|
+
OnRemoveCollapsed(grid: TGrid, row: TRow): null | undefined | void;
|
|
4342
|
+
OnRemoveGroup(grid: TGrid, group: TRow, ungroup: boolean | number): null | undefined | void;
|
|
4343
|
+
OnRemovePage(grid: TGrid, page: TRow): null | undefined | void;
|
|
4344
|
+
OnRemovePage(grid: TGrid, row: TRow): null | undefined | void;
|
|
4345
|
+
OnRenderChildPartFinish(grid: TGrid, row: TRow, index: number): null | undefined | void;
|
|
4346
|
+
OnRenderChildPartStart(grid: TGrid, row: TRow, index: number): null | undefined | void;
|
|
4347
|
+
OnRenderColPageFinish(grid: TGrid, sec: number): null | undefined | void;
|
|
4348
|
+
OnRenderColPageStart(grid: TGrid, sec: number): null | undefined | void;
|
|
4349
|
+
OnRenderFinish(grid: TGrid): null | undefined | void;
|
|
4350
|
+
OnRenderPageFinish(grid: TGrid, row: TRow): null | undefined | void;
|
|
4351
|
+
OnRenderPageStart(grid: TGrid, page: TRow): null | undefined | void;
|
|
4352
|
+
OnRenderRow(grid: TGrid, row: TRow, col: string): null | undefined | void;
|
|
4353
|
+
OnRenderStart(grid: TGrid): boolean | number | null | undefined | void;
|
|
4354
|
+
OnResizeMain(grid: TGrid): null | undefined | void;
|
|
4355
|
+
OnRestoreCfg(grid: TGrid): boolean | number | null | undefined | void;
|
|
4356
|
+
OnResultMask(
|
|
4357
|
+
grid: TGrid,
|
|
4358
|
+
row: TRow,
|
|
4359
|
+
col: string,
|
|
4360
|
+
val: string,
|
|
4361
|
+
errors: any,
|
|
4362
|
+
): number | null | undefined | void;
|
|
4363
|
+
OnRightClick(
|
|
4364
|
+
grid: TGrid,
|
|
4365
|
+
row: TRow,
|
|
4366
|
+
col: string,
|
|
4367
|
+
x: number,
|
|
4368
|
+
y: number,
|
|
4369
|
+
event: Event,
|
|
4370
|
+
): boolean | number | null | undefined | void;
|
|
4371
|
+
OnRightLongClick(
|
|
4372
|
+
grid: TGrid,
|
|
4373
|
+
row: TRow,
|
|
4374
|
+
col: string,
|
|
4375
|
+
x: number,
|
|
4376
|
+
y: number,
|
|
4377
|
+
event: Event,
|
|
4378
|
+
): boolean | number | null | undefined | void;
|
|
4379
|
+
OnRoundDate(date: number, units: string): number | null | undefined | void;
|
|
4380
|
+
OnRowAdd(grid: TGrid, row: TRow): null | undefined | void;
|
|
4381
|
+
OnRowAdded(grid: TGrid, row: TRow): null | undefined | void;
|
|
4382
|
+
OnRowCopy(grid: TGrid, row: TRow, source: TRow, empty: boolean | number): null | undefined | void;
|
|
4383
|
+
OnRowCopyDef(
|
|
4384
|
+
grid: TGrid,
|
|
4385
|
+
row: TRow,
|
|
4386
|
+
source: TRow,
|
|
4387
|
+
move: boolean | number,
|
|
4388
|
+
): boolean | number | null | undefined | void;
|
|
4389
|
+
OnRowCopyId(
|
|
4390
|
+
grid: TGrid,
|
|
4391
|
+
row: TRow,
|
|
4392
|
+
source: TRow,
|
|
4393
|
+
move: boolean | number,
|
|
4394
|
+
): null | undefined | void;
|
|
4395
|
+
OnRowCopyId(
|
|
4396
|
+
grid: TGrid,
|
|
4397
|
+
row: TRow,
|
|
4398
|
+
source: TRow,
|
|
4399
|
+
move: boolean | number,
|
|
4400
|
+
): boolean | number | null | undefined | void;
|
|
4401
|
+
OnRowDelete(grid: TGrid, row: TRow, type: number): null | undefined | void;
|
|
4402
|
+
OnRowFilter(grid: TGrid, row: TRow, show: number): number | null | undefined | void;
|
|
4403
|
+
OnRowIndex(grid: TGrid, values: string[]): boolean | number | null | undefined | void;
|
|
4404
|
+
OnRowMove(grid: TGrid, row: TRow, oldparent: TRow, oldnext: TRow): null | undefined | void;
|
|
4405
|
+
OnRowMoveToGrid(
|
|
4406
|
+
grid: TGrid,
|
|
4407
|
+
row: TRow,
|
|
4408
|
+
togrid: TGrid,
|
|
4409
|
+
torow: TRow,
|
|
4410
|
+
copy: boolean | number,
|
|
4411
|
+
): number | null | undefined | void;
|
|
4412
|
+
OnRowResize(
|
|
4413
|
+
grid: TGrid,
|
|
4414
|
+
row: TRow,
|
|
4415
|
+
newheight: number,
|
|
4416
|
+
oldheight: number,
|
|
4417
|
+
): number | null | undefined | void;
|
|
4418
|
+
OnRowSearch(
|
|
4419
|
+
grid: TGrid,
|
|
4420
|
+
row: TRow,
|
|
4421
|
+
col: string,
|
|
4422
|
+
found: boolean | number,
|
|
4423
|
+
func: Function,
|
|
4424
|
+
userdata: any,
|
|
4425
|
+
): number | null | undefined | void;
|
|
4426
|
+
OnRowUndelete(grid: TGrid, row: TRow): null | undefined | void;
|
|
4427
|
+
OnSave(
|
|
4428
|
+
grid: TGrid,
|
|
4429
|
+
row: TRow,
|
|
4430
|
+
autoupdate: boolean | number,
|
|
4431
|
+
): boolean | number | null | undefined | void;
|
|
4432
|
+
OnSaveCfg(grid: TGrid, returnArg: boolean | number): boolean | number | null | undefined | void;
|
|
4433
|
+
OnSaveCustomCfg(grid: TGrid, returnArg: boolean | number): string | null | undefined | void;
|
|
4434
|
+
OnSaveMenu(
|
|
4435
|
+
grid: TGrid,
|
|
4436
|
+
Menu: TMenu,
|
|
4437
|
+
source: any,
|
|
4438
|
+
options: any,
|
|
4439
|
+
): boolean | number | null | undefined | void;
|
|
4440
|
+
OnScroll(
|
|
4441
|
+
grid: TGrid,
|
|
4442
|
+
hpos: number,
|
|
4443
|
+
vpos: number,
|
|
4444
|
+
oldhpos: number,
|
|
4445
|
+
oldvpos: number,
|
|
4446
|
+
): null | undefined | void;
|
|
4447
|
+
OnScrollCol(grid: TGrid, col: string): null | undefined | void;
|
|
4448
|
+
OnScrollRow(grid: TGrid, row: TRow): null | undefined | void;
|
|
4449
|
+
OnSearch(
|
|
4450
|
+
grid: TGrid,
|
|
4451
|
+
Action: string,
|
|
4452
|
+
Show: boolean | number,
|
|
4453
|
+
): boolean | number | null | undefined | void;
|
|
4454
|
+
OnSearchFinish(grid: TGrid, Action: string, Show: boolean | number): null | undefined | void;
|
|
4455
|
+
OnSectionResize(grid: TGrid, section: number, dw: number): null | undefined | void;
|
|
4456
|
+
OnSelect(
|
|
4457
|
+
grid: TGrid,
|
|
4458
|
+
row: TRow,
|
|
4459
|
+
deselect: boolean | number,
|
|
4460
|
+
Cols: string[],
|
|
4461
|
+
test: boolean | number,
|
|
4462
|
+
): boolean | number | null | undefined | void;
|
|
4463
|
+
OnSelectAll(
|
|
4464
|
+
grid: TGrid,
|
|
4465
|
+
select: number,
|
|
4466
|
+
type: number,
|
|
4467
|
+
test: boolean | number,
|
|
4468
|
+
): boolean | number | null | undefined | void;
|
|
4469
|
+
OnSelectGanttRunRect(
|
|
4470
|
+
grid: TGrid,
|
|
4471
|
+
r1: TRow,
|
|
4472
|
+
x1: number,
|
|
4473
|
+
y1: number,
|
|
4474
|
+
r2: TRow,
|
|
4475
|
+
x2: number,
|
|
4476
|
+
y2: number,
|
|
4477
|
+
): boolean | number | null | undefined | void;
|
|
4478
|
+
OnSelected(
|
|
4479
|
+
grid: TGrid,
|
|
4480
|
+
row: TRow,
|
|
4481
|
+
deselect: boolean | number,
|
|
4482
|
+
Cols: string[],
|
|
4483
|
+
): boolean | number | null | undefined | void;
|
|
4484
|
+
OnSelectedAll(
|
|
4485
|
+
grid: TGrid,
|
|
4486
|
+
select: number,
|
|
4487
|
+
type: number | number,
|
|
4488
|
+
): boolean | number | null | undefined | void;
|
|
4489
|
+
OnSetChooseCells(
|
|
4490
|
+
grid: TGrid,
|
|
4491
|
+
range: any,
|
|
4492
|
+
selection: number,
|
|
4493
|
+
input: any,
|
|
4494
|
+
text: string,
|
|
4495
|
+
): string | null | undefined | void;
|
|
4496
|
+
OnSetLink(
|
|
4497
|
+
grid: TGrid,
|
|
4498
|
+
cells: any,
|
|
4499
|
+
test: boolean | number,
|
|
4500
|
+
): boolean | number | null | undefined | void;
|
|
4501
|
+
OnSetFile(
|
|
4502
|
+
grid: TGrid,
|
|
4503
|
+
row: TRow,
|
|
4504
|
+
col: string,
|
|
4505
|
+
files: any,
|
|
4506
|
+
): boolean | number | null | undefined | void;
|
|
4507
|
+
OnSetInputValue(
|
|
4508
|
+
grid: TGrid,
|
|
4509
|
+
row: TRow,
|
|
4510
|
+
col: string,
|
|
4511
|
+
val: string,
|
|
4512
|
+
): string | null | undefined | void;
|
|
4513
|
+
OnSetLanguage(
|
|
4514
|
+
grid: TGrid,
|
|
4515
|
+
code: string,
|
|
4516
|
+
sync: boolean | number,
|
|
4517
|
+
): boolean | number | null | undefined | void;
|
|
4518
|
+
OnSetPageName(grid: TGrid, page: TRow): null | undefined | void;
|
|
4519
|
+
OnSetRowId(grid: TGrid, row: TRow, newid: string): string | null | undefined | void;
|
|
4520
|
+
OnSetStyle(
|
|
4521
|
+
grid: TGrid,
|
|
4522
|
+
Style: string,
|
|
4523
|
+
CSS: string,
|
|
4524
|
+
GanttCSS: string,
|
|
4525
|
+
GanttStyle: string,
|
|
4526
|
+
): boolean | number | null | undefined | void;
|
|
4527
|
+
OnShowButtonList(
|
|
4528
|
+
grid: TGrid,
|
|
4529
|
+
row: TRow,
|
|
4530
|
+
col: string,
|
|
4531
|
+
Menu: TMenu,
|
|
4532
|
+
Pos: TPosition,
|
|
4533
|
+
): null | undefined | void;
|
|
4534
|
+
OnShowCfg(grid: TGrid, Menu: TMenu): null | undefined | void;
|
|
4535
|
+
OnShowColumns(grid: TGrid, Menu: TMenu): boolean | number | null | undefined | void;
|
|
4536
|
+
OnShowDefaults(
|
|
4537
|
+
grid: TGrid,
|
|
4538
|
+
row: TRow,
|
|
4539
|
+
col: string,
|
|
4540
|
+
Menu: TMenu,
|
|
4541
|
+
Pos: TPosition,
|
|
4542
|
+
): string | null | undefined | void;
|
|
4543
|
+
OnShowDetail(
|
|
4544
|
+
master: TGrid,
|
|
4545
|
+
detail: TGrid,
|
|
4546
|
+
row: TRow,
|
|
4547
|
+
old: TRow,
|
|
4548
|
+
): boolean | number | null | undefined | void;
|
|
4549
|
+
OnShowDetailFinish(master: TGrid, detail: TGrid, row: TRow): null | undefined | void;
|
|
4550
|
+
OnShowMenu(
|
|
4551
|
+
grid: TGrid,
|
|
4552
|
+
Menu: TMenu,
|
|
4553
|
+
source: any,
|
|
4554
|
+
options: any,
|
|
4555
|
+
): boolean | number | null | undefined | void;
|
|
4556
|
+
OnShowMessage(grid: TGrid, message: HTMLElement): null | undefined | void;
|
|
4557
|
+
OnShowNested(
|
|
4558
|
+
master: TGrid,
|
|
4559
|
+
row: TRow,
|
|
4560
|
+
detail: any,
|
|
4561
|
+
cell: any,
|
|
4562
|
+
id: string,
|
|
4563
|
+
): boolean | number | null | undefined | void;
|
|
4564
|
+
OnShowRow(
|
|
4565
|
+
grid: TGrid,
|
|
4566
|
+
row: TRow,
|
|
4567
|
+
hide: boolean | number,
|
|
4568
|
+
): boolean | number | null | undefined | void;
|
|
4569
|
+
OnSizeError(
|
|
4570
|
+
grid: TGrid,
|
|
4571
|
+
width: number,
|
|
4572
|
+
height: number,
|
|
4573
|
+
): boolean | number | null | undefined | void;
|
|
4574
|
+
OnSort(grid: TGrid, col: string, sort: string): number | null | undefined | void;
|
|
4575
|
+
OnSortFinish(grid: TGrid): null | undefined | void;
|
|
4576
|
+
OnStartDrag(
|
|
4577
|
+
grid: TGrid,
|
|
4578
|
+
row: TRow,
|
|
4579
|
+
col: string,
|
|
4580
|
+
more: boolean | number,
|
|
4581
|
+
copy: boolean | number,
|
|
4582
|
+
rows: TRow[],
|
|
4583
|
+
): boolean | number | null | undefined | void;
|
|
4584
|
+
OnStartDragCell(
|
|
4585
|
+
grid: TGrid,
|
|
4586
|
+
row: TRow,
|
|
4587
|
+
col: string,
|
|
4588
|
+
html: string,
|
|
4589
|
+
): string | null | undefined | void;
|
|
4590
|
+
OnStartDragGantt(
|
|
4591
|
+
grid: TGrid,
|
|
4592
|
+
row: TRow,
|
|
4593
|
+
col: string,
|
|
4594
|
+
name: string,
|
|
4595
|
+
start: number,
|
|
4596
|
+
end: number,
|
|
4597
|
+
dir: number,
|
|
4598
|
+
XY: any,
|
|
4599
|
+
keyprefix: string,
|
|
4600
|
+
clientX: number,
|
|
4601
|
+
clientY: number,
|
|
4602
|
+
): boolean | number | null | undefined | void;
|
|
4603
|
+
OnStartDragGanttDependency(
|
|
4604
|
+
grid: TGrid,
|
|
4605
|
+
row: TRow,
|
|
4606
|
+
col: string,
|
|
4607
|
+
XY: any,
|
|
4608
|
+
color: number,
|
|
4609
|
+
start: boolean | number,
|
|
4610
|
+
keyprefix: string,
|
|
4611
|
+
clientX: number,
|
|
4612
|
+
clientY: number,
|
|
4613
|
+
): any | null | undefined | void;
|
|
4614
|
+
OnStartEdit(grid: TGrid, row: TRow, col: string): boolean | number | null | undefined | void;
|
|
4615
|
+
OnStartedEdit(grid: TGrid, row: TRow, col: string, input: any): null | undefined | void;
|
|
4616
|
+
OnSuggest(
|
|
4617
|
+
grid: TGrid,
|
|
4618
|
+
row: TRow,
|
|
4619
|
+
col: string,
|
|
4620
|
+
val: string,
|
|
4621
|
+
suggest: TMenu,
|
|
4622
|
+
formula: boolean | number,
|
|
4623
|
+
): string | null | undefined | void;
|
|
4624
|
+
OnTabDelete(grid: TGrid, row: TRow, col: string): boolean | number | null | undefined | void;
|
|
4625
|
+
OnTabDrop(
|
|
4626
|
+
grid: TGrid,
|
|
4627
|
+
row: TRow,
|
|
4628
|
+
col: string,
|
|
4629
|
+
tocol: string,
|
|
4630
|
+
copy: boolean | number,
|
|
4631
|
+
): any | null | undefined | void;
|
|
4632
|
+
OnTestConstraints(
|
|
4633
|
+
grid: TGrid,
|
|
4634
|
+
row: TRow,
|
|
4635
|
+
col: string,
|
|
4636
|
+
type: string,
|
|
4637
|
+
change: number,
|
|
4638
|
+
d1: number,
|
|
4639
|
+
d2: number,
|
|
4640
|
+
): number | null | undefined | void;
|
|
4641
|
+
OnTip(
|
|
4642
|
+
grid: TGrid,
|
|
4643
|
+
row: TRow,
|
|
4644
|
+
col: string,
|
|
4645
|
+
tip: string,
|
|
4646
|
+
clientX: number,
|
|
4647
|
+
clientY: number,
|
|
4648
|
+
X: number,
|
|
4649
|
+
Y: number,
|
|
4650
|
+
): string | null | undefined | void;
|
|
4651
|
+
OnTranslate(
|
|
4652
|
+
grid: TGrid,
|
|
4653
|
+
row: TRow,
|
|
4654
|
+
col: string,
|
|
4655
|
+
text: string,
|
|
4656
|
+
type: string,
|
|
4657
|
+
): string | null | undefined | void;
|
|
4658
|
+
OnTranslated(
|
|
4659
|
+
grid: TGrid,
|
|
4660
|
+
row: TRow,
|
|
4661
|
+
col: string,
|
|
4662
|
+
text: string,
|
|
4663
|
+
type: string,
|
|
4664
|
+
): string | null | undefined | void;
|
|
4665
|
+
OnUndo(grid: TGrid, action: string): null | undefined | void;
|
|
4666
|
+
OnUpCounter(grid: TGrid): boolean | number | null | undefined | void;
|
|
4667
|
+
OnUpdate(grid: TGrid): null | undefined | void;
|
|
4668
|
+
OnUpdateRow(grid: TGrid, row: TRow, update: TRow): null | undefined | void;
|
|
4669
|
+
OnUpdated(grid: TGrid): null | undefined | void;
|
|
4670
|
+
OnUpload(
|
|
4671
|
+
grid: TGrid,
|
|
4672
|
+
xml: string,
|
|
4673
|
+
row: TRow,
|
|
4674
|
+
autoupdate: boolean | number,
|
|
4675
|
+
): string | null | undefined | void;
|
|
4676
|
+
OnValidate(
|
|
4677
|
+
grid: TGrid,
|
|
4678
|
+
row: TRow,
|
|
4679
|
+
col: string,
|
|
4680
|
+
err: boolean | number,
|
|
4681
|
+
errors: any,
|
|
4682
|
+
): boolean | number | null | undefined | void;
|
|
4683
|
+
OnValidateError(grid: TGrid, rows: TRow[], cols: string[]): number | null | undefined | void;
|
|
4684
|
+
OnValueChanged(
|
|
4685
|
+
grid: TGrid,
|
|
4686
|
+
row: TRow,
|
|
4687
|
+
col: string,
|
|
4688
|
+
val: any,
|
|
4689
|
+
oldval: any,
|
|
4690
|
+
errors: any,
|
|
4691
|
+
): any | null | undefined | void;
|
|
4692
|
+
OnZoom(grid: TGrid, zoom: string, FirstDate: number, LastDate: number): null | undefined | void;
|
|
4693
|
+
|
|
4694
|
+
Active: TGrid;
|
|
4695
|
+
AddTryCatch: boolean | number;
|
|
4696
|
+
Alert: boolean | number;
|
|
4697
|
+
CookieExpires: number;
|
|
4698
|
+
CookieParam: string;
|
|
4699
|
+
Focused: TGrid;
|
|
4700
|
+
NoTryActiveX: number;
|
|
4701
|
+
Tablet: boolean | number;
|
|
4702
|
+
}
|
|
4703
|
+
|
|
4704
|
+
interface TGridsId {
|
|
4705
|
+
[id: string]: TGrid;
|
|
4706
|
+
}
|
|
4707
|
+
|
|
4708
|
+
interface TGridsIndex {
|
|
4709
|
+
[index: number]: TGrid;
|
|
4710
|
+
}
|
|
4711
|
+
|
|
4712
|
+
type TGrids = TGridsApi & TGridsIndex & TGridsId;
|
|
4713
|
+
|
|
4714
|
+
interface Window {
|
|
4715
|
+
AddEvent(name: string, id?: string, func?: Function, ident?: string): number;
|
|
4716
|
+
TGAddEvent(name: string, id?: string, func?: Function, ident?: string): number;
|
|
4717
|
+
AddGanttUnits(units: string, width: number, exactwidth?: number): void;
|
|
4718
|
+
TGAddGanttUnits(units: string, width: number, exactwidth?: number): void;
|
|
4719
|
+
AjaxCall(Url: string, Data?: string, Func?: Function): string;
|
|
4720
|
+
TGAjaxCall(Url: string, Data?: string, Func?: Function): string;
|
|
4721
|
+
|
|
4722
|
+
TGAnimate(
|
|
4723
|
+
element: Element,
|
|
4724
|
+
animationcode: string,
|
|
4725
|
+
func?: Function,
|
|
4726
|
+
noclr?: boolean | number,
|
|
4727
|
+
): void;
|
|
4728
|
+
CancelEvent(event: Event, type?: number): void;
|
|
4729
|
+
TGCancelEvent(event: Event, type?: number): void;
|
|
4730
|
+
CreateXML(str: string): any;
|
|
4731
|
+
TGCreateXML(str: string): any;
|
|
4732
|
+
DateToString(date: Date, format?: string): string;
|
|
4733
|
+
TGDateToString(date: Date, format?: string): string;
|
|
4734
|
+
DelEvent(name?: string, id?: string, ident?: any): boolean | number;
|
|
4735
|
+
TGDelEvent(name?: string, id?: string, ident?: any): boolean | number;
|
|
4736
|
+
DisposeGrids(): void;
|
|
4737
|
+
TGDisposeGrids(): void;
|
|
4738
|
+
DragByMouse(
|
|
4739
|
+
tag: any,
|
|
4740
|
+
event: Event,
|
|
4741
|
+
move?: number,
|
|
4742
|
+
html?: string,
|
|
4743
|
+
func?: Function,
|
|
4744
|
+
param?: any,
|
|
4745
|
+
): void;
|
|
4746
|
+
TGDragByMouse(
|
|
4747
|
+
tag: any,
|
|
4748
|
+
event: Event,
|
|
4749
|
+
move?: number,
|
|
4750
|
+
html?: string,
|
|
4751
|
+
func?: Function,
|
|
4752
|
+
param?: any,
|
|
4753
|
+
): void;
|
|
4754
|
+
ElemToParent(elem: any, parent: any): number[];
|
|
4755
|
+
TGElemToParent(elem: any, parent: any): number[];
|
|
4756
|
+
EventXYToElement(event: Event, elem: any): number[];
|
|
4757
|
+
TGEventXYToElement(event: Event, elem: any): number[];
|
|
4758
|
+
Get(row: TRow, attr: string): any;
|
|
4759
|
+
TGGet(row: TRow, attr: string): any;
|
|
4760
|
+
|
|
4761
|
+
TGGetEvent(name: string, id?: string, ident?: string): Function;
|
|
4762
|
+
GetGrids(): TGrid[];
|
|
4763
|
+
TGGetGrids(): TGrid[];
|
|
4764
|
+
GetStyle(elem: any): any;
|
|
4765
|
+
TGGetStyle(elem: any): any;
|
|
4766
|
+
GetWindowScroll(): number[];
|
|
4767
|
+
TGGetWindowScroll(): number[];
|
|
4768
|
+
GetWindowSize(): number[];
|
|
4769
|
+
TGGetWindowSize(): number[];
|
|
4770
|
+
Is(row: TRow, attr: string): boolean | number;
|
|
4771
|
+
TGIs(row: TRow, attr: string): boolean | number;
|
|
4772
|
+
LoadCache(id: string, session?: boolean | number): string;
|
|
4773
|
+
TGLoadCache(id: string, session?: boolean | number): string;
|
|
4774
|
+
NumberToString(num: number, format: string): string;
|
|
4775
|
+
TGNumberToString(num: number, format: string): string;
|
|
4776
|
+
PrintTreeGrid(Source: any, tag?: any, param?: any): TGrid;
|
|
4777
|
+
TGPrintTreeGrid(Source: any, tag?: any, param?: any): TGrid;
|
|
4778
|
+
SaveCache(id: string, val: string, session?: boolean | number): void;
|
|
4779
|
+
TGSaveCache(id: string, val: string, session?: boolean | number): void;
|
|
4780
|
+
SetEvent(name: string, id?: string, func?: Function, ident?: string): boolean | number;
|
|
4781
|
+
TGSetEvent(name: string, id?: string, func?: Function, ident?: string): boolean | number;
|
|
4782
|
+
ShowCalendar(Calendar: any, Pos?: any, Func?: Function, Date?: any): TCalendar;
|
|
4783
|
+
TGShowCalendar(Calendar: any, Pos?: any, Func?: Function, Date?: any): TCalendar;
|
|
4784
|
+
ShowDialog(Dialog: any, Pos?: any): TDialog;
|
|
4785
|
+
TGShowDialog(Dialog: any, Pos?: any): TDialog;
|
|
4786
|
+
ShowLineChart(Chart: any, tag?: string): TLineChart;
|
|
4787
|
+
TGShowLineChart(Chart: any, tag?: string): TLineChart;
|
|
4788
|
+
ShowMenu(Menu: any, Pos?: any, Func?: Function, Init?: string): TMenu;
|
|
4789
|
+
TGShowMenu(Menu: any, Pos?: any, Func?: Function, Init?: string): TMenu;
|
|
4790
|
+
ShowPopup(Menu: any, Func?: Function, Init?: string): TMenu;
|
|
4791
|
+
TGShowPopup(Menu: any, Func?: Function, Init?: string): TMenu;
|
|
4792
|
+
StartTreeGrid(): void;
|
|
4793
|
+
TGStartTreeGrid(): void;
|
|
4794
|
+
StringToDate(str: string, format?: string): Date;
|
|
4795
|
+
TGStringToDate(str: string, format?: string): Date;
|
|
4796
|
+
StringToNumber(str: string, format?: string): number;
|
|
4797
|
+
TGStringToNumber(str: string, format?: string): number;
|
|
4798
|
+
TreeGrid(Source: any, tag?: any, param?: any): TGrid;
|
|
4799
|
+
TGTreeGrid(Source: any, tag?: any, param?: any): TGrid;
|
|
4800
|
+
TreeGridLoaded(Input: any): void;
|
|
4801
|
+
|
|
4802
|
+
Grids: TGrids;
|
|
4803
|
+
TGGrids: TGrids;
|
|
4804
|
+
}
|
|
4805
|
+
|
|
4806
|
+
declare function AddEvent(name: string, id?: string, func?: Function, ident?: string): number;
|
|
4807
|
+
declare function TGAddEvent(name: string, id?: string, func?: Function, ident?: string): number;
|
|
4808
|
+
declare function AddGanttUnits(units: string, width: number, exactwidth?: number): void;
|
|
4809
|
+
declare function TGAddGanttUnits(units: string, width: number, exactwidth?: number): void;
|
|
4810
|
+
declare function AjaxCall(Url: string, Data?: string, Func?: Function): string;
|
|
4811
|
+
declare function TGAjaxCall(Url: string, Data?: string, Func?: Function): string;
|
|
4812
|
+
|
|
4813
|
+
declare function TGAnimate(
|
|
4814
|
+
element: Element,
|
|
4815
|
+
animationcode: string,
|
|
4816
|
+
func?: Function,
|
|
4817
|
+
noclr?: boolean | number,
|
|
4818
|
+
): void;
|
|
4819
|
+
declare function CancelEvent(event: Event, type?: number): void;
|
|
4820
|
+
declare function TGCancelEvent(event: Event, type?: number): void;
|
|
4821
|
+
declare function CreateXML(str: string): any;
|
|
4822
|
+
declare function TGCreateXML(str: string): any;
|
|
4823
|
+
declare function DateToString(date: Date, format?: string): string;
|
|
4824
|
+
declare function TGDateToString(date: Date, format?: string): string;
|
|
4825
|
+
declare function DelEvent(name?: string, id?: string, ident?: any): boolean | number;
|
|
4826
|
+
declare function TGDelEvent(name?: string, id?: string, ident?: any): boolean | number;
|
|
4827
|
+
declare function DisposeGrids(): void;
|
|
4828
|
+
declare function TGDisposeGrids(): void;
|
|
4829
|
+
declare function DragByMouse(
|
|
4830
|
+
tag: any,
|
|
4831
|
+
event: Event,
|
|
4832
|
+
move?: number,
|
|
4833
|
+
html?: string,
|
|
4834
|
+
func?: Function,
|
|
4835
|
+
param?: any,
|
|
4836
|
+
): void;
|
|
4837
|
+
declare function TGDragByMouse(
|
|
4838
|
+
tag: any,
|
|
4839
|
+
event: Event,
|
|
4840
|
+
move?: number,
|
|
4841
|
+
html?: string,
|
|
4842
|
+
func?: Function,
|
|
4843
|
+
param?: any,
|
|
4844
|
+
): void;
|
|
4845
|
+
declare function ElemToParent(elem: any, parent: any): number[];
|
|
4846
|
+
declare function TGElemToParent(elem: any, parent: any): number[];
|
|
4847
|
+
declare function EventXYToElement(event: Event, elem: any): number[];
|
|
4848
|
+
declare function TGEventXYToElement(event: Event, elem: any): number[];
|
|
4849
|
+
declare function Get(row: TRow, attr: string): any;
|
|
4850
|
+
declare function TGGet(row: TRow, attr: string): any;
|
|
4851
|
+
|
|
4852
|
+
declare function TGGetEvent(name: string, id?: string, ident?: string): Function;
|
|
4853
|
+
declare function GetGrids(): TGrid[];
|
|
4854
|
+
declare function TGGetGrids(): TGrid[];
|
|
4855
|
+
declare function GetStyle(elem: any): any;
|
|
4856
|
+
declare function TGGetStyle(elem: any): any;
|
|
4857
|
+
declare function GetWindowScroll(): number[];
|
|
4858
|
+
declare function TGGetWindowScroll(): number[];
|
|
4859
|
+
declare function GetWindowSize(): number[];
|
|
4860
|
+
declare function TGGetWindowSize(): number[];
|
|
4861
|
+
declare function Is(row: TRow, attr: string): boolean | number;
|
|
4862
|
+
declare function TGIs(row: TRow, attr: string): boolean | number;
|
|
4863
|
+
declare function LoadCache(id: string, session?: boolean | number): string;
|
|
4864
|
+
declare function TGLoadCache(id: string, session?: boolean | number): string;
|
|
4865
|
+
declare function NumberToString(num: number, format: string): string;
|
|
4866
|
+
declare function TGNumberToString(num: number, format: string): string;
|
|
4867
|
+
declare function PrintTreeGrid(Source: any, tag?: any, param?: any): TGrid;
|
|
4868
|
+
declare function TGPrintTreeGrid(Source: any, tag?: any, param?: any): TGrid;
|
|
4869
|
+
declare function SaveCache(id: string, val: string, session?: boolean | number): void;
|
|
4870
|
+
declare function TGSaveCache(id: string, val: string, session?: boolean | number): void;
|
|
4871
|
+
declare function SetEvent(
|
|
4872
|
+
name: string,
|
|
4873
|
+
id?: string,
|
|
4874
|
+
func?: Function,
|
|
4875
|
+
ident?: string,
|
|
4876
|
+
): boolean | number;
|
|
4877
|
+
declare function TGSetEvent(
|
|
4878
|
+
name: string,
|
|
4879
|
+
id?: string,
|
|
4880
|
+
func?: Function,
|
|
4881
|
+
ident?: string,
|
|
4882
|
+
): boolean | number;
|
|
4883
|
+
declare function ShowCalendar(Calendar: any, Pos?: any, Func?: Function, Date?: any): TCalendar;
|
|
4884
|
+
declare function TGShowCalendar(Calendar: any, Pos?: any, Func?: Function, Date?: any): TCalendar;
|
|
4885
|
+
declare function ShowDialog(Dialog: any, Pos?: any): TDialog;
|
|
4886
|
+
declare function TGShowDialog(Dialog: any, Pos?: any): TDialog;
|
|
4887
|
+
declare function ShowLineChart(Chart: any, tag?: string): TLineChart;
|
|
4888
|
+
declare function TGShowLineChart(Chart: any, tag?: string): TLineChart;
|
|
4889
|
+
declare function ShowMenu(Menu: any, Pos?: any, Func?: Function, Init?: string): TMenu;
|
|
4890
|
+
declare function TGShowMenu(Menu: any, Pos?: any, Func?: Function, Init?: string): TMenu;
|
|
4891
|
+
declare function ShowPopup(Menu: any, Func?: Function, Init?: string): TMenu;
|
|
4892
|
+
declare function TGShowPopup(Menu: any, Func?: Function, Init?: string): TMenu;
|
|
4893
|
+
declare function StartTreeGrid(): void;
|
|
4894
|
+
declare function TGStartTreeGrid(): void;
|
|
4895
|
+
declare function StringToDate(str: string, format?: string): Date;
|
|
4896
|
+
declare function TGStringToDate(str: string, format?: string): Date;
|
|
4897
|
+
declare function StringToNumber(str: string, format?: string): number;
|
|
4898
|
+
declare function TGStringToNumber(str: string, format?: string): number;
|
|
4899
|
+
declare function TreeGrid(Source: any, tag?: any, param?: any): TGrid;
|
|
4900
|
+
declare function TGTreeGrid(Source: any, tag?: any, id?: any): TGrid;
|
|
4901
|
+
declare function TreeGridLoaded(Input: any): void;
|
|
4902
|
+
|
|
4903
|
+
declare var Grids: TGrids;
|
|
4904
|
+
declare var TGGrids: TGrids;
|