2 {*****************************************************************************}
4 { Tnt Delphi Unicode Controls }
5 { http://www.tntware.com/delphicontrols/unicode/ }
8 { Copyright (c) 2002-2007, Troy Wolbrink (troy.wolbrink@tntware.com) }
10 {*****************************************************************************}
14 {$INCLUDE TntCompilers.inc}
19 Classes
, ActnList
, TntActnList
, StdActns
, TntDialogs
;
22 {TNT-WARN THintAction}
23 TTntHintAction
= class(THintAction
{TNT-ALLOW THintAction}, ITntAction
)
25 function GetCaption
: WideString
;
26 procedure SetCaption(const Value
: WideString
);
27 function GetHint
: WideString
;
28 procedure SetHint(const Value
: WideString
);
30 procedure DefineProperties(Filer
: TFiler
); override;
32 procedure Assign(Source
: TPersistent
); override;
34 property Caption
: WideString read GetCaption write SetCaption
;
36 property Hint
: WideString read GetHint write SetHint
;
39 {TNT-WARN TEditAction}
40 TTntEditAction
= class(TEditAction
{TNT-ALLOW TEditAction}, ITntAction
)
42 function GetCaption
: WideString
;
43 procedure SetCaption(const Value
: WideString
);
44 function GetHint
: WideString
;
45 procedure SetHint(const Value
: WideString
);
47 procedure DefineProperties(Filer
: TFiler
); override;
49 procedure Assign(Source
: TPersistent
); override;
51 property Caption
: WideString read GetCaption write SetCaption
;
52 property Hint
: WideString read GetHint write SetHint
;
56 TTntEditCut
= class(TEditCut
{TNT-ALLOW TEditCut}, ITntAction
)
58 function GetCaption
: WideString
;
59 procedure SetCaption(const Value
: WideString
);
60 function GetHint
: WideString
;
61 procedure SetHint(const Value
: WideString
);
63 procedure DefineProperties(Filer
: TFiler
); override;
65 procedure Assign(Source
: TPersistent
); override;
67 property Caption
: WideString read GetCaption write SetCaption
;
68 property Hint
: WideString read GetHint write SetHint
;
72 TTntEditCopy
= class(TEditCopy
{TNT-ALLOW TEditCopy}, ITntAction
)
74 function GetCaption
: WideString
;
75 procedure SetCaption(const Value
: WideString
);
76 function GetHint
: WideString
;
77 procedure SetHint(const Value
: WideString
);
79 procedure DefineProperties(Filer
: TFiler
); override;
81 procedure Assign(Source
: TPersistent
); override;
83 property Caption
: WideString read GetCaption write SetCaption
;
84 property Hint
: WideString read GetHint write SetHint
;
88 TTntEditPaste
= class(TEditPaste
{TNT-ALLOW TEditPaste}, ITntAction
)
90 function GetCaption
: WideString
;
91 procedure SetCaption(const Value
: WideString
);
92 function GetHint
: WideString
;
93 procedure SetHint(const Value
: WideString
);
95 procedure DefineProperties(Filer
: TFiler
); override;
97 procedure Assign(Source
: TPersistent
); override;
99 property Caption
: WideString read GetCaption write SetCaption
;
100 property Hint
: WideString read GetHint write SetHint
;
103 {TNT-WARN TEditSelectAll}
104 TTntEditSelectAll
= class(TEditSelectAll
{TNT-ALLOW TEditSelectAll}, ITntAction
)
106 function GetCaption
: WideString
;
107 procedure SetCaption(const Value
: WideString
);
108 function GetHint
: WideString
;
109 procedure SetHint(const Value
: WideString
);
111 procedure DefineProperties(Filer
: TFiler
); override;
113 procedure Assign(Source
: TPersistent
); override;
115 property Caption
: WideString read GetCaption write SetCaption
;
116 property Hint
: WideString read GetHint write SetHint
;
120 TTntEditUndo
= class(TEditUndo
{TNT-ALLOW TEditUndo}, ITntAction
)
122 function GetCaption
: WideString
;
123 procedure SetCaption(const Value
: WideString
);
124 function GetHint
: WideString
;
125 procedure SetHint(const Value
: WideString
);
127 procedure DefineProperties(Filer
: TFiler
); override;
129 procedure Assign(Source
: TPersistent
); override;
131 property Caption
: WideString read GetCaption write SetCaption
;
132 property Hint
: WideString read GetHint write SetHint
;
135 {TNT-WARN TEditDelete}
136 TTntEditDelete
= class(TEditDelete
{TNT-ALLOW TEditDelete}, ITntAction
)
138 function GetCaption
: WideString
;
139 procedure SetCaption(const Value
: WideString
);
140 function GetHint
: WideString
;
141 procedure SetHint(const Value
: WideString
);
143 procedure DefineProperties(Filer
: TFiler
); override;
145 procedure Assign(Source
: TPersistent
); override;
146 procedure UpdateTarget(Target
: TObject
); override;
147 procedure ExecuteTarget(Target
: TObject
); override;
149 property Caption
: WideString read GetCaption write SetCaption
;
150 property Hint
: WideString read GetHint write SetHint
;
153 {TNT-WARN TWindowAction}
154 TTntWindowAction
= class(TWindowAction
{TNT-ALLOW TWindowAction}, ITntAction
)
156 function GetCaption
: WideString
;
157 procedure SetCaption(const Value
: WideString
);
158 function GetHint
: WideString
;
159 procedure SetHint(const Value
: WideString
);
161 procedure DefineProperties(Filer
: TFiler
); override;
163 procedure Assign(Source
: TPersistent
); override;
165 property Caption
: WideString read GetCaption write SetCaption
;
166 property Hint
: WideString read GetHint write SetHint
;
169 {TNT-WARN TWindowClose}
170 TTntWindowClose
= class(TWindowClose
{TNT-ALLOW TWindowClose}, ITntAction
)
172 function GetCaption
: WideString
;
173 procedure SetCaption(const Value
: WideString
);
174 function GetHint
: WideString
;
175 procedure SetHint(const Value
: WideString
);
177 procedure DefineProperties(Filer
: TFiler
); override;
179 procedure Assign(Source
: TPersistent
); override;
181 property Caption
: WideString read GetCaption write SetCaption
;
182 property Hint
: WideString read GetHint write SetHint
;
185 {TNT-WARN TWindowCascade}
186 TTntWindowCascade
= class(TWindowCascade
{TNT-ALLOW TWindowCascade}, ITntAction
)
188 function GetCaption
: WideString
;
189 procedure SetCaption(const Value
: WideString
);
190 function GetHint
: WideString
;
191 procedure SetHint(const Value
: WideString
);
193 procedure DefineProperties(Filer
: TFiler
); override;
195 procedure Assign(Source
: TPersistent
); override;
197 property Caption
: WideString read GetCaption write SetCaption
;
198 property Hint
: WideString read GetHint write SetHint
;
201 {TNT-WARN TWindowTileHorizontal}
202 TTntWindowTileHorizontal
= class(TWindowTileHorizontal
{TNT-ALLOW TWindowTileHorizontal}, ITntAction
)
204 function GetCaption
: WideString
;
205 procedure SetCaption(const Value
: WideString
);
206 function GetHint
: WideString
;
207 procedure SetHint(const Value
: WideString
);
209 procedure DefineProperties(Filer
: TFiler
); override;
211 procedure Assign(Source
: TPersistent
); override;
213 property Caption
: WideString read GetCaption write SetCaption
;
214 property Hint
: WideString read GetHint write SetHint
;
217 {TNT-WARN TWindowTileVertical}
218 TTntWindowTileVertical
= class(TWindowTileVertical
{TNT-ALLOW TWindowTileVertical}, ITntAction
)
220 function GetCaption
: WideString
;
221 procedure SetCaption(const Value
: WideString
);
222 function GetHint
: WideString
;
223 procedure SetHint(const Value
: WideString
);
225 procedure DefineProperties(Filer
: TFiler
); override;
227 procedure Assign(Source
: TPersistent
); override;
229 property Caption
: WideString read GetCaption write SetCaption
;
230 property Hint
: WideString read GetHint write SetHint
;
233 {TNT-WARN TWindowMinimizeAll}
234 TTntWindowMinimizeAll
= class(TWindowMinimizeAll
{TNT-ALLOW TWindowMinimizeAll}, ITntAction
)
236 function GetCaption
: WideString
;
237 procedure SetCaption(const Value
: WideString
);
238 function GetHint
: WideString
;
239 procedure SetHint(const Value
: WideString
);
241 procedure DefineProperties(Filer
: TFiler
); override;
243 procedure Assign(Source
: TPersistent
); override;
245 property Caption
: WideString read GetCaption write SetCaption
;
246 property Hint
: WideString read GetHint write SetHint
;
249 {TNT-WARN TWindowArrange}
250 TTntWindowArrange
= class(TWindowArrange
{TNT-ALLOW TWindowArrange}, ITntAction
)
252 function GetCaption
: WideString
;
253 procedure SetCaption(const Value
: WideString
);
254 function GetHint
: WideString
;
255 procedure SetHint(const Value
: WideString
);
257 procedure DefineProperties(Filer
: TFiler
); override;
259 procedure Assign(Source
: TPersistent
); override;
261 property Caption
: WideString read GetCaption write SetCaption
;
262 property Hint
: WideString read GetHint write SetHint
;
265 {TNT-WARN THelpAction}
266 TTntHelpAction
= class(THelpAction
{TNT-ALLOW THelpAction}, ITntAction
)
268 function GetCaption
: WideString
;
269 procedure SetCaption(const Value
: WideString
);
270 function GetHint
: WideString
;
271 procedure SetHint(const Value
: WideString
);
273 procedure DefineProperties(Filer
: TFiler
); override;
275 procedure Assign(Source
: TPersistent
); override;
277 property Caption
: WideString read GetCaption write SetCaption
;
278 property Hint
: WideString read GetHint write SetHint
;
281 {TNT-WARN THelpContents}
282 TTntHelpContents
= class(THelpContents
{TNT-ALLOW THelpContents}, ITntAction
)
284 function GetCaption
: WideString
;
285 procedure SetCaption(const Value
: WideString
);
286 function GetHint
: WideString
;
287 procedure SetHint(const Value
: WideString
);
289 procedure DefineProperties(Filer
: TFiler
); override;
291 procedure Assign(Source
: TPersistent
); override;
293 property Caption
: WideString read GetCaption write SetCaption
;
294 property Hint
: WideString read GetHint write SetHint
;
297 {TNT-WARN THelpTopicSearch}
298 TTntHelpTopicSearch
= class(THelpTopicSearch
{TNT-ALLOW THelpTopicSearch}, ITntAction
)
300 function GetCaption
: WideString
;
301 procedure SetCaption(const Value
: WideString
);
302 function GetHint
: WideString
;
303 procedure SetHint(const Value
: WideString
);
305 procedure DefineProperties(Filer
: TFiler
); override;
307 procedure Assign(Source
: TPersistent
); override;
309 property Caption
: WideString read GetCaption write SetCaption
;
310 property Hint
: WideString read GetHint write SetHint
;
313 {TNT-WARN THelpOnHelp}
314 TTntHelpOnHelp
= class(THelpOnHelp
{TNT-ALLOW THelpOnHelp}, ITntAction
)
316 function GetCaption
: WideString
;
317 procedure SetCaption(const Value
: WideString
);
318 function GetHint
: WideString
;
319 procedure SetHint(const Value
: WideString
);
321 procedure DefineProperties(Filer
: TFiler
); override;
323 procedure Assign(Source
: TPersistent
); override;
325 property Caption
: WideString read GetCaption write SetCaption
;
326 property Hint
: WideString read GetHint write SetHint
;
329 {TNT-WARN THelpContextAction}
330 TTntHelpContextAction
= class(THelpContextAction
{TNT-ALLOW THelpContextAction}, ITntAction
)
332 function GetCaption
: WideString
;
333 procedure SetCaption(const Value
: WideString
);
334 function GetHint
: WideString
;
335 procedure SetHint(const Value
: WideString
);
337 procedure DefineProperties(Filer
: TFiler
); override;
339 procedure Assign(Source
: TPersistent
); override;
341 property Caption
: WideString read GetCaption write SetCaption
;
342 property Hint
: WideString read GetHint write SetHint
;
345 {TNT-WARN TCommonDialogAction}
346 TTntCommonDialogAction
= class(TCommonDialogAction
{TNT-ALLOW TCommonDialogAction}, ITntAction
)
348 function GetCaption
: WideString
;
349 procedure SetCaption(const Value
: WideString
);
350 function GetHint
: WideString
;
351 procedure SetHint(const Value
: WideString
);
353 procedure DefineProperties(Filer
: TFiler
); override;
355 procedure Assign(Source
: TPersistent
); override;
357 property Caption
: WideString read GetCaption write SetCaption
;
358 property Hint
: WideString read GetHint write SetHint
;
361 {TNT-WARN TFileAction}
362 TTntFileAction
= class(TFileAction
{TNT-ALLOW TFileAction}, ITntAction
)
364 function GetCaption
: WideString
;
365 procedure SetCaption(const Value
: WideString
);
366 function GetHint
: WideString
;
367 procedure SetHint(const Value
: WideString
);
369 procedure DefineProperties(Filer
: TFiler
); override;
371 procedure Assign(Source
: TPersistent
); override;
373 property Caption
: WideString read GetCaption write SetCaption
;
374 property Hint
: WideString read GetHint write SetHint
;
378 TTntFileOpen
= class(TFileOpen
{TNT-ALLOW TFileOpen}, ITntAction
)
380 function GetCaption
: WideString
;
381 procedure SetCaption(const Value
: WideString
);
382 function GetHint
: WideString
;
383 procedure SetHint(const Value
: WideString
);
384 function GetDialog
: TTntOpenDialog
;
386 procedure DefineProperties(Filer
: TFiler
); override;
387 function GetDialogClass
: TCommonDialogClass
; override;
389 procedure Assign(Source
: TPersistent
); override;
391 property Caption
: WideString read GetCaption write SetCaption
;
392 property Dialog
: TTntOpenDialog read GetDialog
;
393 property Hint
: WideString read GetHint write SetHint
;
396 {TNT-WARN TFileOpenWith}
397 TTntFileOpenWith
= class(TFileOpenWith
{TNT-ALLOW TFileOpenWith}, ITntAction
)
399 function GetCaption
: WideString
;
400 procedure SetCaption(const Value
: WideString
);
401 function GetHint
: WideString
;
402 procedure SetHint(const Value
: WideString
);
403 function GetDialog
: TTntOpenDialog
;
405 procedure DefineProperties(Filer
: TFiler
); override;
406 function GetDialogClass
: TCommonDialogClass
; override;
408 procedure Assign(Source
: TPersistent
); override;
410 property Caption
: WideString read GetCaption write SetCaption
;
411 property Dialog
: TTntOpenDialog read GetDialog
;
412 property Hint
: WideString read GetHint write SetHint
;
415 {TNT-WARN TFileSaveAs}
416 TTntFileSaveAs
= class(TFileSaveAs
{TNT-ALLOW TFileSaveAs}, ITntAction
)
418 function GetCaption
: WideString
;
419 procedure SetCaption(const Value
: WideString
);
420 function GetHint
: WideString
;
421 procedure SetHint(const Value
: WideString
);
422 function GetDialog
: TTntSaveDialog
;
424 procedure DefineProperties(Filer
: TFiler
); override;
425 function GetDialogClass
: TCommonDialogClass
; override;
427 procedure Assign(Source
: TPersistent
); override;
429 property Caption
: WideString read GetCaption write SetCaption
;
430 property Dialog
: TTntSaveDialog read GetDialog
;
431 property Hint
: WideString read GetHint write SetHint
;
434 {TNT-WARN TFilePrintSetup}
435 TTntFilePrintSetup
= class(TFilePrintSetup
{TNT-ALLOW TFilePrintSetup}, ITntAction
)
437 function GetCaption
: WideString
;
438 procedure SetCaption(const Value
: WideString
);
439 function GetHint
: WideString
;
440 procedure SetHint(const Value
: WideString
);
442 procedure DefineProperties(Filer
: TFiler
); override;
444 procedure Assign(Source
: TPersistent
); override;
446 property Caption
: WideString read GetCaption write SetCaption
;
447 property Hint
: WideString read GetHint write SetHint
;
450 {$IFDEF COMPILER_7_UP}
451 {TNT-WARN TFilePageSetup}
452 TTntFilePageSetup
= class(TFilePageSetup
{TNT-ALLOW TFilePageSetup}, ITntAction
)
454 function GetCaption
: WideString
;
455 procedure SetCaption(const Value
: WideString
);
456 function GetHint
: WideString
;
457 procedure SetHint(const Value
: WideString
);
459 procedure DefineProperties(Filer
: TFiler
); override;
461 procedure Assign(Source
: TPersistent
); override;
463 property Caption
: WideString read GetCaption write SetCaption
;
464 property Hint
: WideString read GetHint write SetHint
;
469 TTntFileExit
= class(TFileExit
{TNT-ALLOW TFileExit}, ITntAction
)
471 function GetCaption
: WideString
;
472 procedure SetCaption(const Value
: WideString
);
473 function GetHint
: WideString
;
474 procedure SetHint(const Value
: WideString
);
476 procedure DefineProperties(Filer
: TFiler
); override;
478 procedure Assign(Source
: TPersistent
); override;
480 property Caption
: WideString read GetCaption write SetCaption
;
481 property Hint
: WideString read GetHint write SetHint
;
484 {TNT-WARN TSearchAction}
485 TTntSearchAction
= class(TSearchAction
{TNT-ALLOW TSearchAction}, ITntAction
)
487 function GetCaption
: WideString
;
488 procedure SetCaption(const Value
: WideString
);
489 function GetHint
: WideString
;
490 procedure SetHint(const Value
: WideString
);
492 procedure DefineProperties(Filer
: TFiler
); override;
494 procedure Assign(Source
: TPersistent
); override;
496 property Caption
: WideString read GetCaption write SetCaption
;
497 property Hint
: WideString read GetHint write SetHint
;
500 {TNT-WARN TSearchFind}
501 TTntSearchFind
= class(TSearchFind
{TNT-ALLOW TSearchFind}, ITntAction
)
503 function GetCaption
: WideString
;
504 procedure SetCaption(const Value
: WideString
);
505 function GetHint
: WideString
;
506 procedure SetHint(const Value
: WideString
);
508 procedure DefineProperties(Filer
: TFiler
); override;
510 procedure Assign(Source
: TPersistent
); override;
512 property Caption
: WideString read GetCaption write SetCaption
;
513 property Hint
: WideString read GetHint write SetHint
;
516 {TNT-WARN TSearchReplace}
517 TTntSearchReplace
= class(TSearchReplace
{TNT-ALLOW TSearchReplace}, ITntAction
)
519 function GetCaption
: WideString
;
520 procedure SetCaption(const Value
: WideString
);
521 function GetHint
: WideString
;
522 procedure SetHint(const Value
: WideString
);
524 procedure DefineProperties(Filer
: TFiler
); override;
526 procedure Assign(Source
: TPersistent
); override;
528 property Caption
: WideString read GetCaption write SetCaption
;
529 property Hint
: WideString read GetHint write SetHint
;
532 {TNT-WARN TSearchFindFirst}
533 TTntSearchFindFirst
= class(TSearchFindFirst
{TNT-ALLOW TSearchFindFirst}, ITntAction
)
535 function GetCaption
: WideString
;
536 procedure SetCaption(const Value
: WideString
);
537 function GetHint
: WideString
;
538 procedure SetHint(const Value
: WideString
);
540 procedure DefineProperties(Filer
: TFiler
); override;
542 procedure Assign(Source
: TPersistent
); override;
544 property Caption
: WideString read GetCaption write SetCaption
;
545 property Hint
: WideString read GetHint write SetHint
;
548 {TNT-WARN TSearchFindNext}
549 TTntSearchFindNext
= class(TSearchFindNext
{TNT-ALLOW TSearchFindNext}, ITntAction
)
551 function GetCaption
: WideString
;
552 procedure SetCaption(const Value
: WideString
);
553 function GetHint
: WideString
;
554 procedure SetHint(const Value
: WideString
);
556 procedure DefineProperties(Filer
: TFiler
); override;
558 procedure Assign(Source
: TPersistent
); override;
560 property Caption
: WideString read GetCaption write SetCaption
;
561 property Hint
: WideString read GetHint write SetHint
;
565 TTntFontEdit
= class(TFontEdit
{TNT-ALLOW TFontEdit}, ITntAction
)
567 function GetCaption
: WideString
;
568 procedure SetCaption(const Value
: WideString
);
569 function GetHint
: WideString
;
570 procedure SetHint(const Value
: WideString
);
572 procedure DefineProperties(Filer
: TFiler
); override;
574 procedure Assign(Source
: TPersistent
); override;
576 property Caption
: WideString read GetCaption write SetCaption
;
577 property Hint
: WideString read GetHint write SetHint
;
580 {TNT-WARN TColorSelect}
581 TTntColorSelect
= class(TColorSelect
{TNT-ALLOW TColorSelect}, ITntAction
)
583 function GetCaption
: WideString
;
584 procedure SetCaption(const Value
: WideString
);
585 function GetHint
: WideString
;
586 procedure SetHint(const Value
: WideString
);
588 procedure DefineProperties(Filer
: TFiler
); override;
590 procedure Assign(Source
: TPersistent
); override;
592 property Caption
: WideString read GetCaption write SetCaption
;
593 property Hint
: WideString read GetHint write SetHint
;
597 TTntPrintDlg
= class(TPrintDlg
{TNT-ALLOW TPrintDlg}, ITntAction
)
599 function GetCaption
: WideString
;
600 procedure SetCaption(const Value
: WideString
);
601 function GetHint
: WideString
;
602 procedure SetHint(const Value
: WideString
);
604 procedure DefineProperties(Filer
: TFiler
); override;
606 procedure Assign(Source
: TPersistent
); override;
608 property Caption
: WideString read GetCaption write SetCaption
;
609 property Hint
: WideString read GetHint write SetHint
;
612 procedure TntStdActn_AfterInherited_Assign(Action
: TCustomAction
{TNT-ALLOW TCustomAction}; Source
: TPersistent
);
621 procedure TntStdActn_AfterInherited_Assign(Action
: TCustomAction
{TNT-ALLOW TCustomAction}; Source
: TPersistent
);
623 TntAction_AfterInherited_Assign(Action
, Source
);
624 // TCommonDialogAction
625 if (Action
is TCommonDialogAction
) and (Source
is TCommonDialogAction
) then begin
626 TCommonDialogAction(Action
).BeforeExecute
:= TCommonDialogAction(Source
).BeforeExecute
;
627 TCommonDialogAction(Action
).OnAccept
:= TCommonDialogAction(Source
).OnAccept
;
628 TCommonDialogAction(Action
).OnCancel
:= TCommonDialogAction(Source
).OnCancel
;
631 if (Action
is TFileOpen
) and (Source
is TFileOpen
) then begin
632 {$IFDEF COMPILER_7_UP}
633 TFileOpen(Action
).UseDefaultApp
:= TFileOpen(Source
).UseDefaultApp
;
637 if (Action
is TFileOpenWith
) and (Source
is TFileOpenWith
) then begin
638 TFileOpenWith(Action
).FileName
:= TFileOpenWith(Source
).FileName
;
639 {$IFDEF COMPILER_7_UP}
640 TFileOpenWith(Action
).AfterOpen
:= TFileOpenWith(Source
).AfterOpen
;
644 if (Action
is TSearchFindNext
) and (Source
is TSearchFindNext
) then begin
645 TSearchFindNext(Action
).SearchFind
:= TSearchFindNext(Source
).SearchFind
;
649 //-------------------------
651 //-------------------------
655 procedure TTntHintAction
.Assign(Source
: TPersistent
);
658 TntStdActn_AfterInherited_Assign(Self
, Source
);
661 procedure TTntHintAction
.DefineProperties(Filer
: TFiler
);
664 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
667 function TTntHintAction
.GetCaption
: WideString
;
669 Result
:= TntAction_GetCaption(Self
);
672 procedure TTntHintAction
.SetCaption(const Value
: WideString
);
674 TntAction_SetCaption(Self
, Value
);
677 function TTntHintAction
.GetHint
: WideString
;
679 Result
:= TntAction_GetHint(Self
);
682 procedure TTntHintAction
.SetHint(const Value
: WideString
);
684 TntAction_SetHint(Self
, Value
);
689 procedure TTntEditAction
.Assign(Source
: TPersistent
);
692 TntStdActn_AfterInherited_Assign(Self
, Source
);
695 procedure TTntEditAction
.DefineProperties(Filer
: TFiler
);
698 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
701 function TTntEditAction
.GetCaption
: WideString
;
703 Result
:= TntAction_GetCaption(Self
);
706 procedure TTntEditAction
.SetCaption(const Value
: WideString
);
708 TntAction_SetCaption(Self
, Value
);
711 function TTntEditAction
.GetHint
: WideString
;
713 Result
:= TntAction_GetHint(Self
);
716 procedure TTntEditAction
.SetHint(const Value
: WideString
);
718 TntAction_SetHint(Self
, Value
);
723 procedure TTntEditCut
.Assign(Source
: TPersistent
);
726 TntStdActn_AfterInherited_Assign(Self
, Source
);
729 procedure TTntEditCut
.DefineProperties(Filer
: TFiler
);
732 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
735 function TTntEditCut
.GetCaption
: WideString
;
737 Result
:= TntAction_GetCaption(Self
);
740 procedure TTntEditCut
.SetCaption(const Value
: WideString
);
742 TntAction_SetCaption(Self
, Value
);
745 function TTntEditCut
.GetHint
: WideString
;
747 Result
:= TntAction_GetHint(Self
);
750 procedure TTntEditCut
.SetHint(const Value
: WideString
);
752 TntAction_SetHint(Self
, Value
);
757 procedure TTntEditCopy
.Assign(Source
: TPersistent
);
760 TntStdActn_AfterInherited_Assign(Self
, Source
);
763 procedure TTntEditCopy
.DefineProperties(Filer
: TFiler
);
766 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
769 function TTntEditCopy
.GetCaption
: WideString
;
771 Result
:= TntAction_GetCaption(Self
);
774 procedure TTntEditCopy
.SetCaption(const Value
: WideString
);
776 TntAction_SetCaption(Self
, Value
);
779 function TTntEditCopy
.GetHint
: WideString
;
781 Result
:= TntAction_GetHint(Self
);
784 procedure TTntEditCopy
.SetHint(const Value
: WideString
);
786 TntAction_SetHint(Self
, Value
);
791 procedure TTntEditPaste
.Assign(Source
: TPersistent
);
794 TntStdActn_AfterInherited_Assign(Self
, Source
);
797 procedure TTntEditPaste
.DefineProperties(Filer
: TFiler
);
800 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
803 function TTntEditPaste
.GetCaption
: WideString
;
805 Result
:= TntAction_GetCaption(Self
);
808 procedure TTntEditPaste
.SetCaption(const Value
: WideString
);
810 TntAction_SetCaption(Self
, Value
);
813 function TTntEditPaste
.GetHint
: WideString
;
815 Result
:= TntAction_GetHint(Self
);
818 procedure TTntEditPaste
.SetHint(const Value
: WideString
);
820 TntAction_SetHint(Self
, Value
);
823 { TTntEditSelectAll }
825 procedure TTntEditSelectAll
.Assign(Source
: TPersistent
);
828 TntStdActn_AfterInherited_Assign(Self
, Source
);
831 procedure TTntEditSelectAll
.DefineProperties(Filer
: TFiler
);
834 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
837 function TTntEditSelectAll
.GetCaption
: WideString
;
839 Result
:= TntAction_GetCaption(Self
);
842 procedure TTntEditSelectAll
.SetCaption(const Value
: WideString
);
844 TntAction_SetCaption(Self
, Value
);
847 function TTntEditSelectAll
.GetHint
: WideString
;
849 Result
:= TntAction_GetHint(Self
);
852 procedure TTntEditSelectAll
.SetHint(const Value
: WideString
);
854 TntAction_SetHint(Self
, Value
);
859 procedure TTntEditUndo
.Assign(Source
: TPersistent
);
862 TntStdActn_AfterInherited_Assign(Self
, Source
);
865 procedure TTntEditUndo
.DefineProperties(Filer
: TFiler
);
868 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
871 function TTntEditUndo
.GetCaption
: WideString
;
873 Result
:= TntAction_GetCaption(Self
);
876 procedure TTntEditUndo
.SetCaption(const Value
: WideString
);
878 TntAction_SetCaption(Self
, Value
);
881 function TTntEditUndo
.GetHint
: WideString
;
883 Result
:= TntAction_GetHint(Self
);
886 procedure TTntEditUndo
.SetHint(const Value
: WideString
);
888 TntAction_SetHint(Self
, Value
);
893 procedure TTntEditDelete
.Assign(Source
: TPersistent
);
896 TntStdActn_AfterInherited_Assign(Self
, Source
);
899 procedure TTntEditDelete
.DefineProperties(Filer
: TFiler
);
902 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
905 function TTntEditDelete
.GetCaption
: WideString
;
907 Result
:= TntAction_GetCaption(Self
);
910 procedure TTntEditDelete
.SetCaption(const Value
: WideString
);
912 TntAction_SetCaption(Self
, Value
);
915 function TTntEditDelete
.GetHint
: WideString
;
917 Result
:= TntAction_GetHint(Self
);
920 procedure TTntEditDelete
.SetHint(const Value
: WideString
);
922 TntAction_SetHint(Self
, Value
);
925 procedure TTntEditDelete
.UpdateTarget(Target
: TObject
);
930 procedure TTntEditDelete
.ExecuteTarget(Target
: TObject
);
932 if GetControl(Target
).SelLength
= 0 then
933 GetControl(Target
).SelLength
:= 1;
934 GetControl(Target
).ClearSelection
939 procedure TTntWindowAction
.Assign(Source
: TPersistent
);
942 TntStdActn_AfterInherited_Assign(Self
, Source
);
945 procedure TTntWindowAction
.DefineProperties(Filer
: TFiler
);
948 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
951 function TTntWindowAction
.GetCaption
: WideString
;
953 Result
:= TntAction_GetCaption(Self
);
956 procedure TTntWindowAction
.SetCaption(const Value
: WideString
);
958 TntAction_SetCaption(Self
, Value
);
961 function TTntWindowAction
.GetHint
: WideString
;
963 Result
:= TntAction_GetHint(Self
);
966 procedure TTntWindowAction
.SetHint(const Value
: WideString
);
968 TntAction_SetHint(Self
, Value
);
973 procedure TTntWindowClose
.Assign(Source
: TPersistent
);
976 TntStdActn_AfterInherited_Assign(Self
, Source
);
979 procedure TTntWindowClose
.DefineProperties(Filer
: TFiler
);
982 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
985 function TTntWindowClose
.GetCaption
: WideString
;
987 Result
:= TntAction_GetCaption(Self
);
990 procedure TTntWindowClose
.SetCaption(const Value
: WideString
);
992 TntAction_SetCaption(Self
, Value
);
995 function TTntWindowClose
.GetHint
: WideString
;
997 Result
:= TntAction_GetHint(Self
);
1000 procedure TTntWindowClose
.SetHint(const Value
: WideString
);
1002 TntAction_SetHint(Self
, Value
);
1005 { TTntWindowCascade }
1007 procedure TTntWindowCascade
.Assign(Source
: TPersistent
);
1010 TntStdActn_AfterInherited_Assign(Self
, Source
);
1013 procedure TTntWindowCascade
.DefineProperties(Filer
: TFiler
);
1016 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1019 function TTntWindowCascade
.GetCaption
: WideString
;
1021 Result
:= TntAction_GetCaption(Self
);
1024 procedure TTntWindowCascade
.SetCaption(const Value
: WideString
);
1026 TntAction_SetCaption(Self
, Value
);
1029 function TTntWindowCascade
.GetHint
: WideString
;
1031 Result
:= TntAction_GetHint(Self
);
1034 procedure TTntWindowCascade
.SetHint(const Value
: WideString
);
1036 TntAction_SetHint(Self
, Value
);
1039 { TTntWindowTileHorizontal }
1041 procedure TTntWindowTileHorizontal
.Assign(Source
: TPersistent
);
1044 TntStdActn_AfterInherited_Assign(Self
, Source
);
1047 procedure TTntWindowTileHorizontal
.DefineProperties(Filer
: TFiler
);
1050 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1053 function TTntWindowTileHorizontal
.GetCaption
: WideString
;
1055 Result
:= TntAction_GetCaption(Self
);
1058 procedure TTntWindowTileHorizontal
.SetCaption(const Value
: WideString
);
1060 TntAction_SetCaption(Self
, Value
);
1063 function TTntWindowTileHorizontal
.GetHint
: WideString
;
1065 Result
:= TntAction_GetHint(Self
);
1068 procedure TTntWindowTileHorizontal
.SetHint(const Value
: WideString
);
1070 TntAction_SetHint(Self
, Value
);
1073 { TTntWindowTileVertical }
1075 procedure TTntWindowTileVertical
.Assign(Source
: TPersistent
);
1078 TntStdActn_AfterInherited_Assign(Self
, Source
);
1081 procedure TTntWindowTileVertical
.DefineProperties(Filer
: TFiler
);
1084 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1087 function TTntWindowTileVertical
.GetCaption
: WideString
;
1089 Result
:= TntAction_GetCaption(Self
);
1092 procedure TTntWindowTileVertical
.SetCaption(const Value
: WideString
);
1094 TntAction_SetCaption(Self
, Value
);
1097 function TTntWindowTileVertical
.GetHint
: WideString
;
1099 Result
:= TntAction_GetHint(Self
);
1102 procedure TTntWindowTileVertical
.SetHint(const Value
: WideString
);
1104 TntAction_SetHint(Self
, Value
);
1107 { TTntWindowMinimizeAll }
1109 procedure TTntWindowMinimizeAll
.Assign(Source
: TPersistent
);
1112 TntStdActn_AfterInherited_Assign(Self
, Source
);
1115 procedure TTntWindowMinimizeAll
.DefineProperties(Filer
: TFiler
);
1118 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1121 function TTntWindowMinimizeAll
.GetCaption
: WideString
;
1123 Result
:= TntAction_GetCaption(Self
);
1126 procedure TTntWindowMinimizeAll
.SetCaption(const Value
: WideString
);
1128 TntAction_SetCaption(Self
, Value
);
1131 function TTntWindowMinimizeAll
.GetHint
: WideString
;
1133 Result
:= TntAction_GetHint(Self
);
1136 procedure TTntWindowMinimizeAll
.SetHint(const Value
: WideString
);
1138 TntAction_SetHint(Self
, Value
);
1141 { TTntWindowArrange }
1143 procedure TTntWindowArrange
.Assign(Source
: TPersistent
);
1146 TntStdActn_AfterInherited_Assign(Self
, Source
);
1149 procedure TTntWindowArrange
.DefineProperties(Filer
: TFiler
);
1152 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1155 function TTntWindowArrange
.GetCaption
: WideString
;
1157 Result
:= TntAction_GetCaption(Self
);
1160 procedure TTntWindowArrange
.SetCaption(const Value
: WideString
);
1162 TntAction_SetCaption(Self
, Value
);
1165 function TTntWindowArrange
.GetHint
: WideString
;
1167 Result
:= TntAction_GetHint(Self
);
1170 procedure TTntWindowArrange
.SetHint(const Value
: WideString
);
1172 TntAction_SetHint(Self
, Value
);
1177 procedure TTntHelpAction
.Assign(Source
: TPersistent
);
1180 TntStdActn_AfterInherited_Assign(Self
, Source
);
1183 procedure TTntHelpAction
.DefineProperties(Filer
: TFiler
);
1186 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1189 function TTntHelpAction
.GetCaption
: WideString
;
1191 Result
:= TntAction_GetCaption(Self
);
1194 procedure TTntHelpAction
.SetCaption(const Value
: WideString
);
1196 TntAction_SetCaption(Self
, Value
);
1199 function TTntHelpAction
.GetHint
: WideString
;
1201 Result
:= TntAction_GetHint(Self
);
1204 procedure TTntHelpAction
.SetHint(const Value
: WideString
);
1206 TntAction_SetHint(Self
, Value
);
1209 { TTntHelpContents }
1211 procedure TTntHelpContents
.Assign(Source
: TPersistent
);
1214 TntStdActn_AfterInherited_Assign(Self
, Source
);
1217 procedure TTntHelpContents
.DefineProperties(Filer
: TFiler
);
1220 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1223 function TTntHelpContents
.GetCaption
: WideString
;
1225 Result
:= TntAction_GetCaption(Self
);
1228 procedure TTntHelpContents
.SetCaption(const Value
: WideString
);
1230 TntAction_SetCaption(Self
, Value
);
1233 function TTntHelpContents
.GetHint
: WideString
;
1235 Result
:= TntAction_GetHint(Self
);
1238 procedure TTntHelpContents
.SetHint(const Value
: WideString
);
1240 TntAction_SetHint(Self
, Value
);
1243 { TTntHelpTopicSearch }
1245 procedure TTntHelpTopicSearch
.Assign(Source
: TPersistent
);
1248 TntStdActn_AfterInherited_Assign(Self
, Source
);
1251 procedure TTntHelpTopicSearch
.DefineProperties(Filer
: TFiler
);
1254 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1257 function TTntHelpTopicSearch
.GetCaption
: WideString
;
1259 Result
:= TntAction_GetCaption(Self
);
1262 procedure TTntHelpTopicSearch
.SetCaption(const Value
: WideString
);
1264 TntAction_SetCaption(Self
, Value
);
1267 function TTntHelpTopicSearch
.GetHint
: WideString
;
1269 Result
:= TntAction_GetHint(Self
);
1272 procedure TTntHelpTopicSearch
.SetHint(const Value
: WideString
);
1274 TntAction_SetHint(Self
, Value
);
1279 procedure TTntHelpOnHelp
.Assign(Source
: TPersistent
);
1282 TntStdActn_AfterInherited_Assign(Self
, Source
);
1285 procedure TTntHelpOnHelp
.DefineProperties(Filer
: TFiler
);
1288 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1291 function TTntHelpOnHelp
.GetCaption
: WideString
;
1293 Result
:= TntAction_GetCaption(Self
);
1296 procedure TTntHelpOnHelp
.SetCaption(const Value
: WideString
);
1298 TntAction_SetCaption(Self
, Value
);
1301 function TTntHelpOnHelp
.GetHint
: WideString
;
1303 Result
:= TntAction_GetHint(Self
);
1306 procedure TTntHelpOnHelp
.SetHint(const Value
: WideString
);
1308 TntAction_SetHint(Self
, Value
);
1311 { TTntHelpContextAction }
1313 procedure TTntHelpContextAction
.Assign(Source
: TPersistent
);
1316 TntStdActn_AfterInherited_Assign(Self
, Source
);
1319 procedure TTntHelpContextAction
.DefineProperties(Filer
: TFiler
);
1322 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1325 function TTntHelpContextAction
.GetCaption
: WideString
;
1327 Result
:= TntAction_GetCaption(Self
);
1330 procedure TTntHelpContextAction
.SetCaption(const Value
: WideString
);
1332 TntAction_SetCaption(Self
, Value
);
1335 function TTntHelpContextAction
.GetHint
: WideString
;
1337 Result
:= TntAction_GetHint(Self
);
1340 procedure TTntHelpContextAction
.SetHint(const Value
: WideString
);
1342 TntAction_SetHint(Self
, Value
);
1345 { TTntCommonDialogAction }
1347 procedure TTntCommonDialogAction
.Assign(Source
: TPersistent
);
1350 TntStdActn_AfterInherited_Assign(Self
, Source
);
1353 procedure TTntCommonDialogAction
.DefineProperties(Filer
: TFiler
);
1356 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1359 function TTntCommonDialogAction
.GetCaption
: WideString
;
1361 Result
:= TntAction_GetCaption(Self
);
1364 procedure TTntCommonDialogAction
.SetCaption(const Value
: WideString
);
1366 TntAction_SetCaption(Self
, Value
);
1369 function TTntCommonDialogAction
.GetHint
: WideString
;
1371 Result
:= TntAction_GetHint(Self
);
1374 procedure TTntCommonDialogAction
.SetHint(const Value
: WideString
);
1376 TntAction_SetHint(Self
, Value
);
1381 procedure TTntFileAction
.Assign(Source
: TPersistent
);
1384 TntStdActn_AfterInherited_Assign(Self
, Source
);
1387 procedure TTntFileAction
.DefineProperties(Filer
: TFiler
);
1390 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1393 function TTntFileAction
.GetCaption
: WideString
;
1395 Result
:= TntAction_GetCaption(Self
);
1398 procedure TTntFileAction
.SetCaption(const Value
: WideString
);
1400 TntAction_SetCaption(Self
, Value
);
1403 function TTntFileAction
.GetHint
: WideString
;
1405 Result
:= TntAction_GetHint(Self
);
1408 procedure TTntFileAction
.SetHint(const Value
: WideString
);
1410 TntAction_SetHint(Self
, Value
);
1415 procedure TTntFileOpen
.Assign(Source
: TPersistent
);
1418 TntStdActn_AfterInherited_Assign(Self
, Source
);
1421 procedure TTntFileOpen
.DefineProperties(Filer
: TFiler
);
1424 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1427 function TTntFileOpen
.GetCaption
: WideString
;
1429 Result
:= TntAction_GetCaption(Self
);
1432 procedure TTntFileOpen
.SetCaption(const Value
: WideString
);
1434 TntAction_SetCaption(Self
, Value
);
1437 function TTntFileOpen
.GetHint
: WideString
;
1439 Result
:= TntAction_GetHint(Self
);
1442 procedure TTntFileOpen
.SetHint(const Value
: WideString
);
1444 TntAction_SetHint(Self
, Value
);
1447 function TTntFileOpen
.GetDialog
: TTntOpenDialog
;
1449 Result
:= inherited Dialog
as TTntOpenDialog
;
1452 function TTntFileOpen
.GetDialogClass
: TCommonDialogClass
;
1454 Result
:= TTntOpenDialog
;
1457 { TTntFileOpenWith }
1459 procedure TTntFileOpenWith
.Assign(Source
: TPersistent
);
1462 TntStdActn_AfterInherited_Assign(Self
, Source
);
1465 procedure TTntFileOpenWith
.DefineProperties(Filer
: TFiler
);
1468 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1471 function TTntFileOpenWith
.GetCaption
: WideString
;
1473 Result
:= TntAction_GetCaption(Self
);
1476 procedure TTntFileOpenWith
.SetCaption(const Value
: WideString
);
1478 TntAction_SetCaption(Self
, Value
);
1481 function TTntFileOpenWith
.GetHint
: WideString
;
1483 Result
:= TntAction_GetHint(Self
);
1486 procedure TTntFileOpenWith
.SetHint(const Value
: WideString
);
1488 TntAction_SetHint(Self
, Value
);
1491 function TTntFileOpenWith
.GetDialog
: TTntOpenDialog
;
1493 Result
:= inherited Dialog
as TTntOpenDialog
;
1496 function TTntFileOpenWith
.GetDialogClass
: TCommonDialogClass
;
1498 Result
:= TTntOpenDialog
;
1503 procedure TTntFileSaveAs
.Assign(Source
: TPersistent
);
1506 TntStdActn_AfterInherited_Assign(Self
, Source
);
1509 procedure TTntFileSaveAs
.DefineProperties(Filer
: TFiler
);
1512 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1515 function TTntFileSaveAs
.GetCaption
: WideString
;
1517 Result
:= TntAction_GetCaption(Self
);
1520 procedure TTntFileSaveAs
.SetCaption(const Value
: WideString
);
1522 TntAction_SetCaption(Self
, Value
);
1525 function TTntFileSaveAs
.GetHint
: WideString
;
1527 Result
:= TntAction_GetHint(Self
);
1530 procedure TTntFileSaveAs
.SetHint(const Value
: WideString
);
1532 TntAction_SetHint(Self
, Value
);
1535 function TTntFileSaveAs
.GetDialog
: TTntSaveDialog
;
1537 Result
:= TOpenDialog(inherited Dialog
) as TTntSaveDialog
;
1540 function TTntFileSaveAs
.GetDialogClass
: TCommonDialogClass
;
1542 Result
:= TTntSaveDialog
;
1545 { TTntFilePrintSetup }
1547 procedure TTntFilePrintSetup
.Assign(Source
: TPersistent
);
1550 TntStdActn_AfterInherited_Assign(Self
, Source
);
1553 procedure TTntFilePrintSetup
.DefineProperties(Filer
: TFiler
);
1556 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1559 function TTntFilePrintSetup
.GetCaption
: WideString
;
1561 Result
:= TntAction_GetCaption(Self
);
1564 procedure TTntFilePrintSetup
.SetCaption(const Value
: WideString
);
1566 TntAction_SetCaption(Self
, Value
);
1569 function TTntFilePrintSetup
.GetHint
: WideString
;
1571 Result
:= TntAction_GetHint(Self
);
1574 procedure TTntFilePrintSetup
.SetHint(const Value
: WideString
);
1576 TntAction_SetHint(Self
, Value
);
1579 {$IFDEF COMPILER_7_UP}
1581 { TTntFilePageSetup }
1583 procedure TTntFilePageSetup
.Assign(Source
: TPersistent
);
1586 TntStdActn_AfterInherited_Assign(Self
, Source
);
1589 procedure TTntFilePageSetup
.DefineProperties(Filer
: TFiler
);
1592 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1595 function TTntFilePageSetup
.GetCaption
: WideString
;
1597 Result
:= TntAction_GetCaption(Self
);
1600 procedure TTntFilePageSetup
.SetCaption(const Value
: WideString
);
1602 TntAction_SetCaption(Self
, Value
);
1605 function TTntFilePageSetup
.GetHint
: WideString
;
1607 Result
:= TntAction_GetHint(Self
);
1610 procedure TTntFilePageSetup
.SetHint(const Value
: WideString
);
1612 TntAction_SetHint(Self
, Value
);
1618 procedure TTntFileExit
.Assign(Source
: TPersistent
);
1621 TntStdActn_AfterInherited_Assign(Self
, Source
);
1624 procedure TTntFileExit
.DefineProperties(Filer
: TFiler
);
1627 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1630 function TTntFileExit
.GetCaption
: WideString
;
1632 Result
:= TntAction_GetCaption(Self
);
1635 procedure TTntFileExit
.SetCaption(const Value
: WideString
);
1637 TntAction_SetCaption(Self
, Value
);
1640 function TTntFileExit
.GetHint
: WideString
;
1642 Result
:= TntAction_GetHint(Self
);
1645 procedure TTntFileExit
.SetHint(const Value
: WideString
);
1647 TntAction_SetHint(Self
, Value
);
1650 { TTntSearchAction }
1652 procedure TTntSearchAction
.Assign(Source
: TPersistent
);
1655 TntStdActn_AfterInherited_Assign(Self
, Source
);
1658 procedure TTntSearchAction
.DefineProperties(Filer
: TFiler
);
1661 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1664 function TTntSearchAction
.GetCaption
: WideString
;
1666 Result
:= TntAction_GetCaption(Self
);
1669 procedure TTntSearchAction
.SetCaption(const Value
: WideString
);
1671 TntAction_SetCaption(Self
, Value
);
1674 function TTntSearchAction
.GetHint
: WideString
;
1676 Result
:= TntAction_GetHint(Self
);
1679 procedure TTntSearchAction
.SetHint(const Value
: WideString
);
1681 TntAction_SetHint(Self
, Value
);
1686 procedure TTntSearchFind
.Assign(Source
: TPersistent
);
1689 TntStdActn_AfterInherited_Assign(Self
, Source
);
1692 procedure TTntSearchFind
.DefineProperties(Filer
: TFiler
);
1695 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1698 function TTntSearchFind
.GetCaption
: WideString
;
1700 Result
:= TntAction_GetCaption(Self
);
1703 procedure TTntSearchFind
.SetCaption(const Value
: WideString
);
1705 TntAction_SetCaption(Self
, Value
);
1708 function TTntSearchFind
.GetHint
: WideString
;
1710 Result
:= TntAction_GetHint(Self
);
1713 procedure TTntSearchFind
.SetHint(const Value
: WideString
);
1715 TntAction_SetHint(Self
, Value
);
1718 { TTntSearchReplace }
1720 procedure TTntSearchReplace
.Assign(Source
: TPersistent
);
1723 TntStdActn_AfterInherited_Assign(Self
, Source
);
1726 procedure TTntSearchReplace
.DefineProperties(Filer
: TFiler
);
1729 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1732 function TTntSearchReplace
.GetCaption
: WideString
;
1734 Result
:= TntAction_GetCaption(Self
);
1737 procedure TTntSearchReplace
.SetCaption(const Value
: WideString
);
1739 TntAction_SetCaption(Self
, Value
);
1742 function TTntSearchReplace
.GetHint
: WideString
;
1744 Result
:= TntAction_GetHint(Self
);
1747 procedure TTntSearchReplace
.SetHint(const Value
: WideString
);
1749 TntAction_SetHint(Self
, Value
);
1752 { TTntSearchFindFirst }
1754 procedure TTntSearchFindFirst
.Assign(Source
: TPersistent
);
1757 TntStdActn_AfterInherited_Assign(Self
, Source
);
1760 procedure TTntSearchFindFirst
.DefineProperties(Filer
: TFiler
);
1763 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1766 function TTntSearchFindFirst
.GetCaption
: WideString
;
1768 Result
:= TntAction_GetCaption(Self
);
1771 procedure TTntSearchFindFirst
.SetCaption(const Value
: WideString
);
1773 TntAction_SetCaption(Self
, Value
);
1776 function TTntSearchFindFirst
.GetHint
: WideString
;
1778 Result
:= TntAction_GetHint(Self
);
1781 procedure TTntSearchFindFirst
.SetHint(const Value
: WideString
);
1783 TntAction_SetHint(Self
, Value
);
1786 { TTntSearchFindNext }
1788 procedure TTntSearchFindNext
.Assign(Source
: TPersistent
);
1791 TntStdActn_AfterInherited_Assign(Self
, Source
);
1794 procedure TTntSearchFindNext
.DefineProperties(Filer
: TFiler
);
1797 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1800 function TTntSearchFindNext
.GetCaption
: WideString
;
1802 Result
:= TntAction_GetCaption(Self
);
1805 procedure TTntSearchFindNext
.SetCaption(const Value
: WideString
);
1807 TntAction_SetCaption(Self
, Value
);
1810 function TTntSearchFindNext
.GetHint
: WideString
;
1812 Result
:= TntAction_GetHint(Self
);
1815 procedure TTntSearchFindNext
.SetHint(const Value
: WideString
);
1817 TntAction_SetHint(Self
, Value
);
1822 procedure TTntFontEdit
.Assign(Source
: TPersistent
);
1825 TntStdActn_AfterInherited_Assign(Self
, Source
);
1828 procedure TTntFontEdit
.DefineProperties(Filer
: TFiler
);
1831 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1834 function TTntFontEdit
.GetCaption
: WideString
;
1836 Result
:= TntAction_GetCaption(Self
);
1839 procedure TTntFontEdit
.SetCaption(const Value
: WideString
);
1841 TntAction_SetCaption(Self
, Value
);
1844 function TTntFontEdit
.GetHint
: WideString
;
1846 Result
:= TntAction_GetHint(Self
);
1849 procedure TTntFontEdit
.SetHint(const Value
: WideString
);
1851 TntAction_SetHint(Self
, Value
);
1856 procedure TTntColorSelect
.Assign(Source
: TPersistent
);
1859 TntStdActn_AfterInherited_Assign(Self
, Source
);
1862 procedure TTntColorSelect
.DefineProperties(Filer
: TFiler
);
1865 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1868 function TTntColorSelect
.GetCaption
: WideString
;
1870 Result
:= TntAction_GetCaption(Self
);
1873 procedure TTntColorSelect
.SetCaption(const Value
: WideString
);
1875 TntAction_SetCaption(Self
, Value
);
1878 function TTntColorSelect
.GetHint
: WideString
;
1880 Result
:= TntAction_GetHint(Self
);
1883 procedure TTntColorSelect
.SetHint(const Value
: WideString
);
1885 TntAction_SetHint(Self
, Value
);
1890 procedure TTntPrintDlg
.Assign(Source
: TPersistent
);
1893 TntStdActn_AfterInherited_Assign(Self
, Source
);
1896 procedure TTntPrintDlg
.DefineProperties(Filer
: TFiler
);
1899 TntPersistent_AfterInherited_DefineProperties(Filer
, Self
);
1902 function TTntPrintDlg
.GetCaption
: WideString
;
1904 Result
:= TntAction_GetCaption(Self
);
1907 procedure TTntPrintDlg
.SetCaption(const Value
: WideString
);
1909 TntAction_SetCaption(Self
, Value
);
1912 function TTntPrintDlg
.GetHint
: WideString
;
1914 Result
:= TntAction_GetHint(Self
);
1917 procedure TTntPrintDlg
.SetHint(const Value
: WideString
);
1919 TntAction_SetHint(Self
, Value
);