-
Notifications
You must be signed in to change notification settings - Fork 0
/
FarPoint.Win.xml
13301 lines (13282 loc) · 606 KB
/
FarPoint.Win.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<doc>
<assembly>
<name>FarPoint.Win</name>
</assembly>
<members>
<member name="T:FarPoint.Win.SuperEdit.AbstractFmtParsed">
<summary>
Implements the AbstractFmtParsed class.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.AbstractFmtParsed.FromFormattedString(System.String)">
<summary>
Parses and returns the "value" from a formatted string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.AbstractFmtParsed.ToFormattedString(System.Object)">
<summary>
Returns a formatted string (plus attributes) for the value passed.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.AbstractFmtParsed.FromUnformattedString(System.String)">
<summary>
Parses and returns the "value" from an unformatted string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.AbstractFmtParsed.ToUnformattedString(System.Object)">
<summary>
Returns an unformatted string for the value passed.
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.AbstractFmtParsed.HasRegionSettings">
<summary>
Property that indicates whether we have specific
regional settings set (non-default).
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.AbstractFmtParsed.RegionSettings">
<summary>
Gets or sets the Regional settings.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.AbstractFmtParser">
<summary>
Implements the AbstractFmtParser class.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.AbstractFmtParser.FORMAT_PREDEFINED_COLORS">
<summary>
Constants for String Table.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.AbstractFmtParser.parseErrorCharIndex">
<summary>
If there's an error while parsing the format string,
this property will indicate the first char index were
the problem starts.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.AbstractFmtParser.stringTable">
<summary>
Sets the dictionary to use for the StringTable.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.AbstractFmtParser.defaultStringTable">
<summary>
Default string table in case one is not supplied.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.AbstractFmtParser.CreateDefaultStringTable">
<summary>
Creates the default string table when invoked.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.AbstractFmtParser.ParseFormatString(System.String,FarPoint.Win.SuperEdit.MaskType)">
<summary>
Parses format string into its various parts.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.AbstractFmtParser.StrTblComparer">
<summary>
This class supplies a simple implementation for the
default string table implementation. Since the KEY for
the string table is just an integer, this one method just
compares 2 integers.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.EraList">
<summary>
EraList
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.EraList.IsDateInEra(System.DateTime,System.Int32)">
<summary>
Returns true if specified date is within the start and
end dates of this era.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.EraList.AdjustDateForEra(FarPoint.Win.SuperEdit.EraList,System.DateTime,System.Int32@,System.Int32@,System.Int32@,System.Int32@)">
<summary>
This method will adjust the date for era that relates
to a cooresponding period in the specified date.
Returns true if successful, false is returned if no adjustment.
Note: "era" is 1 based (1..eraList.Length).
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.FmtParsedExcel">
<summary>
ParsedFmtString
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedExcel.FMT_COND_POS">
<summary>
Use these define indexes into array.
Last is the Number of conditions.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedExcel.FromFormattedString(System.String)">
<summary>
Parses and returns the "value" from a formatted string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedExcel.ToFormattedString(System.Object)">
<summary>
Returns a formatted string (plus attributes) for the value passed.
Returned object is really of type FormattedExcelString,
which is derived from String.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedExcel.fmtStrList">
<summary>
Format strings for each type (positive, negative, zero and text
or condition passed and condition failed).
This array can have up to "NUM_OF_CONDS" elements (4).
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedExcel.fmtStrStartIndex">
<summary>
Keeps track of where each format "section" starts.
Stores an index into the original format string for each part.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedExcel.fmtColorList">
<summary>
Color for each type (positive, negative, zero and text or
condition passed and condition failed).
This array can have up to "NUM_OF_CONDS" elements (4).
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedExcel.operand">
<summary>
Operand is a temp var used by multiple methods. Values:
0 for non-conditional,
1 for less-than,
2 for less-than-or-equal-to (or equal-to-or-less-than)
3 for equals,
4 for greater-than-or-equal-to (or equal-to-or-greater than),
5 for greater-than,
6 for less-than-or-greater-than (but not equal).
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedExcel.testValue">
<summary>
The value to compare to the passed-in value to determine
which format string to use.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.FmtParsedExcel.CompareType">
<summary>
0 for non-conditional,
1 for less-than,
2 for less-than-or-equal-to (or equal-to-or-less-than)
3 for equals,
4 for greater-than-or-equal-to (or equal-to-or-greater than),
5 for greater-than,
6 for less-than-or-greater-than (but not equal).
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.CustomMaskEventArgs">
<summary>
Represents the event data for the CustomMask event.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.CustomMaskEventArgs.#ctor(System.Int32,System.Char)">
<summary>
Constructs a new CustomMaskEventArgs object.
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.CustomMaskEventArgs.InputCharacter">
<summary>
Gets or sets the input character.
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.CustomMaskEventArgs.CustomMaskCharacter">
<summary>
Gets the custom mask character.
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.CustomMaskEventArgs.CustomMaskIndex">
<summary>
Gets the index of the custom mask.
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.CustomMaskEventArgs.Valid">
<summary>
Gets or sets whether the value is valid.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.CustomMaskEventHandler">
<summary>
Represents a defined method that handles the CustomMask event.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.FmtParsedPicMask">
<summary>
FmtParsedPicMask
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.IManageFmtInput">
<summary>
IManageFmtInput - An interface which provides a way to
determine if specified user input action is valid for a
format and supplies the results of the action.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.GetInitialText">
<summary>
This returns the initial text for a format. Used when
starting a new value. Note: this gives the same results as
"ChangeText()" called with all the text selected and the
"insertText" parameter null or empty.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.CharInput(System.Int32,System.Char,System.String,System.Int32,System.Int32,System.String@,System.Int32@,System.Boolean)">
<summary>
Returns the resulting text and position if char is
allowed under given conditions. If not allowed,
false is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.ChangeText(System.String,System.Int32,System.Int32,System.String,System.String@,System.Int32@,System.Boolean)">
<summary>
Returns the resulting text and position if change
is allowed for the given conditions. If no changes
were made (do to invalid input), false is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.ChangeText(System.String,System.String@)">
<summary>
Returns the resulting text if change
is allowed for the given conditions. If no changes
were made (due to invalid input), false is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.GetInitialInputPos(System.String)">
<summary>
Returns the initial input position for the given text.
This initial position may not be first input position.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.IsInputAllowedAtPos(System.String,System.Int32)">
<summary>
Returns whether input is allowed at the specified
position (index) for the given text.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.GetLastPosInputIsAllowed(System.String)">
<summary>
Returns the last position which can receive input
for the given text,
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.GetNextInputPos(System.String,System.Int32,System.Int32)">
<summary>
Returns the next input position dependent on the direction,
the current text and the current position.
-1 for direction means previous
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.GetCaretTypeAtPos(System.String,System.Int32)">
<summary>
Returns one of the following values for the position in
the given text:
InputPosType.InsertPos, .FixedFldPos, or .LiteralPos
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.IncrementValue(System.String,System.Int32,System.Object,System.Boolean,System.Object,System.String@,System.Int32@)">
<summary>
Increments or decrements (dependent on sign of "incrAmt")
the value represented by the text.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.GetFormatStringAtPos(System.String,System.Int32)">
<summary>
Returns the format string for the field at the specified
position in the given text.
Example: Format String: "d/mm/yy", currText: "25/12/02"
position: 3. This method will return "mm".
Returns "" if bad position. If at a literal position,
then the char at that position, preceded with a backslash,
is returned ("\c" where 'c' is the actual char).
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.IManageFmtInput.IsNegative(System.String)">
<summary>
Returns whether a string is negative according to the region settings
</summary>
<param name="text"></param>
<returns></returns>
</member>
<member name="P:FarPoint.Win.SuperEdit.IManageFmtInput.MinimumValue">
<summary>
Minimum value, optional. To clear, set to null.
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.IManageFmtInput.MaximumValue">
<summary>
Maximum value, optional. To clear, set to null.
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.IManageFmtInput.InitialValue">
<summary>
Initial value if string is null, optional.
To clear, set to null.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.FromFormattedString(System.String)">
<summary>
Parses and returns the value from a formatted string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.ToFormattedString(System.Object)">
<summary>
Returns a formatted string (plus attributes) for the value passed.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.FromUnformattedString(System.String)">
<summary>
Parses and returns the value from an unformatted string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.ToUnformattedString(System.Object)">
<summary>
Returns an unformatted string for the value passed.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedPicMask.maskList">
<summary>
List of the mask chars and literals. For literals, the position
in maskList only indicates that there is a literal in that position,
the get the actual literal char, you have to get it from the
"literals" field.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.GetInitialText">
<summary>
This returns the initial text for a format. Used when
starting a new value. Note: this gives the same results as
"ChangeText()" called with all the text selected and the
"insertText" parameter null or empty.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.CharInput(System.Int32,System.Char,System.String,System.Int32,System.Int32,System.String@,System.Int32@,System.Boolean)">
<summary>
Returns the resulting text and position if char is
allowed under given conditions. If not allowed,
false is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.ChangeText(System.String,System.String@)">
<summary>
Returns the resulting text if change
is allowed for the given conditions. If no changes
were made (due to invalid input), false is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.ChangeText(System.String,System.Int32,System.Int32,System.String,System.String@,System.Int32@,System.Boolean)">
<summary>
Returns the resulting text and position if change
is allowed for the given conditions. If no changes
were made (do to invalid input), false is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.GetInitialInputPos(System.String)">
<summary>
Returns the initial input position for the given text.
This initial position may not be first input position.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.IsInputAllowedAtPos(System.String,System.Int32)">
<summary>
Returns whether input is allowed at the specified
position (index) for the given text.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.GetLastPosInputIsAllowed(System.String)">
<summary>
Returns the last position which can receive input
for the given text,
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.GetNextInputPos(System.String,System.Int32,System.Int32)">
<summary>
Returns the next input position dependent on the direction,
the current text and the current position.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.GetCaretTypeAtPos(System.String,System.Int32)">
<summary>
Returns one of the following values for the position in
the given text:
InputPosType.InsertPos, .FixedFldPos, or .LiteralPos
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.IncrementValue(System.String,System.Int32,System.Object,System.Boolean,System.Object,System.String@,System.Int32@)">
<summary>
Increments or decrements (dependent on sign of "incrAmt")
the value represented by the text.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedPicMask.GetFormatStringAtPos(System.String,System.Int32)">
<summary>
Returns the format string for the field at the specified
position in the given text.
Example: Format String: "d/mm/yy", currText: "25/12/02"
position: 3. This method will return "mm".
Returns "" if bad position. If at a literal position,
then the char at that position, preceded with a backslash,
is returned ("\c" where 'c' is the actual char).
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.FmtParsedPicMask.MinimumValue">
<summary>
Minimum value, optional. To clear, set to null.
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.FmtParsedPicMask.MaximumValue">
<summary>
Maximum value, optional. To clear, set to null.
</summary>
</member>
<member name="P:FarPoint.Win.SuperEdit.FmtParsedPicMask.InitialValue">
<summary>
Initial value if string is null, optional.
To clear, set to null.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.FmtParsedTypeMask">
<summary>
ParsedTypeMaskString
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.FromFormattedString(System.String)">
<summary>
Parses and returns the "value" from a formatted string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.ToFormattedString(System.Object)">
<summary>
Returns a formatted string (plus attributes) for the value passed.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.FromUnformattedString(System.String)">
<summary>
Parses and returns the "value" from an unformatted string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.ChangeText(System.String,System.String@)">
<summary>
Returns the resulting text if change
is allowed for the given conditions. If no changes
were made (due to invalid input), false is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.ChangeText(System.String,System.Int32,System.Int32,System.String,System.String@,System.Int32@,System.Boolean)">
<summary>
Returns the resulting text and position if change
is allowed for the given conditions. If no changes
were made (do to invalid input), false is returned.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedTypeMask.displayLeadingZero">
<summary>
Determines if a leading zero is displayed when a float
value is less than 1.0 and greater than -1.0 (0.xx).
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedTypeMask.daylessDate">
<summary>
Whether the date format only includes the month and year.
In this case, the day is always assumed to be 1.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetFldStrList(System.Int32,FarPoint.Win.SuperEdit.IRegionalSettings)">
<summary>
If there's a list associated with this fld id, return it.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetAllValues(System.String)">
<summary>
Parses the passed text string for "field values" and puts
those binary values in a newly allocated MaskFldValue object.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.FmtFldIdAtPos(System.Int32,System.Int32@,System.Int32@,System.String,System.Int32,System.Boolean)">
<summary>
Returns the format field id given the position within the string.
NOTE: Only the parameter, "uPos", is required, all others are optional;
though, "tstrText" and uTextLen are needed if the SpecialMask
type is either FLOAT or INTEGER.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetVarFldLen(System.Int32,System.String,System.Int32)">
<summary>
Returns the len of the variable-length field at the
start position in the text.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetBinaryValue(System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean@,System.Int32@)">
<summary>
This function converts the string of chars for a given field type
to a binary value.
For example, if "03" is given for a field type, MM (2 digit month),
then a value of 3 is returned in the parameter "pBinaryValBuff".
Another example, if "JUN" is given for a field type of MMM
(3 letter month), then a value of 6 is returned in the parameter.
If "fNormalizeStr" is true, then CopyNumberWithoutThSep() is called
if "eFldValFmt" is MaskFmtInt or MaskFmtFltWhl.
Returns a non-null value if string could be converted.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CopyNumberDigitsAndSign(System.String,System.Int32,System.Int32@,System.Int32@)">
<summary>
Copies the text for a number from one buffer to the other,
stripping out anything not a neg sign, decimal separator,
or digits. Adjusts the returned len and also the specified
current position. Returns new string if ok, else null.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.AdjustInputLenForNumber(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32@,System.Boolean)">
<summary>
Parse the string and determine the true length of this
field as it relates to the actual text.
Returns next index to process. If no valid chars for the field
were found, then the starting index is returned (uFldStartIndex).
The parameter, "fFindFldEnd", is true, this function processes
all the chars until it reaches what it considers the end of
the field, otherwise the function stops after it has processed
the char at "uTargetPos" or the end of the field, which ever
comes first.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.VerifyCharForFldAtPos(System.Char,System.Int32,System.String@,System.Int32@,System.Int32,System.Int32,System.Int32,System.Boolean@)">
<summary>
Verify that field value is in valid range. (ex. 1..12 for month,
1..31 for day).
NOTE: At this point, the char is a valid char (digit if for a
number value, a letter if for a text field, like 3-char month).
Returns 2 if char should be applied to next field,
1 if ok, 0 if error.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.ProcessDayOfWeekChg(System.String@,System.Int32,System.Int32,System.Int32,System.Int32@)">
<summary>
Returns true if processing is complete and ok.
Otherwise, returns false if an error occurred like a date
that is outside the min/max range.
Note: Parameter posWithinFld is current position within
the specified fld, the location in the string must
be determined first then added to "posWithinFld".
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.ProcessEraChange(System.String@,System.Int32,System.Int32,System.Int32,System.Int32@)">
<summary>
Returns true if processing is complete and ok.
Otherwise, returns false if an error occurred like a date
that is outside the min/max range.
Note: Parameter posWithinFld is current position within
the specified fld, the location in the string must
be determined first then added to "posWithinFld".
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedTypeMask.minValue">
<summary>
Minimum value, optional. To clear, set to null.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedTypeMask.maxValue">
<summary>
Maximum value, optional. To clear, set to null.
</summary>
</member>
<member name="F:FarPoint.Win.SuperEdit.FmtParsedTypeMask.initialValue">
<summary>
Initial value if string is null, optional.
To clear, set to null.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetInitialText">
<summary>
This returns the initial text for a format. Used when
starting a new value. Note: this gives the same results as
"ChangeText()" called with all the text selected and the
"insertText" parameter null or empty.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CharInput(System.Int32,System.Char,System.String,System.Int32,System.Int32,System.String@,System.Int32@,System.Boolean)">
<summary>
Returns the resulting text and position if char is
allowed under given conditions. If not allowed,
false is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetInitialInputPos(System.String)">
<summary>
Returns the initial input position for the given text.
This initial position may not be first input position.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.IsInputAllowedAtPos(System.String,System.Int32)">
<summary>
Returns whether input is allowed at the specified
position (index) for the given text.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetLastPosInputIsAllowed(System.String)">
<summary>
Returns the last position which can receive input
for the given text,
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetNextInputPos(System.String,System.Int32,System.Int32)">
<summary>
Returns the next input position dependent on the direction,
the current text and the current position.
If no valid "next position", -1 is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetCaretTypeAtPos(System.String,System.Int32)">
<summary>
Returns one of the following values for the position in
the given text:
INSERT_POS, FIXEDFLD_POS, LITERAL_POS
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.VerifyInputKeyForNumber(System.Int32,System.Char,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean)">
<summary>
Process char for a number (either integer or float).
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetFmtFldFracStartPos(System.String,System.Int32)">
<summary>
Returns the starting position in the passed string for the
fractional portion of a float.
Note: "startPos" is optional (pass -1 if not specified)
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.FindPosAtDecimal(System.String,System.Boolean)">
<summary>
Given the new text and desired position relative to
the decimal point, determines the new cursor position in
the new text.
</summary>
<returns>
Returns -1 if decimal point is not found, otherwise
the correct position relative to the decimal is returned.
</returns>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.FindNewCaretPosForNumStr(System.String,System.Int32,System.Int32,System.Boolean)">
<summary>
Given the new text and the new position in number of digits,
determines the new cursor position in the new text.
</summary>
<remarks>
Use -1 for the <i>maxNumOfDigits</i> parameter if the number of digits is not known.
</remarks>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetNumericDigitsInField(System.String,System.Int32)">
<summary>
Counts the number of digits in a string starting at beginPos and going for maxLength
If maxLength is -1, use text.Length
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.DeleteCharsFromNumStr(System.String,System.Int32,System.Int32,System.Boolean,System.String@,System.Int32@,System.Boolean@)">
<summary>
Deletes the chars from the number string (integer or float).
Digits and negative sign are removed from the number to
the left of the decimal point, 0's replace any digits
removed from the right of the decimal point.
Returns TRUE if no errors. Return parameter, "retDataChanged",
is true if any changes were made to the string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.InsertStrIntoNumStr(System.String,System.Int32,System.String,System.Boolean,System.String@,System.Int32@,System.Boolean@)">
<summary>
Deletes the chars from the number string (integer or float).
Digits and negative sign are removed from the number to
the left of the decimal point, 0's replace any digits
removed from the right of the decimal point.
Returns TRUE if no errors. Return parameter, "retDataChanged",
is true if any changes were made to the string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.FindFldPos(System.String,System.Int32,System.Int32@,System.Int32@)">
<summary>
Returns the begin position and end position of the
specified field. Returns true if found, else false.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.AdjustCaretPosForNumStr(System.String,System.Int32,System.String,System.Boolean)">
<summary>
Counts the number of digits at the old position in
the old string and returns the same position in the
new string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.DeleteCharsFromDateTime(System.String,System.Int32,System.Int32,System.Boolean,System.String@,System.Int32@,System.Boolean@)">
<summary>
Deletes the chars from the date-time string.
All positions are just replaced with 0's or blanks,
no chars are really deleted, just "reset".
Returns TRUE if no errors. Return parameter, "retDataChanged",
is true if any changes were made to the string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.InsertStrIntoDateTime(System.String,System.Int32,System.String,System.String@,System.Int32@,System.Boolean@)">
<summary>
Insert the chars into the date-time string.
Returns TRUE if no errors. Return parameter, "retDataChanged",
is true if any changes were made to the string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.SkipLitCharsInDateTimeInsertStr(System.Text.StringBuilder,System.Int32,System.String,System.Int32,System.Int32@)">
<summary>
Returns the index into the "insert string" for the position
which relates to position AFTER this string of literal chars.
If we run-out of chars in the insert string, the length
of "insertStr" is returned as the index into the insert string.
Note, this may add chars to the "currText" if it does not
include the literal chars.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.SkipSpecialLitCharsInDateTimeInsertStr(System.Text.StringBuilder,System.Int32,System.String,System.Int32,System.Int32@,System.Int32)">
<summary>
Returns the index into the "insert string" for the position
which relates to position AFTER this string of special literal chars.
If we run-out of chars in the insert string, the length
of "insertStr" is returned as the index into the insert string.
Note, this may add chars to the "currText" if it does not
include the special literal chars, such as date separator and time separator.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetLiteralStrAtPos(System.Int32,System.Int32@,System.String)">
<summary>
Returns literal string at "pos". If none at that position,
then null is returned. "retBeginIndex" returns the
position where the literal string begins in the text.
This does not work for number since it does not take
the current text as a parameter.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.ValidateChanges(FarPoint.Win.SuperEdit.MaskFldValue,System.Boolean@)">
<summary>
This function verifies that the fields are valid, and
modifies them if out of range (for Date or Time, leaves
unchange for integer and float).
Returns null if something is not valid and can't be changed.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.ValidateChanges(System.String,System.Int32,System.Boolean@)">
<summary>
This function verifies that the fields are valid, and
modifies them if out of range (for Date or Time, leaves
unchange for integer and float).
Returns null if something is not valid and can't be changed.
</summary>
<param name="beginPosOfNonFullFld">Pass -1 if there are
no incomplete fields, otherwise specify the index</param>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.IncrementValue(System.String,System.Int32,System.Object,System.Boolean,System.Object,System.String@,System.Int32@)">
<summary>
Increments or decrements (dependent on sign of "incrAmt")
the value represented by the text.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CompareWithShortMonths(System.String,System.Int32@)">
<summary>
Returns a month index between 1 and 12 if string matches
one of the abbreviated month names, otherwise -1.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CompareWithLongMonths(System.String,System.Int32@)">
<summary>
Returns a month index between 1 and 12 if string matches
one of the long month names, otherwise -1.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CompareWithShortDays(System.String,System.Int32@)">
<summary>
Returns a day index between 1 and 7 if string matches
one of the abbreviated weekday names, otherwise -1.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CompareWithLongDays(System.String,System.Int32@)">
<summary>
Returns a day index between 1 and 7 if string matches
one of the long day names, otherwise -1.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CompareWithAmPm(System.String,System.Int32@)">
<summary>
Returns an Am/Pm index between 0 and 1 if string matches
either of them, otherwise -1.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CompareWithShortEras(System.String,System.Int32@)">
<summary>
Returns an Era index between 0 and (num of eras - 1)
if string matches any of them, otherwise -1.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CompareWithLongEras(System.String,System.Int32@)">
<summary>
Returns an Era index between 0 and (num of eras - 1)
if string matches any of them, otherwise -1.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.CmpStrWithStrListHelper(System.String[],System.String,System.Int32@)">
<summary>
Returns the index into the "list" (0..len-1) if one matches
the string in s, otherwise -1 is returned. The compare ignores
the length of the strings.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.VerifyListFldValue(System.Int32,System.String)">
<summary>
Returns String of closest match to the text specified.
If no good match, null is returned.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.PrivGetInitialLeadingText">
<summary>
Returns the leading text upto the first input position.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.GetFormatStringAtPos(System.String,System.Int32)">
<summary>
Returns the format string for the field at the specified
position in the given text.
Example: Format String: "d/mm/yy", currText: "25/12/02"
position: 3. This method will return "mm".
Returns "" if bad position. If at a literal position,
then the char at that position, preceded with a backslash,
is returned ("\c" where 'c' is the actual char).
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtParsedTypeMask.IsGregorianCalendar">
<summary>
Returns true if currently based on a gregorian calendar.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.FmtStrParserExcel">
<summary>
ParsedFmtString
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserExcel.#ctor">
<summary>
Constructor (without string table object).
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserExcel.#ctor(System.Collections.IDictionary)">
<summary>
Constructor with string table dictionary.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserExcel.ParseFormatString(System.String,FarPoint.Win.SuperEdit.MaskType)">
<summary>
Parses format string into its various parts.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserExcel.GetColorForColorIndex(System.Int32)">
<summary>
Converts a "color index" to a .NET "Color" object.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserExcel.DivideString(System.String,FarPoint.Win.SuperEdit.FmtParsedExcel@)">
<summary>
This scans thru the string seperating it into sections
which are delimited by semicolons (;).
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserExcel.ParseForConditionals(FarPoint.Win.SuperEdit.FmtParsedExcel@)">
<summary>
Parses each "portion" of the format string looking
for conditional situations.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.FmtStrParserExcel.FmtColor">
<summary>
Define the colors recognized in format string.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.FmtStrParserPicMask">
<summary>
ParsedPicMaskString
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserPicMask.ParseFormatString(System.String,FarPoint.Win.SuperEdit.MaskType)">
<summary>
Parses format string into its various parts.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserPicMask.GetMaskCodeForChar(System.Char)">
<summary>
Returns "Mask code" for passed char. Returns SE_MASK_LIT if not
a mask char.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserPicMask.IsMaskChar(System.Char)">
<summary>
Returns TRUE if char is a member of the Pic Mask set.
</summary>
</member>
<member name="T:FarPoint.Win.SuperEdit.FmtStrParserTypeMask">
<summary>
ParsedTypeMaskString
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.ParseFormatString(System.String,FarPoint.Win.SuperEdit.MaskType)">
<summary>
Parses format string into its various parts.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.ParseChar(System.String,System.Int32,System.Int32@,System.Char@,System.Int32@)">
<summary>
Parses one char of the format string.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.MaxCharCountForParseFld(System.Int32)">
<summary>
Returns the max number of C's allowed for this id (ex. for 'Y'
the max is 4 Y's - YYYY, so 4 is returned for Y).
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.GetLitSegNearFld(System.Int32,System.Boolean,System.Int32@,System.Int32@)">
<summary>
If no segment between fields (FALSE), 0 is put in Pos and 0 in Len.
If fBeforeFld is TRUE, then before field, else following field.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.GetLitSegBeforeFld(System.Int32,System.Int32@,System.Int32@)">
<summary>
If no segment between fields (FALSE), 0 is put in Pos and 0 in Len.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.WasFldSpecifiedInString(System.Int32,System.Int32@)">
<summary>
If the specified fld was included in the format string, then TRUE
is returned (along with the count of chars in string).
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.GetNumOfFields">
<summary>
Returns the value of m_uFormatOrderCount (number of fields found).
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.GetFldIdAtOrderPos(System.Int32,System.Int32@,System.Int32@)">
<summary>
Returns the Fld id at the requested order index.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.FillFmtFldArrays">
<summary>
Pulls the info from the Parser object and sets up the fmtfld array
and seperator arrays.
</summary>
</member>
<member name="M:FarPoint.Win.SuperEdit.FmtStrParserTypeMask.ValidateFldArrays(System.Collections.ArrayList,System.Collections.ArrayList,System.Collections.ArrayList,System.String)">
<summary>
This method verifies that variable-length fields have
between fields either literal seperators (which must be
non-numeric) or fixed-length fields.
Two numeric, var-len fields cannot be next to each other
without a seperator. In addition, a var-len fld cannot
precede a fixed length numeric field.
THROWS AN EXCEPTION if there's a problem.
</summary>
</member>