5515 lines
212 KiB
Plaintext
5515 lines
212 KiB
Plaintext
:Base JclHelp.hlp>MAIN
|
|
:Title JEDI Code Library
|
|
1 JEDI Code Library
|
|
2 JEDI Code Library=id_11555
|
|
2 Algorithms
|
|
3 Algorithms=id_11556
|
|
3 Searching
|
|
4 Searching=id_11581
|
|
4 Hash Maps
|
|
5 Hash Maps=id_11584
|
|
5 Customizing TStringHashMap's node allocation strategy.
|
|
6 Customizing TStringHashMap's node allocation strategy.=id_11587
|
|
6 TStringHashMap.AllocNode Method=id_11597
|
|
6 TStringHashMap.FreeNode Method=id_11598
|
|
5 EJclStringHashMapError Class
|
|
6 EJclStringHashMapError Class=id_11409
|
|
5 THashValue Type
|
|
6 THashValue Type=id_11423
|
|
5 TStringHashMapTraits Class
|
|
6 TStringHashMapTraits Class=id_11411
|
|
6 TStringHashMapTraits.Compare Method=id_11601
|
|
6 TStringHashMapTraits.Hash Method=id_11602
|
|
5 CaseSensitiveTraits Function
|
|
6 CaseSensitiveTraits Function=id_11415
|
|
5 CaseInsensitiveTraits Function
|
|
6 CaseInsensitiveTraits Function=id_11414
|
|
5 TIterateFunc Type
|
|
6 TIterateFunc Type=id_11424
|
|
5 TIterateMethod Type
|
|
6 TIterateMethod Type=id_11426
|
|
5 THashNode Record
|
|
6 THashNode Record=id_7659
|
|
5 THashArray Type
|
|
6 THashArray Type=id_11422
|
|
5 TStringHashMap Class
|
|
6 TStringHashMap Class=id_11413
|
|
6 TStringHashMap.Count Property=id_11610
|
|
6 TStringHashMap.Data Property=id_11611
|
|
6 TStringHashMap.HashSize Property=id_11612
|
|
6 TStringHashMap.Traits Property=id_11613
|
|
6 TStringHashMap.Add Method=id_11615
|
|
6 TStringHashMap.Clear Method=id_11616
|
|
6 TStringHashMap.Create Constructor=id_11617
|
|
6 TStringHashMap.Destroy Destructor=id_11618
|
|
6 TStringHashMap.Find Method=id_11608
|
|
6 TStringHashMap.FindData Method=id_11619
|
|
6 TStringHashMap.FindNode Method=id_11620
|
|
6 TStringHashMap.GetData Method=id_11621
|
|
6 TStringHashMap.Has Method=id_11607
|
|
6 TStringHashMap.Iterate Method=id_11425
|
|
6 TStringHashMap.IterateMethod Method=id_11427
|
|
6 TStringHashMap.Remove Method=id_11622
|
|
6 TStringHashMap.RemoveData Method=id_11623
|
|
6 TStringHashMap.SetData Method=id_11624
|
|
5 StrHash Function
|
|
6 StrHash Function=id_11420
|
|
5 TextHash Function
|
|
6 TextHash Function=id_11421
|
|
5 DataHash Function
|
|
6 DataHash Function=id_11416
|
|
5 Iterate_FreeObjects Function
|
|
6 Iterate_FreeObjects Function=id_11419
|
|
5 Iterate_Dispose Function
|
|
6 Iterate_Dispose Function=id_11417
|
|
5 Iterate_FreeMem Function
|
|
6 Iterate_FreeMem Function=id_11418
|
|
5 TCaseSensitiveTraits Class
|
|
6 TCaseSensitiveTraits Class=id_11412
|
|
6 TCaseSensitiveTraits.Compare Method=id_11636
|
|
6 TCaseSensitiveTraits.Hash Method=id_11637
|
|
5 TCaseInsensitiveTraits Class
|
|
6 TCaseInsensitiveTraits Class=id_11410
|
|
6 TCaseInsensitiveTraits.Compare Method=id_11641
|
|
6 TCaseInsensitiveTraits.Hash Method=id_11642
|
|
3 Sorting
|
|
4 Sorting=id_11582
|
|
2 Base Services
|
|
3 Base Services=id_11557
|
|
3 Iff Function=id_11652
|
|
3 JclVersion Constant=id_11651
|
|
3 Float Type=id_5253
|
|
3 Compatibility
|
|
4 Compatibility=id_11644
|
|
4 LongWord=id_5865
|
|
4 TSysCharSet=id_11657
|
|
4 TObjectList=id_269
|
|
4 RaiseLastOSError Function=id_11658
|
|
4 IInterface Type=id_4476
|
|
3 Dynamic arrays
|
|
4 Dynamic arrays=id_11645
|
|
4 TDynArray=id_11662
|
|
4 DynArrayHigh=id_11663
|
|
4 DynArrayAllocSize=id_11664
|
|
4 DynArrayLength=id_11665
|
|
4 DynArrayElemSize=id_11666
|
|
4 DynArrayInitialize=id_11667
|
|
4 DynArrayFinalize=id_11668
|
|
4 DynArraySetLength=id_11669
|
|
3 Dynamic loading
|
|
4 Dynamic loading=id_11646
|
|
4 TModuleHandle Type=id_7713
|
|
4 INVALID_MODULEHANDLE_VALUE Constant=id_7714
|
|
4 LoadModule Function=id_11677
|
|
4 LoadModuleEx Function=id_11678
|
|
4 UnloadModule Function=id_11679
|
|
4 GetModuleSymbol Function=id_11680
|
|
4 GetModuleSymbolEx Function=id_11681
|
|
4 ReadModuleData Function=id_11682
|
|
4 WriteModuleData Function=id_11683
|
|
3 Error Handling
|
|
4 Error Handling=id_11647
|
|
4 EJclError Class=id_2
|
|
4 EJclInternalError Class=id_11694
|
|
4 EJclWin32Error Class
|
|
5 EJclWin32Error Class=id_16
|
|
5 EJclWin32Error.LastError Property=id_18
|
|
5 EJclWin32Error.LastErrorMsg Property=id_19
|
|
5 EJclWin32Error.Create Constructor=id_21
|
|
5 EJclWin32Error.CreateFmt Constructor=id_22
|
|
5 CreateRes Constructor
|
|
6 EJclWin32Error.CreateRes Constructor (Integer)=id_23
|
|
3 Int64 support
|
|
4 Int64 support=id_11648
|
|
4 I64Assign=id_11707
|
|
4 I64Copy=id_11708
|
|
4 I64Compare=id_11709
|
|
4 CardinalsToI64 Function=id_11710
|
|
4 I64ToCardinals Function=id_11711
|
|
3 Numeric formatting routines
|
|
4 Numeric formatting routines=id_11649
|
|
4 IntToStrZeroPad Function=id_11720
|
|
4 TJclNumericFormat Class
|
|
5 TJclNumericFormat Class=id_11719
|
|
5 TJclNumericFormat.Base Property=id_11727
|
|
5 TJclNumericFormat.DigitBlockSeparator Property=id_11728
|
|
5 TJclNumericFormat.DigitBlockSize Property=id_11729
|
|
5 TJclNumericFormat.ExponentDivision Property=id_11730
|
|
5 TJclNumericFormat.FractionalPartSeparator Property=id_11731
|
|
5 TJclNumericFormat.Multiplier Property=id_11732
|
|
5 TJclNumericFormat.NegativeSign Property=id_11733
|
|
5 TJclNumericFormat.NumberOfFractionalDigits Property=id_11734
|
|
5 TJclNumericFormat.PaddingChar Property=id_11735
|
|
5 TJclNumericFormat.PositiveSign Property=id_11736
|
|
5 TJclNumericFormat.Precision Property=id_11737
|
|
5 TJclNumericFormat.ShowPositiveSign Property=id_11738
|
|
5 TJclNumericFormat.WantedPrecision Property=id_11739
|
|
5 TJclNumericFormat.Width Property=id_11740
|
|
5 TJclNumericFormat.Create Constructor=id_11742
|
|
5 TJclNumericFormat.Digit Method=id_11743
|
|
5 TJclNumericFormat.DigitValue Method=id_11744
|
|
5 TJclNumericFormat.FloatToHTML Method=id_11745
|
|
5 TJclNumericFormat.FloatToStr Method=id_11746
|
|
5 TJclNumericFormat.GetMantissaExp Method=id_11747
|
|
5 IntToStr Method
|
|
6 TJclNumericFormat.IntToStr Method (Int64)=id_11748
|
|
6 TJclNumericFormat.IntToStr Method (Int64, Integer)=id_11756
|
|
5 TJclNumericFormat.IsDigit Method
|
|
6 TJclNumericFormat.IsDigit Method=id_11749
|
|
5 ShowSign Method
|
|
6 TJclNumericFormat.ShowSign Method (Float)=id_11750
|
|
6 TJclNumericFormat.ShowSign Method (Int64)=id_11757
|
|
5 TJclNumericFormat.Sign Method
|
|
6 TJclNumericFormat.Sign Method=id_11751
|
|
5 SignChar Method
|
|
6 TJclNumericFormat.SignChar Method (Float)=id_11752
|
|
6 TJclNumericFormat.SignChar Method (Int64)=id_11758
|
|
5 TJclNumericFormat.StrToInt Method
|
|
6 TJclNumericFormat.StrToInt Method=id_11753
|
|
3 Pointer manipulation
|
|
4 Pointer manipulation=id_11650
|
|
4 PWideCharOrNil Function=id_11759
|
|
4 PCharOrNil Function=id_11760
|
|
2 Containers
|
|
3 Containers=id_11558
|
|
3 TJclAbstractContainer Class
|
|
4 TJclAbstractContainer Class=id_2192
|
|
4 TJclAbstractContainer.Create Constructor=id_1902
|
|
4 TJclAbstractContainer.Destroy Destructor=id_1903
|
|
4 TJclAbstractContainer.EnterCriticalSection Method=id_1904
|
|
3 Container interfaces
|
|
4 Container interfaces=id_11764
|
|
4 IJclCloneable Interface
|
|
5 IJclCloneable Interface=id_1873
|
|
5 IJclCloneable.Clone Method=id_1875
|
|
4 IJclIntfCloneable Interface
|
|
5 IJclIntfCloneable Interface=id_4413
|
|
5 IJclIntfCloneable.Clone Method=id_4415
|
|
4 IJclIntfIterator Interface
|
|
5 IJclIntfIterator Interface=id_4516
|
|
5 IJclIntfIterator.Add Method=id_11806
|
|
5 IJclIntfIterator.GetObject Method=id_11807
|
|
5 IJclIntfIterator.HasNext Method=id_11808
|
|
5 IJclIntfIterator.HasPrevious Method=id_11809
|
|
5 IJclIntfIterator.Next Method=id_11810
|
|
5 IJclIntfIterator.NextIndex Method=id_11811
|
|
5 IJclIntfIterator.Previous Method=id_11812
|
|
5 IJclIntfIterator.PreviousIndex Method=id_11813
|
|
5 IJclIntfIterator.Remove Method=id_11814
|
|
5 IJclIntfIterator.SetObject Method=id_11815
|
|
4 IJclStrIterator Interface
|
|
5 IJclStrIterator Interface=id_5661
|
|
5 IJclStrIterator.Add Method=id_11818
|
|
5 IJclStrIterator.GetString Method=id_11819
|
|
5 IJclStrIterator.HasNext Method=id_11820
|
|
5 IJclStrIterator.HasPrevious Method=id_11821
|
|
5 IJclStrIterator.Next Method=id_11822
|
|
5 IJclStrIterator.NextIndex Method=id_11823
|
|
5 IJclStrIterator.Previous Method=id_11824
|
|
5 IJclStrIterator.PreviousIndex Method=id_11825
|
|
5 IJclStrIterator.Remove Method=id_11826
|
|
5 IJclStrIterator.SetString Method=id_11827
|
|
4 IJclIterator Interface
|
|
5 IJclIterator Interface=id_2219
|
|
5 IJclIterator.Add Method=id_11830
|
|
5 IJclIterator.GetObject Method=id_11831
|
|
5 IJclIterator.HasNext Method=id_11832
|
|
5 IJclIterator.HasPrevious Method=id_11833
|
|
5 IJclIterator.Next Method=id_11834
|
|
5 IJclIterator.NextIndex Method=id_11835
|
|
5 IJclIterator.Previous Method=id_11836
|
|
5 IJclIterator.PreviousIndex Method=id_11837
|
|
5 IJclIterator.Remove Method=id_11838
|
|
5 IJclIterator.SetObject Method=id_11839
|
|
4 IJclIntfCollection Interface
|
|
5 IJclIntfCollection Interface=id_4411
|
|
5 IJclIntfCollection.Add Method=id_4416
|
|
5 IJclIntfCollection.AddAll Method=id_4417
|
|
5 IJclIntfCollection.Clear Method=id_4418
|
|
5 IJclIntfCollection.Contains Method=id_4419
|
|
5 IJclIntfCollection.ContainsAll Method=id_4420
|
|
5 IJclIntfCollection.Equals Method=id_4421
|
|
5 IJclIntfCollection.First Method=id_4422
|
|
5 IJclIntfCollection.IsEmpty Method=id_4423
|
|
5 IJclIntfCollection.Last Method=id_4424
|
|
5 IJclIntfCollection.Remove Method=id_4425
|
|
5 IJclIntfCollection.RemoveAll Method=id_4426
|
|
5 IJclIntfCollection.RetainAll Method=id_4427
|
|
5 IJclIntfCollection.Size Method=id_4428
|
|
4 IJclStrCollection Interface
|
|
5 IJclStrCollection Interface=id_5620
|
|
5 IJclStrCollection.Add Method=id_5530
|
|
5 IJclStrCollection.AddAll Method=id_5531
|
|
5 IJclStrCollection.AppendDelimited Method=id_5532
|
|
5 IJclStrCollection.AppendFromStrings Method=id_5533
|
|
5 IJclStrCollection.AppendToStrings Method=id_5534
|
|
5 IJclStrCollection.Clear Method=id_5535
|
|
5 IJclStrCollection.Contains Method=id_5536
|
|
5 IJclStrCollection.ContainsAll Method=id_5537
|
|
5 IJclStrCollection.Equals Method=id_5538
|
|
5 IJclStrCollection.First Method=id_5539
|
|
5 IJclStrCollection.GetAsDelimited Method=id_5540
|
|
5 IJclStrCollection.GetAsStrings Method=id_5541
|
|
5 IJclStrCollection.IsEmpty Method=id_5542
|
|
5 IJclStrCollection.Last Method=id_5543
|
|
5 IJclStrCollection.LoadDelimited Method=id_5544
|
|
5 IJclStrCollection.LoadFromStrings Method=id_5545
|
|
5 IJclStrCollection.Remove Method=id_5546
|
|
5 IJclStrCollection.RemoveAll Method=id_5547
|
|
5 IJclStrCollection.RetainAll Method=id_5548
|
|
5 IJclStrCollection.SaveToStrings Method=id_5549
|
|
5 IJclStrCollection.Size Method=id_5550
|
|
4 IJclCollection Interface
|
|
5 IJclCollection Interface=id_1871
|
|
5 IJclCollection.Add Method=id_1876
|
|
5 IJclCollection.AddAll Method=id_1877
|
|
5 IJclCollection.Clear Method=id_1878
|
|
5 IJclCollection.Contains Method=id_1879
|
|
5 IJclCollection.ContainsAll Method=id_1880
|
|
5 IJclCollection.Equals Method=id_1881
|
|
5 IJclCollection.First Method=id_1882
|
|
5 IJclCollection.IsEmpty Method=id_1883
|
|
5 IJclCollection.Last Method=id_1884
|
|
5 IJclCollection.Remove Method=id_1885
|
|
5 IJclCollection.RemoveAll Method=id_1886
|
|
5 IJclCollection.RetainAll Method=id_1887
|
|
5 IJclCollection.Size Method=id_1888
|
|
4 IJclIntfList Interface
|
|
5 IJclIntfList Interface=id_6464
|
|
5 IJclIntfList.GetObject Method=id_4432
|
|
5 IJclIntfList.IndexOf Method=id_4433
|
|
5 IJclIntfList.Insert Method=id_4434
|
|
5 IJclIntfList.InsertAll Method=id_4435
|
|
5 IJclIntfList.LastIndexOf Method=id_4436
|
|
5 IJclIntfList.Remove Method=id_4437
|
|
5 IJclIntfList.SetObject Method=id_4438
|
|
5 IJclIntfList.SubList Method=id_4439
|
|
4 IJclStrList Interface
|
|
5 IJclStrList Interface=id_6468
|
|
5 IJclStrList.Items Property=id_5615
|
|
5 IJclStrList.GetString Method=id_5554
|
|
5 IJclStrList.IndexOf Method=id_5555
|
|
5 IJclStrList.Insert Method=id_5556
|
|
5 IJclStrList.InsertAll Method=id_5557
|
|
5 IJclStrList.LastIndexOf Method=id_5558
|
|
5 IJclStrList.Remove Method=id_5559
|
|
5 IJclStrList.SetString Method=id_5560
|
|
5 IJclStrList.SubList Method=id_5561
|
|
4 IJclList Interface
|
|
5 IJclList Interface=id_6466
|
|
5 IJclList.Items Property=id_1937
|
|
5 IJclList.GetObject Method=id_1892
|
|
5 IJclList.IndexOf Method=id_1893
|
|
5 IJclList.Insert Method=id_1894
|
|
5 IJclList.InsertAll Method=id_1895
|
|
5 IJclList.LastIndexOf Method=id_1896
|
|
5 IJclList.Remove Method=id_1897
|
|
5 IJclList.SetObject Method=id_1898
|
|
5 IJclList.SubList Method=id_1899
|
|
4 IJclIntfArray Interface
|
|
5 IJclIntfArray Interface=id_11778
|
|
5 IJclIntfArray.Items Property=id_4472
|
|
5 IJclIntfArray.GetObject Method=id_4440
|
|
5 IJclIntfArray.SetObject Method=id_4441
|
|
4 IJclStrArray Interface
|
|
5 IJclStrArray Interface=id_11779
|
|
5 IJclStrArray.Items Property=id_5616
|
|
5 IJclStrArray.GetString Method=id_5562
|
|
5 IJclStrArray.SetString Method=id_5563
|
|
4 IJclArray Interface
|
|
5 IJclArray Interface=id_11780
|
|
5 IJclArray.Items Property=id_1938
|
|
5 IJclArray.GetObject Method=id_1900
|
|
5 IJclArray.SetObject Method=id_1901
|
|
4 IJclIntfSet Interface
|
|
5 IJclIntfSet Interface=id_4412
|
|
5 IJclIntfSet.Intersect Method=id_4429
|
|
5 IJclIntfSet.Subtract Method=id_4430
|
|
5 IJclIntfSet.Union Method=id_4431
|
|
4 IJclStrSet Interface
|
|
5 IJclStrSet Interface=id_5528
|
|
5 IJclStrSet.Intersect Method=id_5551
|
|
5 IJclStrSet.Subtract Method=id_5552
|
|
5 IJclStrSet.Union Method=id_5553
|
|
4 IJclSet Interface
|
|
5 IJclSet Interface=id_1872
|
|
5 IJclSet.Intersect Method=id_1889
|
|
5 IJclSet.Subtract Method=id_1890
|
|
5 IJclSet.Union Method=id_1891
|
|
4 IJclIntfTree Interface
|
|
5 IJclIntfTree Interface=id_4490
|
|
5 IJclIntfTree.TraverseOrder Property=id_4512
|
|
5 IJclIntfTree.GetTraverseOrder Method=id_4492
|
|
5 IJclIntfTree.SetTraverseOrder Method=id_4493
|
|
4 IJclStrTree Interface
|
|
5 IJclStrTree Interface=id_5635
|
|
5 IJclStrTree.TraverseOrder Property=id_5657
|
|
5 IJclStrTree.GetTraverseOrder Method=id_5637
|
|
5 IJclStrTree.SetTraverseOrder Method=id_5638
|
|
4 IJclTree Interface
|
|
5 IJclTree Interface=id_2193
|
|
5 IJclTree.TraverseOrder Property=id_2215
|
|
5 IJclTree.GetTraverseOrder Method=id_2195
|
|
5 IJclTree.SetTraverseOrder Method=id_2196
|
|
4 IJclIntfIntfMap Interface
|
|
5 IJclIntfIntfMap Interface=id_11781
|
|
5 IJclIntfIntfMap.Clear Method=id_11880
|
|
5 IJclIntfIntfMap.ContainsKey Method=id_11881
|
|
5 IJclIntfIntfMap.ContainsValue Method=id_11882
|
|
5 IJclIntfIntfMap.Equals Method=id_11883
|
|
5 IJclIntfIntfMap.GetValue Method=id_11884
|
|
5 IJclIntfIntfMap.IsEmpty Method=id_11885
|
|
5 IJclIntfIntfMap.KeySet Method=id_11886
|
|
5 IJclIntfIntfMap.PutAll Method=id_11887
|
|
5 IJclIntfIntfMap.PutValue Method=id_11888
|
|
5 IJclIntfIntfMap.Remove Method=id_11889
|
|
5 IJclIntfIntfMap.Size Method=id_11890
|
|
5 IJclIntfIntfMap.Values Method=id_11891
|
|
4 IJclMultiIntfIntfMap Interface
|
|
5 IJclMultiIntfIntfMap Interface=id_11782
|
|
5 IJclMultiIntfIntfMap.Count Method=id_11894
|
|
5 IJclMultiIntfIntfMap.GetValues Method=id_11895
|
|
4 IJclStrIntfMap Interface
|
|
5 IJclStrIntfMap Interface=id_11783
|
|
5 IJclStrIntfMap.Clear Method=id_11898
|
|
5 IJclStrIntfMap.ContainsKey Method=id_11899
|
|
5 IJclStrIntfMap.ContainsValue Method=id_11900
|
|
5 IJclStrIntfMap.Equals Method=id_11901
|
|
5 IJclStrIntfMap.GetValue Method=id_11902
|
|
5 IJclStrIntfMap.IsEmpty Method=id_11903
|
|
5 IJclStrIntfMap.KeySet Method=id_11904
|
|
5 IJclStrIntfMap.PutAll Method=id_11905
|
|
5 IJclStrIntfMap.PutValue Method=id_11906
|
|
5 IJclStrIntfMap.Remove Method=id_11907
|
|
5 IJclStrIntfMap.Size Method=id_11908
|
|
5 IJclStrIntfMap.Values Method=id_11909
|
|
4 IJclStrStrMap Interface
|
|
5 IJclStrStrMap Interface=id_11784
|
|
5 IJclStrStrMap.Items Property=id_11913
|
|
5 IJclStrStrMap.Clear Method=id_11914
|
|
5 IJclStrStrMap.ContainsKey Method=id_11915
|
|
5 IJclStrStrMap.ContainsValue Method=id_11916
|
|
5 IJclStrStrMap.Equals Method=id_11917
|
|
5 IJclStrStrMap.GetValue Method=id_11918
|
|
5 IJclStrStrMap.IsEmpty Method=id_11919
|
|
5 IJclStrStrMap.KeyOfValue Method=id_11920
|
|
5 IJclStrStrMap.KeySet Method=id_11921
|
|
5 IJclStrStrMap.PutAll Method=id_11922
|
|
5 IJclStrStrMap.PutValue Method=id_11923
|
|
5 IJclStrStrMap.Remove Method=id_11924
|
|
5 IJclStrStrMap.Size Method=id_11925
|
|
5 IJclStrStrMap.Values Method=id_11926
|
|
4 IJclStrMap Interface
|
|
5 IJclStrMap Interface=id_11785
|
|
5 IJclStrMap.Items Property=id_11930
|
|
5 IJclStrMap.Clear Method=id_11931
|
|
5 IJclStrMap.ContainsKey Method=id_11932
|
|
5 IJclStrMap.ContainsValue Method=id_11933
|
|
5 IJclStrMap.Equals Method=id_11934
|
|
5 IJclStrMap.GetValue Method=id_11935
|
|
5 IJclStrMap.IsEmpty Method=id_11936
|
|
5 IJclStrMap.KeySet Method=id_11937
|
|
5 IJclStrMap.PutAll Method=id_11938
|
|
5 IJclStrMap.PutValue Method=id_11939
|
|
5 IJclStrMap.Remove Method=id_11940
|
|
5 IJclStrMap.Size Method=id_11941
|
|
5 IJclStrMap.Values Method=id_11942
|
|
4 IJclMap Interface
|
|
5 IJclMap Interface=id_11786
|
|
5 IJclMap.Items Property=id_11946
|
|
5 IJclMap.Clear Method=id_11947
|
|
5 IJclMap.ContainsKey Method=id_11948
|
|
5 IJclMap.ContainsValue Method=id_11949
|
|
5 IJclMap.Equals Method=id_11950
|
|
5 IJclMap.GetValue Method=id_11951
|
|
5 IJclMap.IsEmpty Method=id_11952
|
|
5 IJclMap.KeySet Method=id_11953
|
|
5 IJclMap.PutAll Method=id_11954
|
|
5 IJclMap.PutValue Method=id_11955
|
|
5 IJclMap.Remove Method=id_11956
|
|
5 IJclMap.Size Method=id_11957
|
|
5 IJclMap.Values Method=id_11958
|
|
4 IJclIntfQueue Interface
|
|
5 IJclIntfQueue Interface=id_11787
|
|
5 IJclIntfQueue.Contains Method=id_11961
|
|
5 IJclIntfQueue.Dequeue Method=id_11962
|
|
5 IJclIntfQueue.Empty Method=id_11963
|
|
5 IJclIntfQueue.Enqueue Method=id_11964
|
|
5 IJclIntfQueue.Size Method=id_11965
|
|
4 IJclStrQueue Interface
|
|
5 IJclStrQueue Interface=id_11788
|
|
5 IJclStrQueue.Contains Method=id_11968
|
|
5 IJclStrQueue.Dequeue Method=id_11969
|
|
5 IJclStrQueue.Empty Method=id_11970
|
|
5 IJclStrQueue.Enqueue Method=id_11971
|
|
5 IJclStrQueue.Size Method=id_11972
|
|
4 IJclQueue Interface
|
|
5 IJclQueue Interface=id_11789
|
|
5 IJclQueue.Contains Method=id_11975
|
|
5 IJclQueue.Dequeue Method=id_11976
|
|
5 IJclQueue.Empty Method=id_11977
|
|
5 IJclQueue.Enqueue Method=id_11978
|
|
5 IJclQueue.Size Method=id_11979
|
|
4 IJclStrStrSortedMap Interface
|
|
5 IJclStrStrSortedMap Interface=id_11790
|
|
5 IJclStrStrSortedMap.FirstKey Method=id_11983
|
|
5 IJclStrStrSortedMap.HeadMap Method=id_11984
|
|
5 IJclStrStrSortedMap.LastKey Method=id_11985
|
|
5 IJclStrStrSortedMap.SubMap Method=id_11986
|
|
5 IJclStrStrSortedMap.TailMap Method=id_11987
|
|
4 IJclSortedMap Interface
|
|
5 IJclSortedMap Interface=id_11791
|
|
5 IJclSortedMap.FirstKey Method=id_11991
|
|
5 IJclSortedMap.HeadMap Method=id_11992
|
|
5 IJclSortedMap.LastKey Method=id_11993
|
|
5 IJclSortedMap.SubMap Method=id_11994
|
|
5 IJclSortedMap.TailMap Method=id_11995
|
|
4 IJclIntfSortedSet Interface
|
|
5 IJclIntfSortedSet Interface=id_11792
|
|
5 IJclIntfSortedSet.HeadSet Method=id_11998
|
|
5 IJclIntfSortedSet.SubSet Method=id_11999
|
|
5 IJclIntfSortedSet.TailSet Method=id_12000
|
|
4 IJclSortedSet Interface
|
|
5 IJclSortedSet Interface=id_11793
|
|
5 IJclSortedSet.HeadSet Method=id_12003
|
|
5 IJclSortedSet.SubSet Method=id_12004
|
|
5 IJclSortedSet.TailSet Method=id_12005
|
|
4 IJclIntfStack Interface
|
|
5 IJclIntfStack Interface=id_11794
|
|
5 IJclIntfStack.Contains Method=id_12008
|
|
5 IJclIntfStack.Empty Method=id_12009
|
|
5 IJclIntfStack.Pop Method=id_12010
|
|
5 IJclIntfStack.Push Method=id_12011
|
|
5 IJclIntfStack.Size Method=id_12012
|
|
4 IJclStrStack Interface
|
|
5 IJclStrStack Interface=id_11795
|
|
5 IJclStrStack.Contains Method=id_12015
|
|
5 IJclStrStack.Empty Method=id_12016
|
|
5 IJclStrStack.Pop Method=id_12017
|
|
5 IJclStrStack.Push Method=id_12018
|
|
5 IJclStrStack.Size Method=id_12019
|
|
4 IJclStack Interface
|
|
5 IJclStack Interface=id_11796
|
|
5 IJclStack.Contains Method=id_12022
|
|
5 IJclStack.Empty Method=id_12023
|
|
5 IJclStack.Pop Method=id_12024
|
|
5 IJclStack.Push Method=id_12025
|
|
5 IJclStack.Size Method=id_12026
|
|
4 TJclTraverseOrder Enumeration
|
|
5 TJclTraverseOrder Enumeration=id_2220
|
|
3 Sequence containers
|
|
4 Sequence containers=id_11765
|
|
4 Vectors
|
|
5 Vectors=id_12028
|
|
5 TJclVector Class
|
|
6 TJclVector Class=id_12031
|
|
6 TJclVector.Items Property=id_12069
|
|
6 TJclVector.OwnsObjects Property=id_12070
|
|
6 TJclVector.Add Method=id_12042
|
|
6 TJclVector.AddAll Method=id_12043
|
|
6 TJclVector.AfterConstruction Method=id_12044
|
|
6 TJclVector.BeforeDestruction Method=id_12045
|
|
6 TJclVector.Clear Method=id_12046
|
|
6 TJclVector.Clone Method=id_12047
|
|
6 TJclVector.Contains Method=id_12048
|
|
6 TJclVector.ContainsAll Method=id_12049
|
|
6 TJclVector.Create Constructor=id_12050
|
|
6 TJclVector.Destroy Destructor=id_12051
|
|
6 TJclVector.Equals Method=id_12052
|
|
6 TJclVector.First Method=id_12053
|
|
6 TJclVector.FreeObject Method=id_12054
|
|
6 TJclVector.GetObject Method=id_12055
|
|
6 TJclVector.Grow Method=id_12056
|
|
6 TJclVector.IndexOf Method=id_12057
|
|
6 TJclVector.Insert Method=id_12032
|
|
6 TJclVector.InsertAll Method=id_12058
|
|
6 TJclVector.IsEmpty Method=id_12059
|
|
6 TJclVector.Last Method=id_12060
|
|
6 TJclVector.LastIndexOf Method=id_12061
|
|
6 Remove Method
|
|
7 TJclVector.Remove Method (Integer)=id_12062
|
|
7 TJclVector.Remove Method (TObject)=id_12073
|
|
6 TJclVector.RemoveAll Method
|
|
7 TJclVector.RemoveAll Method=id_12063
|
|
6 TJclVector.RetainAll Method
|
|
7 TJclVector.RetainAll Method=id_12064
|
|
6 TJclVector.SetObject Method
|
|
7 TJclVector.SetObject Method=id_12065
|
|
6 TJclVector.Size Method
|
|
7 TJclVector.Size Method=id_12066
|
|
6 TJclVector.SubList Method
|
|
7 TJclVector.SubList Method=id_12067
|
|
5 TJclStrVector Class
|
|
6 TJclStrVector Class=id_12033
|
|
6 TJclStrVector.Items Property=id_12104
|
|
6 TJclStrVector.Add Method=id_12078
|
|
6 TJclStrVector.AddAll Method=id_12079
|
|
6 TJclStrVector.AfterConstruction Method=id_12080
|
|
6 TJclStrVector.BeforeDestruction Method=id_12081
|
|
6 TJclStrVector.Clear Method=id_12082
|
|
6 TJclStrVector.Clone Method=id_12083
|
|
6 TJclStrVector.Contains Method=id_12084
|
|
6 TJclStrVector.ContainsAll Method=id_12085
|
|
6 TJclStrVector.Create Constructor=id_12086
|
|
6 TJclStrVector.Destroy Destructor=id_12087
|
|
6 TJclStrVector.Equals Method=id_12088
|
|
6 TJclStrVector.First Method=id_12089
|
|
6 TJclStrVector.GetString Method=id_12090
|
|
6 TJclStrVector.Grow Method=id_12091
|
|
6 TJclStrVector.IndexOf Method=id_12092
|
|
6 TJclStrVector.Insert Method=id_12034
|
|
6 TJclStrVector.InsertAll Method=id_12093
|
|
6 TJclStrVector.IsEmpty Method=id_12094
|
|
6 TJclStrVector.Last Method=id_12095
|
|
6 TJclStrVector.LastIndexOf Method=id_12096
|
|
6 Remove Method
|
|
7 TJclStrVector.Remove Method (Integer)=id_12097
|
|
7 TJclStrVector.Remove Method (string)=id_12107
|
|
6 TJclStrVector.RemoveAll Method
|
|
7 TJclStrVector.RemoveAll Method=id_12098
|
|
6 TJclStrVector.RetainAll Method
|
|
7 TJclStrVector.RetainAll Method=id_12099
|
|
6 TJclStrVector.SetString Method
|
|
7 TJclStrVector.SetString Method=id_12100
|
|
6 TJclStrVector.Size Method
|
|
7 TJclStrVector.Size Method=id_12101
|
|
6 TJclStrVector.SubList Method
|
|
7 TJclStrVector.SubList Method=id_12102
|
|
5 TJclIntfVector Class
|
|
6 TJclIntfVector Class=id_12035
|
|
6 TJclIntfVector.Items Property=id_12138
|
|
6 TJclIntfVector.Add Method=id_12112
|
|
6 TJclIntfVector.AddAll Method=id_12113
|
|
6 TJclIntfVector.AfterConstruction Method=id_12114
|
|
6 TJclIntfVector.BeforeDestruction Method=id_12115
|
|
6 TJclIntfVector.Clear Method=id_12116
|
|
6 TJclIntfVector.Clone Method=id_12117
|
|
6 TJclIntfVector.Contains Method=id_12118
|
|
6 TJclIntfVector.ContainsAll Method=id_12119
|
|
6 TJclIntfVector.Create Constructor=id_12120
|
|
6 TJclIntfVector.Destroy Destructor=id_12121
|
|
6 TJclIntfVector.Equals Method=id_12122
|
|
6 TJclIntfVector.First Method=id_12123
|
|
6 TJclIntfVector.GetObject Method=id_12124
|
|
6 TJclIntfVector.Grow Method=id_12125
|
|
6 TJclIntfVector.IndexOf Method=id_12126
|
|
6 TJclIntfVector.Insert Method=id_12036
|
|
6 TJclIntfVector.InsertAll Method=id_12127
|
|
6 TJclIntfVector.IsEmpty Method=id_12128
|
|
6 TJclIntfVector.Last Method=id_12129
|
|
6 TJclIntfVector.LastIndexOf Method=id_12130
|
|
6 Remove Method
|
|
7 TJclIntfVector.Remove Method (IInterface)=id_12131
|
|
7 TJclIntfVector.Remove Method (Integer)=id_12141
|
|
6 TJclIntfVector.RemoveAll Method
|
|
7 TJclIntfVector.RemoveAll Method=id_12132
|
|
6 TJclIntfVector.RetainAll Method
|
|
7 TJclIntfVector.RetainAll Method=id_12133
|
|
6 TJclIntfVector.SetObject Method
|
|
7 TJclIntfVector.SetObject Method=id_12134
|
|
6 TJclIntfVector.Size Method
|
|
7 TJclIntfVector.Size Method=id_12135
|
|
6 TJclIntfVector.SubList Method
|
|
7 TJclIntfVector.SubList Method=id_12136
|
|
4 Linked Lists
|
|
5 Linked Lists=id_12029
|
|
5 TJclLinkedList Class
|
|
6 TJclLinkedList Class=id_12142
|
|
6 TJclLinkedList.OwnsObjects Property=id_12178
|
|
6 TJclLinkedList.Add Method=id_12153
|
|
6 TJclLinkedList.AddAll Method=id_12154
|
|
6 TJclLinkedList.AddFirst Method=id_12155
|
|
6 TJclLinkedList.Clear Method=id_12156
|
|
6 TJclLinkedList.Clone Method=id_12157
|
|
6 TJclLinkedList.Contains Method=id_12158
|
|
6 TJclLinkedList.ContainsAll Method=id_12159
|
|
6 TJclLinkedList.Create Constructor=id_12160
|
|
6 TJclLinkedList.Destroy Destructor=id_12161
|
|
6 TJclLinkedList.Equals Method=id_12162
|
|
6 TJclLinkedList.First Method=id_12163
|
|
6 TJclLinkedList.FreeObject Method=id_12164
|
|
6 TJclLinkedList.GetObject Method=id_12165
|
|
6 TJclLinkedList.IndexOf Method=id_12166
|
|
6 TJclLinkedList.Insert Method=id_12143
|
|
6 TJclLinkedList.InsertAll Method=id_12167
|
|
6 TJclLinkedList.IsEmpty Method=id_12168
|
|
6 TJclLinkedList.Last Method=id_12169
|
|
6 TJclLinkedList.LastIndexOf Method=id_12170
|
|
6 Remove Method
|
|
7 TJclLinkedList.Remove Method (Integer)=id_12171
|
|
7 TJclLinkedList.Remove Method (TObject)=id_12181
|
|
6 TJclLinkedList.RemoveAll Method
|
|
7 TJclLinkedList.RemoveAll Method=id_12172
|
|
6 TJclLinkedList.RetainAll Method
|
|
7 TJclLinkedList.RetainAll Method=id_12173
|
|
6 TJclLinkedList.SetObject Method
|
|
7 TJclLinkedList.SetObject Method=id_12174
|
|
6 TJclLinkedList.Size Method
|
|
7 TJclLinkedList.Size Method=id_12175
|
|
6 TJclLinkedList.SubList Method
|
|
7 TJclLinkedList.SubList Method=id_12176
|
|
5 TJclIntfLinkedList Class
|
|
6 TJclIntfLinkedList Class=id_12144
|
|
6 TJclIntfLinkedList.Add Method=id_12185
|
|
6 TJclIntfLinkedList.AddAll Method=id_12186
|
|
6 TJclIntfLinkedList.AddFirst Method=id_12187
|
|
6 TJclIntfLinkedList.Clear Method=id_12188
|
|
6 TJclIntfLinkedList.Clone Method=id_12189
|
|
6 TJclIntfLinkedList.Contains Method=id_12190
|
|
6 TJclIntfLinkedList.ContainsAll Method=id_12191
|
|
6 TJclIntfLinkedList.Create Constructor=id_12192
|
|
6 TJclIntfLinkedList.Destroy Destructor=id_12193
|
|
6 TJclIntfLinkedList.Equals Method=id_12194
|
|
6 TJclIntfLinkedList.First Method=id_12195
|
|
6 TJclIntfLinkedList.GetObject Method=id_12196
|
|
6 TJclIntfLinkedList.IndexOf Method=id_12197
|
|
6 TJclIntfLinkedList.Insert Method=id_12145
|
|
6 TJclIntfLinkedList.InsertAll Method=id_12198
|
|
6 TJclIntfLinkedList.IsEmpty Method=id_12199
|
|
6 TJclIntfLinkedList.Last Method=id_12200
|
|
6 TJclIntfLinkedList.LastIndexOf Method=id_12201
|
|
6 Remove Method
|
|
7 TJclIntfLinkedList.Remove Method (IInterface)=id_12202
|
|
7 TJclIntfLinkedList.Remove Method (Integer)=id_12210
|
|
6 TJclIntfLinkedList.RemoveAll Method
|
|
7 TJclIntfLinkedList.RemoveAll Method=id_12203
|
|
6 TJclIntfLinkedList.RetainAll Method
|
|
7 TJclIntfLinkedList.RetainAll Method=id_12204
|
|
6 TJclIntfLinkedList.SetObject Method
|
|
7 TJclIntfLinkedList.SetObject Method=id_12205
|
|
6 TJclIntfLinkedList.Size Method
|
|
7 TJclIntfLinkedList.Size Method=id_12206
|
|
6 TJclIntfLinkedList.SubList Method
|
|
7 TJclIntfLinkedList.SubList Method=id_12207
|
|
5 TJclStrLinkedList Class
|
|
6 TJclStrLinkedList Class=id_12146
|
|
6 TJclStrLinkedList.Add Method=id_12215
|
|
6 TJclStrLinkedList.AddAll Method=id_12216
|
|
6 TJclStrLinkedList.AddFirst Method=id_12217
|
|
6 TJclStrLinkedList.Clear Method=id_12218
|
|
6 TJclStrLinkedList.Clone Method=id_12219
|
|
6 TJclStrLinkedList.Contains Method=id_12220
|
|
6 TJclStrLinkedList.ContainsAll Method=id_12221
|
|
6 TJclStrLinkedList.Create Constructor=id_12222
|
|
6 TJclStrLinkedList.Destroy Destructor=id_12223
|
|
6 TJclStrLinkedList.Equals Method=id_12224
|
|
6 TJclStrLinkedList.First Method=id_12225
|
|
6 TJclStrLinkedList.GetString Method=id_12226
|
|
6 TJclStrLinkedList.IndexOf Method=id_12227
|
|
6 TJclStrLinkedList.Insert Method=id_12147
|
|
6 TJclStrLinkedList.InsertAll Method=id_12228
|
|
6 TJclStrLinkedList.IsEmpty Method=id_12229
|
|
6 TJclStrLinkedList.Last Method=id_12230
|
|
6 TJclStrLinkedList.LastIndexOf Method=id_12231
|
|
6 Remove Method
|
|
7 TJclStrLinkedList.Remove Method (Integer)=id_12232
|
|
7 TJclStrLinkedList.Remove Method (string)=id_12240
|
|
6 TJclStrLinkedList.RemoveAll Method
|
|
7 TJclStrLinkedList.RemoveAll Method=id_12233
|
|
6 TJclStrLinkedList.RetainAll Method
|
|
7 TJclStrLinkedList.RetainAll Method=id_12234
|
|
6 TJclStrLinkedList.SetString Method
|
|
7 TJclStrLinkedList.SetString Method=id_12235
|
|
6 TJclStrLinkedList.Size Method
|
|
7 TJclStrLinkedList.Size Method=id_12236
|
|
6 TJclStrLinkedList.SubList Method
|
|
7 TJclStrLinkedList.SubList Method=id_12237
|
|
3 Associative containers
|
|
4 Associative containers=id_11766
|
|
4 Maps
|
|
5 Maps=id_12241
|
|
5 TJclHashMap Class
|
|
6 TJclHashMap Class=id_12243
|
|
6 TJclHashMap.HashFunction Event=id_12244
|
|
6 TJclHashMap.OwnsObjects Property=id_12277
|
|
6 TJclHashMap.Clear Method=id_12259
|
|
6 TJclHashMap.Clone Method=id_12260
|
|
6 TJclHashMap.ContainsKey Method=id_12261
|
|
6 TJclHashMap.ContainsValue Method=id_12262
|
|
6 TJclHashMap.Create Constructor=id_12263
|
|
6 TJclHashMap.Destroy Destructor=id_12264
|
|
6 TJclHashMap.Equals Method=id_12265
|
|
6 TJclHashMap.FreeObject Method=id_12266
|
|
6 TJclHashMap.GetValue Method=id_12267
|
|
6 TJclHashMap.GrowEntries Method=id_12268
|
|
6 TJclHashMap.IsEmpty Method=id_12269
|
|
6 TJclHashMap.KeySet Method=id_12270
|
|
6 TJclHashMap.PutAll Method=id_12271
|
|
6 TJclHashMap.PutValue Method=id_12272
|
|
6 TJclHashMap.Remove Method=id_12273
|
|
6 TJclHashMap.Size Method=id_12274
|
|
6 TJclHashMap.Values Method=id_12275
|
|
5 TJclIntfIntfHashMap Class
|
|
6 TJclIntfIntfHashMap Class=id_12245
|
|
6 TJclIntfIntfHashMap.HashFunction Event=id_12246
|
|
6 TJclIntfIntfHashMap.Clear Method=id_12284
|
|
6 TJclIntfIntfHashMap.Clone Method=id_12285
|
|
6 TJclIntfIntfHashMap.ContainsKey Method=id_12286
|
|
6 TJclIntfIntfHashMap.ContainsValue Method=id_12287
|
|
6 TJclIntfIntfHashMap.Create Constructor=id_12288
|
|
6 TJclIntfIntfHashMap.Destroy Destructor=id_12289
|
|
6 TJclIntfIntfHashMap.Equals Method=id_12290
|
|
6 TJclIntfIntfHashMap.GetValue Method=id_12291
|
|
6 TJclIntfIntfHashMap.GrowEntries Method=id_12292
|
|
6 TJclIntfIntfHashMap.IsEmpty Method=id_12293
|
|
6 TJclIntfIntfHashMap.KeySet Method=id_12294
|
|
6 TJclIntfIntfHashMap.PutAll Method=id_12295
|
|
6 TJclIntfIntfHashMap.PutValue Method=id_12296
|
|
6 TJclIntfIntfHashMap.Remove Method=id_12297
|
|
6 TJclIntfIntfHashMap.Size Method=id_12298
|
|
6 TJclIntfIntfHashMap.Values Method=id_12299
|
|
5 TJclStrIntfHashMap Class
|
|
6 TJclStrIntfHashMap Class=id_12247
|
|
6 TJclStrIntfHashMap.HashFunction Event=id_12248
|
|
6 TJclStrIntfHashMap.Clear Method=id_12306
|
|
6 TJclStrIntfHashMap.Clone Method=id_12307
|
|
6 TJclStrIntfHashMap.ContainsKey Method=id_12308
|
|
6 TJclStrIntfHashMap.ContainsValue Method=id_12309
|
|
6 TJclStrIntfHashMap.Create Constructor=id_12310
|
|
6 TJclStrIntfHashMap.Destroy Destructor=id_12311
|
|
6 TJclStrIntfHashMap.Equals Method=id_12312
|
|
6 TJclStrIntfHashMap.GetValue Method=id_12313
|
|
6 TJclStrIntfHashMap.GrowEntries Method=id_12314
|
|
6 TJclStrIntfHashMap.IsEmpty Method=id_12315
|
|
6 TJclStrIntfHashMap.KeySet Method=id_12316
|
|
6 TJclStrIntfHashMap.PutAll Method=id_12317
|
|
6 TJclStrIntfHashMap.PutValue Method=id_12318
|
|
6 TJclStrIntfHashMap.Remove Method=id_12319
|
|
6 TJclStrIntfHashMap.Size Method=id_12320
|
|
6 TJclStrIntfHashMap.Values Method=id_12321
|
|
5 TJclStrHashMap Class
|
|
6 TJclStrHashMap Class=id_12249
|
|
6 TJclStrHashMap.HashFunction Event=id_12250
|
|
6 TJclStrHashMap.OwnsObjects Property=id_12347
|
|
6 TJclStrHashMap.Clear Method=id_12329
|
|
6 TJclStrHashMap.Clone Method=id_12330
|
|
6 TJclStrHashMap.ContainsKey Method=id_12331
|
|
6 TJclStrHashMap.ContainsValue Method=id_12332
|
|
6 TJclStrHashMap.Create Constructor=id_12333
|
|
6 TJclStrHashMap.Destroy Destructor=id_12334
|
|
6 TJclStrHashMap.Equals Method=id_12335
|
|
6 TJclStrHashMap.FreeObject Method=id_12336
|
|
6 TJclStrHashMap.GetValue Method=id_12337
|
|
6 TJclStrHashMap.GrowEntries Method=id_12338
|
|
6 TJclStrHashMap.IsEmpty Method=id_12339
|
|
6 TJclStrHashMap.KeySet Method=id_12340
|
|
6 TJclStrHashMap.PutAll Method=id_12341
|
|
6 TJclStrHashMap.PutValue Method=id_12342
|
|
6 TJclStrHashMap.Remove Method=id_12343
|
|
6 TJclStrHashMap.Size Method=id_12344
|
|
6 TJclStrHashMap.Values Method=id_12345
|
|
5 TJclStrStrHashMap Class
|
|
6 TJclStrStrHashMap Class=id_12251
|
|
6 TJclStrStrHashMap.HashFunction Event=id_12252
|
|
6 TJclStrStrHashMap.Clear Method=id_12355
|
|
6 TJclStrStrHashMap.Clone Method=id_12356
|
|
6 TJclStrStrHashMap.ContainsKey Method=id_12357
|
|
6 TJclStrStrHashMap.ContainsValue Method=id_12358
|
|
6 TJclStrStrHashMap.Create Constructor=id_12359
|
|
6 TJclStrStrHashMap.Destroy Destructor=id_12360
|
|
6 TJclStrStrHashMap.Equals Method=id_12361
|
|
6 TJclStrStrHashMap.GetValue Method=id_12362
|
|
6 TJclStrStrHashMap.GrowEntries Method=id_12363
|
|
6 TJclStrStrHashMap.IsEmpty Method=id_12364
|
|
6 TJclStrStrHashMap.KeyOfValue Method=id_12365
|
|
6 TJclStrStrHashMap.KeySet Method=id_12366
|
|
6 TJclStrStrHashMap.PutAll Method=id_12367
|
|
6 TJclStrStrHashMap.PutValue Method=id_12368
|
|
6 TJclStrStrHashMap.Remove Method=id_12369
|
|
6 TJclStrStrHashMap.Size Method=id_12370
|
|
6 TJclStrStrHashMap.Values Method=id_12371
|
|
3 Ordered sets
|
|
4 Ordered sets=id_11767
|
|
4 TJclIntfHashSet Class
|
|
5 TJclIntfHashSet Class=id_12374
|
|
5 TJclIntfHashSet.Add Method=id_12381
|
|
5 TJclIntfHashSet.AddAll Method=id_12382
|
|
5 TJclIntfHashSet.Clear Method=id_12383
|
|
5 TJclIntfHashSet.Clone Method=id_12384
|
|
5 TJclIntfHashSet.Contains Method=id_12385
|
|
5 TJclIntfHashSet.ContainsAll Method=id_12386
|
|
5 TJclIntfHashSet.Create Constructor=id_12387
|
|
5 TJclIntfHashSet.Destroy Destructor=id_12388
|
|
5 TJclIntfHashSet.Equals Method=id_12389
|
|
5 TJclIntfHashSet.First Method=id_12390
|
|
5 TJclIntfHashSet.Intersect Method=id_12391
|
|
5 TJclIntfHashSet.IsEmpty Method=id_12392
|
|
5 TJclIntfHashSet.Last Method=id_12393
|
|
5 TJclIntfHashSet.Remove Method=id_12394
|
|
5 TJclIntfHashSet.RemoveAll Method=id_12395
|
|
5 TJclIntfHashSet.RetainAll Method=id_12396
|
|
5 TJclIntfHashSet.Size Method=id_12397
|
|
5 TJclIntfHashSet.Subtract Method=id_12398
|
|
5 TJclIntfHashSet.Union Method=id_12399
|
|
4 TJclHashSet Class
|
|
5 TJclHashSet Class=id_12375
|
|
5 TJclHashSet.Add Method=id_12405
|
|
5 TJclHashSet.AddAll Method=id_12406
|
|
5 TJclHashSet.Clear Method=id_12407
|
|
5 TJclHashSet.Clone Method=id_12408
|
|
5 TJclHashSet.Contains Method=id_12409
|
|
5 TJclHashSet.ContainsAll Method=id_12410
|
|
5 TJclHashSet.Create Constructor=id_12411
|
|
5 TJclHashSet.Destroy Destructor=id_12412
|
|
5 TJclHashSet.Equals Method=id_12413
|
|
5 TJclHashSet.First Method=id_12414
|
|
5 TJclHashSet.Intersect Method=id_12415
|
|
5 TJclHashSet.IsEmpty Method=id_12416
|
|
5 TJclHashSet.Last Method=id_12417
|
|
5 TJclHashSet.Remove Method=id_12418
|
|
5 TJclHashSet.RemoveAll Method=id_12419
|
|
5 TJclHashSet.RetainAll Method=id_12420
|
|
5 TJclHashSet.Size Method=id_12421
|
|
5 TJclHashSet.Subtract Method=id_12422
|
|
5 TJclHashSet.Union Method=id_12423
|
|
4 TJclStrHashSet Class
|
|
5 TJclStrHashSet Class=id_12376
|
|
5 TJclStrHashSet.Add Method=id_12429
|
|
5 TJclStrHashSet.AddAll Method=id_12430
|
|
5 TJclStrHashSet.Clear Method=id_12431
|
|
5 TJclStrHashSet.Clone Method=id_12432
|
|
5 TJclStrHashSet.Contains Method=id_12433
|
|
5 TJclStrHashSet.ContainsAll Method=id_12434
|
|
5 TJclStrHashSet.Create Constructor=id_12435
|
|
5 TJclStrHashSet.Destroy Destructor=id_12436
|
|
5 TJclStrHashSet.Equals Method=id_12437
|
|
5 TJclStrHashSet.First Method=id_12438
|
|
5 TJclStrHashSet.Intersect Method=id_12439
|
|
5 TJclStrHashSet.IsEmpty Method=id_12440
|
|
5 TJclStrHashSet.Last Method=id_12441
|
|
5 TJclStrHashSet.Remove Method=id_12442
|
|
5 TJclStrHashSet.RemoveAll Method=id_12443
|
|
5 TJclStrHashSet.RetainAll Method=id_12444
|
|
5 TJclStrHashSet.Size Method=id_12445
|
|
5 TJclStrHashSet.Subtract Method=id_12446
|
|
5 TJclStrHashSet.Union Method=id_12447
|
|
3 Container adapters
|
|
4 Container adapters=id_11768
|
|
4 Stacks
|
|
5 Stacks=id_12450
|
|
5 TJclStack Class
|
|
6 TJclStack Class=id_12453
|
|
6 TJclStack.Contains Method=id_12460
|
|
6 TJclStack.Create Constructor=id_12461
|
|
6 TJclStack.Empty Method=id_12462
|
|
6 TJclStack.Grow Method=id_12463
|
|
6 TJclStack.Pop Method=id_12464
|
|
6 TJclStack.Push Method=id_12465
|
|
6 TJclStack.Size Method=id_12466
|
|
5 TJclIntfStack Class
|
|
6 TJclIntfStack Class=id_12454
|
|
6 TJclIntfStack.Contains Method=id_12472
|
|
6 TJclIntfStack.Create Constructor=id_12473
|
|
6 TJclIntfStack.Empty Method=id_12474
|
|
6 TJclIntfStack.Grow Method=id_12475
|
|
6 TJclIntfStack.Pop Method=id_12476
|
|
6 TJclIntfStack.Push Method=id_12477
|
|
6 TJclIntfStack.Size Method=id_12478
|
|
5 TJclStrStack Class
|
|
6 TJclStrStack Class=id_12455
|
|
6 TJclStrStack.Contains Method=id_12484
|
|
6 TJclStrStack.Create Constructor=id_12485
|
|
6 TJclStrStack.Empty Method=id_12486
|
|
6 TJclStrStack.Grow Method=id_12487
|
|
6 TJclStrStack.Pop Method=id_12488
|
|
6 TJclStrStack.Push Method=id_12489
|
|
6 TJclStrStack.Size Method=id_12490
|
|
4 Queues
|
|
5 Queues=id_12451
|
|
5 TJclQueue Class
|
|
6 TJclQueue Class=id_12493
|
|
6 TJclQueue.Contains Method=id_12500
|
|
6 TJclQueue.Create Constructor=id_12501
|
|
6 TJclQueue.Dequeue Method=id_12502
|
|
6 TJclQueue.Empty Method=id_12503
|
|
6 TJclQueue.Enqueue Method=id_12504
|
|
6 TJclQueue.Size Method=id_12505
|
|
5 TJclIntfQueue Class
|
|
6 TJclIntfQueue Class=id_12494
|
|
6 TJclIntfQueue.Contains Method=id_12511
|
|
6 TJclIntfQueue.Create Constructor=id_12512
|
|
6 TJclIntfQueue.Dequeue Method=id_12513
|
|
6 TJclIntfQueue.Empty Method=id_12514
|
|
6 TJclIntfQueue.Enqueue Method=id_12515
|
|
6 TJclIntfQueue.Size Method=id_12516
|
|
5 TJclStrQueue Class
|
|
6 TJclStrQueue Class=id_12495
|
|
6 TJclStrQueue.Contains Method=id_12522
|
|
6 TJclStrQueue.Create Constructor=id_12523
|
|
6 TJclStrQueue.Dequeue Method=id_12524
|
|
6 TJclStrQueue.Empty Method=id_12525
|
|
6 TJclStrQueue.Enqueue Method=id_12526
|
|
6 TJclStrQueue.Size Method=id_12527
|
|
3 Specialized containers
|
|
4 Specialized containers=id_11769
|
|
4 Arrays
|
|
5 Arrays=id_12530
|
|
5 TJclIntfArrayList Class
|
|
6 TJclIntfArrayList Class=id_4410
|
|
6 TJclIntfArrayList.Capacity Property=id_4473
|
|
6 TJclIntfArrayList.Add Method=id_4442
|
|
6 TJclIntfArrayList.AddAll Method=id_4443
|
|
6 TJclIntfArrayList.Clear Method=id_4444
|
|
6 TJclIntfArrayList.Clone Method=id_4445
|
|
6 TJclIntfArrayList.Contains Method=id_4446
|
|
6 TJclIntfArrayList.ContainsAll Method=id_4447
|
|
6 Create Constructor
|
|
7 TJclIntfArrayList.Create Constructor (IJclIntfCollection)=id_4448
|
|
7 TJclIntfArrayList.Create Constructor (Integer)=id_12539
|
|
6 TJclIntfArrayList.Destroy Destructor
|
|
7 TJclIntfArrayList.Destroy Destructor=id_4449
|
|
6 TJclIntfArrayList.Equals Method
|
|
7 TJclIntfArrayList.Equals Method=id_4450
|
|
6 TJclIntfArrayList.First Method
|
|
7 TJclIntfArrayList.First Method=id_4451
|
|
6 TJclIntfArrayList.GetObject Method
|
|
7 TJclIntfArrayList.GetObject Method=id_4452
|
|
6 TJclIntfArrayList.Grow Method
|
|
7 TJclIntfArrayList.Grow Method=id_4453
|
|
6 TJclIntfArrayList.IndexOf Method
|
|
7 TJclIntfArrayList.IndexOf Method=id_4454
|
|
6 TJclIntfArrayList.Insert Method
|
|
7 TJclIntfArrayList.Insert Method=id_4455
|
|
6 TJclIntfArrayList.InsertAll Method
|
|
7 TJclIntfArrayList.InsertAll Method=id_4456
|
|
6 TJclIntfArrayList.IsEmpty Method
|
|
7 TJclIntfArrayList.IsEmpty Method=id_4457
|
|
6 TJclIntfArrayList.Last Method
|
|
7 TJclIntfArrayList.Last Method=id_4458
|
|
6 TJclIntfArrayList.LastIndexOf Method
|
|
7 TJclIntfArrayList.LastIndexOf Method=id_4459
|
|
6 Remove Method
|
|
7 TJclIntfArrayList.Remove Method (IInterface)=id_4460
|
|
7 TJclIntfArrayList.Remove Method (Integer)=id_12540
|
|
6 TJclIntfArrayList.RemoveAll Method
|
|
7 TJclIntfArrayList.RemoveAll Method=id_4461
|
|
6 TJclIntfArrayList.RetainAll Method
|
|
7 TJclIntfArrayList.RetainAll Method=id_4462
|
|
6 TJclIntfArrayList.SetObject Method
|
|
7 TJclIntfArrayList.SetObject Method=id_4463
|
|
6 TJclIntfArrayList.Size Method
|
|
7 TJclIntfArrayList.Size Method=id_4464
|
|
6 TJclIntfArrayList.SubList Method
|
|
7 TJclIntfArrayList.SubList Method=id_4465
|
|
5 TJclStrArrayList Class
|
|
6 TJclStrArrayList Class=id_5527
|
|
6 TJclStrArrayList.Capacity Property=id_5617
|
|
6 TJclStrArrayList.Add Method=id_5585
|
|
6 TJclStrArrayList.AddAll Method=id_5586
|
|
6 TJclStrArrayList.Clear Method=id_5587
|
|
6 TJclStrArrayList.Clone Method=id_5588
|
|
6 TJclStrArrayList.Contains Method=id_5589
|
|
6 TJclStrArrayList.ContainsAll Method=id_5590
|
|
6 Create Constructor
|
|
7 TJclStrArrayList.Create Constructor (IJclStrCollection)=id_5591
|
|
7 TJclStrArrayList.Create Constructor (Integer)=id_12547
|
|
6 TJclStrArrayList.Destroy Destructor
|
|
7 TJclStrArrayList.Destroy Destructor=id_5592
|
|
6 TJclStrArrayList.Equals Method
|
|
7 TJclStrArrayList.Equals Method=id_5593
|
|
6 TJclStrArrayList.First Method
|
|
7 TJclStrArrayList.First Method=id_5594
|
|
6 TJclStrArrayList.GetString Method
|
|
7 TJclStrArrayList.GetString Method=id_5595
|
|
6 TJclStrArrayList.Grow Method
|
|
7 TJclStrArrayList.Grow Method=id_5596
|
|
6 TJclStrArrayList.IndexOf Method
|
|
7 TJclStrArrayList.IndexOf Method=id_5597
|
|
6 TJclStrArrayList.Insert Method
|
|
7 TJclStrArrayList.Insert Method=id_5598
|
|
6 TJclStrArrayList.InsertAll Method
|
|
7 TJclStrArrayList.InsertAll Method=id_5599
|
|
6 TJclStrArrayList.IsEmpty Method
|
|
7 TJclStrArrayList.IsEmpty Method=id_5600
|
|
6 TJclStrArrayList.Last Method
|
|
7 TJclStrArrayList.Last Method=id_5601
|
|
6 TJclStrArrayList.LastIndexOf Method
|
|
7 TJclStrArrayList.LastIndexOf Method=id_5602
|
|
6 Remove Method
|
|
7 TJclStrArrayList.Remove Method (Integer)=id_5603
|
|
7 TJclStrArrayList.Remove Method (string)=id_12548
|
|
6 TJclStrArrayList.RemoveAll Method
|
|
7 TJclStrArrayList.RemoveAll Method=id_5604
|
|
6 TJclStrArrayList.RetainAll Method
|
|
7 TJclStrArrayList.RetainAll Method=id_5605
|
|
6 TJclStrArrayList.SetString Method
|
|
7 TJclStrArrayList.SetString Method=id_5606
|
|
6 TJclStrArrayList.Size Method
|
|
7 TJclStrArrayList.Size Method=id_5607
|
|
6 TJclStrArrayList.SubList Method
|
|
7 TJclStrArrayList.SubList Method=id_5608
|
|
5 TJclArrayList Class
|
|
6 TJclArrayList Class=id_1870
|
|
6 TJclArrayList.Capacity Property=id_1939
|
|
6 TJclArrayList.OwnsObjects Property=id_1940
|
|
6 TJclArrayList.Add Method=id_1905
|
|
6 TJclArrayList.AddAll Method=id_1906
|
|
6 TJclArrayList.Clear Method=id_1907
|
|
6 TJclArrayList.Clone Method=id_1908
|
|
6 TJclArrayList.Contains Method=id_1909
|
|
6 TJclArrayList.ContainsAll Method=id_1910
|
|
6 Create Constructor
|
|
7 TJclArrayList.Create Constructor (IJclCollection, Boolean)=id_1911
|
|
7 TJclArrayList.Create Constructor (Integer, Boolean)=id_12556
|
|
6 TJclArrayList.Destroy Destructor
|
|
7 TJclArrayList.Destroy Destructor=id_1912
|
|
6 TJclArrayList.Equals Method
|
|
7 TJclArrayList.Equals Method=id_1913
|
|
6 TJclArrayList.First Method
|
|
7 TJclArrayList.First Method=id_1914
|
|
6 TJclArrayList.FreeObject Method
|
|
7 TJclArrayList.FreeObject Method=id_1915
|
|
6 TJclArrayList.GetObject Method
|
|
7 TJclArrayList.GetObject Method=id_1916
|
|
6 TJclArrayList.Grow Method
|
|
7 TJclArrayList.Grow Method=id_1917
|
|
6 TJclArrayList.IndexOf Method
|
|
7 TJclArrayList.IndexOf Method=id_1918
|
|
6 TJclArrayList.Insert Method
|
|
7 TJclArrayList.Insert Method=id_1919
|
|
6 TJclArrayList.InsertAll Method
|
|
7 TJclArrayList.InsertAll Method=id_1920
|
|
6 TJclArrayList.IsEmpty Method
|
|
7 TJclArrayList.IsEmpty Method=id_1921
|
|
6 TJclArrayList.Last Method
|
|
7 TJclArrayList.Last Method=id_1922
|
|
6 TJclArrayList.LastIndexOf Method
|
|
7 TJclArrayList.LastIndexOf Method=id_1923
|
|
6 Remove Method
|
|
7 TJclArrayList.Remove Method (Integer)=id_1924
|
|
7 TJclArrayList.Remove Method (TObject)=id_12557
|
|
6 TJclArrayList.RemoveAll Method
|
|
7 TJclArrayList.RemoveAll Method=id_1925
|
|
6 TJclArrayList.RetainAll Method
|
|
7 TJclArrayList.RetainAll Method=id_1926
|
|
6 TJclArrayList.SetObject Method
|
|
7 TJclArrayList.SetObject Method=id_1927
|
|
6 TJclArrayList.Size Method
|
|
7 TJclArrayList.Size Method=id_1928
|
|
6 TJclArrayList.SubList Method
|
|
7 TJclArrayList.SubList Method=id_1929
|
|
2 Date and Time
|
|
3 Date and Time=id_11559
|
|
3 DayOfTheYear Function=id_12561
|
|
3 DecodeDate Function=id_12562
|
|
3 FATDatesEqual Function=id_12563
|
|
3 IsLeapYear Function=id_12564
|
|
3 ISOWeekNumber Function=id_12565
|
|
3 ISOWeekToDateTime Function=id_12566
|
|
3 DayOfTheYearToDateTime Function=id_12567
|
|
3 EasterSunday Function=id_12568
|
|
3 CenturyOfDate Function=id_12569
|
|
3 CenturyBaseYear Function=id_12570
|
|
3 YearOfDate Function=id_12571
|
|
3 MonthOfDate Function=id_12572
|
|
3 DayOfDate Function=id_12573
|
|
3 HourOfTime Function=id_12574
|
|
3 MinuteOfTime Function=id_12575
|
|
3 SecondOfTime Function=id_12576
|
|
3 DaysInMonth Function=id_12577
|
|
3 Make4DigitYear Function=id_12578
|
|
3 MakeYear4Digit Function=id_12579
|
|
3 EncodeDate Function=id_12580
|
|
3 CreationDateTimeOfFile Function=id_12581
|
|
3 LastAccessDateTimeOfFile Function=id_12582
|
|
3 LastWriteDateTimeOfFile Function=id_12583
|
|
3 FormatDateTime Function=id_12584
|
|
3 Conversion
|
|
4 Conversion=id_12558
|
|
4 DateTimeToSystemTime Function=id_12604
|
|
4 DosDateTimeToFileTime Function=id_12605
|
|
4 FileTimeToDosDateTime Function=id_12606
|
|
4 FileTimeToSystemTime Function=id_12607
|
|
4 SystemTimeToFileTime Function=id_12608
|
|
4 FileTimeToDateTime Function=id_12609
|
|
4 DosDateTimeToSystemTime Function=id_12610
|
|
4 SystemTimeToDosDateTime Function=id_12611
|
|
4 SystemTimeToStr Function=id_12612
|
|
4 DosDateTimeToDateTime Function=id_12613
|
|
4 DateTimeToDosDateTime Function=id_12614
|
|
4 DateTimeToFileTime Function=id_12589
|
|
4 LocalDateTimeToDateTime Function=id_12615
|
|
4 LocalDateTimeToFileTime Function=id_12616
|
|
4 DateTimeToLocalDateTime Function=id_12617
|
|
4 FileTimeToStr Function=id_12618
|
|
4 DosDateTimeToStr Function=id_12619
|
|
4 TimeOfDateTimeToSeconds Function=id_12620
|
|
4 TimeOfDateTimeToMSecs Function=id_12621
|
|
4 HoursToMSecs Function=id_12622
|
|
4 MinutesToMSecs Function=id_12623
|
|
4 SecondsToMSecs Function=id_12624
|
|
4 DateTimeToUnixTime Function=id_12625
|
|
4 UnixTimeToDateTime Function=id_12627
|
|
4 UnixTimeToFileTime Function=id_12628
|
|
4 FileTimeToUnixTime Function=id_12629
|
|
4 TJclUnixTime32 Type=id_12626
|
|
3 Scheduling
|
|
4 Scheduling=id_12559
|
|
4 CreateSchedule Function=id_12656
|
|
4 Types
|
|
5 Types=id_12648
|
|
5 TScheduleRecurringKind Enumeration=id_12663
|
|
5 TScheduleEndKind Enumeration=id_12664
|
|
5 TScheduleIndexKind Enumeration=id_12665
|
|
5 ESchedule Class=id_12662
|
|
4 IJclSchedule
|
|
5 IJclSchedule=id_12649
|
|
5 IJclSchedule Interface=id_12660
|
|
5 IJclSchedule.DayCount Method=id_12688
|
|
5 IJclSchedule.EndCount Property=id_12678
|
|
5 IJclSchedule.EndDate Property=id_12677
|
|
5 IJclSchedule.EndType Property=id_12679
|
|
5 IJclSchedule.GetEndCount Method=id_12689
|
|
5 IJclSchedule.GetEndDate Method=id_12690
|
|
5 IJclSchedule.GetEndType Method=id_12691
|
|
5 IJclSchedule.GetRecurringType Method=id_12692
|
|
5 IJclSchedule.GetStartDate Method=id_12693
|
|
5 IJclSchedule.InitToSavedState Method=id_12695
|
|
5 IJclSchedule.LastTriggered Method=id_12696
|
|
5 IJclSchedule.NextEvent Method=id_12697
|
|
5 IJclSchedule.NextEventFrom Method=id_12698
|
|
5 IJclSchedule.NextEventFromNow Method=id_12699
|
|
5 IJclSchedule.RecurringType Property=id_12675
|
|
5 IJclSchedule.Reset Method=id_12700
|
|
5 IJclSchedule.SetEndCount Method=id_12701
|
|
5 IJclSchedule.SetEndDate Method=id_12702
|
|
5 IJclSchedule.SetEndType Method=id_12703
|
|
5 IJclSchedule.SetRecurringType Method=id_12704
|
|
5 IJclSchedule.SetStartDate Method=id_12705
|
|
5 IJclSchedule.StartDate Property=id_12694
|
|
5 IJclSchedule.TriggerCount Method=id_12706
|
|
4 IJclScheduleDayFrequency
|
|
5 IJclScheduleDayFrequency=id_12650
|
|
5 IJclScheduleDayFrequency Interface
|
|
6 IJclScheduleDayFrequency Interface=id_12670
|
|
6 IJclScheduleDayFrequency.GetEndTime Method=id_12735
|
|
6 IJclScheduleDayFrequency.GetInterval Method=id_12736
|
|
6 IJclScheduleDayFrequency.GetStartTime Method=id_12737
|
|
6 IJclScheduleDayFrequency.SetEndTime Method=id_12738
|
|
6 IJclScheduleDayFrequency.SetInterval Method=id_12739
|
|
6 IJclScheduleDayFrequency.SetStartTime Method=id_12740
|
|
5 IJclScheduleDayFrequency.StartTime Property
|
|
6 IJclScheduleDayFrequency.StartTime Property=id_12730
|
|
5 IJclScheduleDayFrequency.EndTime Property
|
|
6 IJclScheduleDayFrequency.EndTime Property=id_12731
|
|
5 IJclScheduleDayFrequency.Interval Property
|
|
6 IJclScheduleDayFrequency.Interval Property=id_12732
|
|
4 IJclDailySchedule
|
|
5 IJclDailySchedule=id_12651
|
|
5 IJclDailySchedule Interface
|
|
6 IJclDailySchedule Interface=id_12671
|
|
6 IJclDailySchedule.GetEveryWeekDay Method=id_12752
|
|
6 IJclDailySchedule.GetInterval Method=id_12753
|
|
6 IJclDailySchedule.SetEveryWeekDay Method=id_12754
|
|
6 IJclDailySchedule.SetInterval Method=id_12755
|
|
5 IJclDailySchedule.EveryWeekDay Property
|
|
6 IJclDailySchedule.EveryWeekDay Property=id_12749
|
|
5 IJclDailySchedule.Interval Property
|
|
6 IJclDailySchedule.Interval Property=id_12750
|
|
4 IJclWeeklySchedule
|
|
5 IJclWeeklySchedule=id_12652
|
|
5 IJclWeeklySchedule Interface
|
|
6 IJclWeeklySchedule Interface=id_12672
|
|
6 IJclWeeklySchedule.GetDaysOfWeek Method=id_12766
|
|
6 IJclWeeklySchedule.GetInterval Method=id_12767
|
|
6 IJclWeeklySchedule.SetDaysOfWeek Method=id_12768
|
|
6 IJclWeeklySchedule.SetInterval Method=id_12769
|
|
5 IJclWeeklySchedule.DaysOfWeek Property
|
|
6 IJclWeeklySchedule.DaysOfWeek Property=id_12763
|
|
5 IJclWeeklySchedule.Interval Property
|
|
6 IJclWeeklySchedule.Interval Property=id_12764
|
|
4 IJclMonthlySchedule
|
|
5 IJclMonthlySchedule=id_12653
|
|
5 IJclMonthlySchedule Interface
|
|
6 IJclMonthlySchedule Interface=id_12673
|
|
6 IJclMonthlySchedule.GetDay Method=id_12781
|
|
6 IJclMonthlySchedule.GetIndexKind Method=id_12782
|
|
6 IJclMonthlySchedule.GetIndexValue Method=id_12783
|
|
6 IJclMonthlySchedule.GetInterval Method=id_12784
|
|
6 IJclMonthlySchedule.SetDay Method=id_12785
|
|
6 IJclMonthlySchedule.SetIndexKind Method=id_12786
|
|
6 IJclMonthlySchedule.SetIndexValue Method=id_12787
|
|
6 IJclMonthlySchedule.SetInterval Method=id_12788
|
|
5 IJclMonthlySchedule.Day Property
|
|
6 IJclMonthlySchedule.Day Property=id_12777
|
|
5 IJclMonthlySchedule.IndexKind Property
|
|
6 IJclMonthlySchedule.IndexKind Property=id_12681
|
|
5 IJclMonthlySchedule.IndexValue Property
|
|
6 IJclMonthlySchedule.IndexValue Property=id_12778
|
|
5 IJclMonthlySchedule.Interval Property
|
|
6 IJclMonthlySchedule.Interval Property=id_12779
|
|
4 IJclYearlySchedule
|
|
5 IJclYearlySchedule=id_12654
|
|
5 IJclYearlySchedule Interface
|
|
6 IJclYearlySchedule Interface=id_12674
|
|
6 IJclYearlySchedule.GetDay Method=id_12802
|
|
6 IJclYearlySchedule.GetIndexKind Method=id_12803
|
|
6 IJclYearlySchedule.GetIndexValue Method=id_12804
|
|
6 IJclYearlySchedule.GetInterval Method=id_12805
|
|
6 IJclYearlySchedule.GetMonth Method=id_12806
|
|
6 IJclYearlySchedule.SetDay Method=id_12807
|
|
6 IJclYearlySchedule.SetIndexKind Method=id_12808
|
|
6 IJclYearlySchedule.SetIndexValue Method=id_12809
|
|
6 IJclYearlySchedule.SetInterval Method=id_12810
|
|
6 IJclYearlySchedule.SetMonth Method=id_12811
|
|
5 IJclYearlySchedule.Day Property
|
|
6 IJclYearlySchedule.Day Property=id_12797
|
|
5 IJclYearlySchedule.IndexKind Property
|
|
6 IJclYearlySchedule.IndexKind Property=id_12682
|
|
5 IJclYearlySchedule.IndexValue Property
|
|
6 IJclYearlySchedule.IndexValue Property=id_12798
|
|
5 IJclYearlySchedule.Interval Property
|
|
6 IJclYearlySchedule.Interval Property=id_12799
|
|
5 IJclYearlySchedule.Month Property
|
|
6 IJclYearlySchedule.Month Property=id_12800
|
|
4 Auxilary routines
|
|
5 Auxilary routines=id_12655
|
|
5 NullStamp Function=id_12719
|
|
5 CompareTimeStamps Function=id_12816
|
|
5 EqualTimeStamps Function=id_12817
|
|
5 IsNullTimeStamp Function=id_12818
|
|
3 Timers and Counters
|
|
4 Timers and Counters=id_12560
|
|
4 StartCount Function=id_12825
|
|
4 StopCount Function=id_12826
|
|
4 TJclCounter
|
|
5 TJclCounter=id_12823
|
|
5 TJclCounter Class
|
|
6 TJclCounter Class=id_6359
|
|
6 TJclCounter.Counting Property=id_12837
|
|
6 TJclCounter.ElapsedTime Property=id_12838
|
|
6 TJclCounter.Overhead Property=id_12839
|
|
6 TJclCounter.RunElapsedTime Property=id_12840
|
|
6 TJclCounter.Continue Method=id_12842
|
|
6 TJclCounter.Create Constructor=id_12843
|
|
6 TJclCounter.GetRunElapsedTime Method=id_12844
|
|
6 TJclCounter.Start Method=id_12845
|
|
6 TJclCounter.Stop Method=id_12846
|
|
4 TJclMultimediaTimer
|
|
5 TJclMultimediaTimer=id_12824
|
|
5 TJclMultimediaTimer Class
|
|
6 TJclMultimediaTimer Class=id_12853
|
|
6 TJclMultimediaTimer.Event Property=id_12865
|
|
6 TJclMultimediaTimer.Kind Property=id_12866
|
|
6 TJclMultimediaTimer.MaxPeriod Property=id_12867
|
|
6 TJclMultimediaTimer.MinPeriod Property=id_12868
|
|
6 TJclMultimediaTimer.Notification Property=id_12869
|
|
6 TJclMultimediaTimer.OnTimer Property=id_12870
|
|
6 TJclMultimediaTimer.Period Property=id_12871
|
|
6 TJclMultimediaTimer.BeginPeriod Method=id_12873
|
|
6 TJclMultimediaTimer.BeginTimer Method=id_12874
|
|
6 TJclMultimediaTimer.Create Constructor=id_12875
|
|
6 TJclMultimediaTimer.Destroy Destructor=id_12876
|
|
6 TJclMultimediaTimer.Elapsed Method=id_12877
|
|
6 TJclMultimediaTimer.EndPeriod Method=id_12878
|
|
6 TJclMultimediaTimer.EndTimer Method=id_12879
|
|
6 TJclMultimediaTimer.GetTime Method=id_12880
|
|
6 TJclMultimediaTimer.Timer Method=id_12854
|
|
6 TJclMultimediaTimer.WaitFor Method=id_12881
|
|
5 TMmTimerKind Enumeration
|
|
6 TMmTimerKind Enumeration=id_12855
|
|
5 TMmNotificationKind Enumeration
|
|
6 TMmNotificationKind Enumeration=id_12856
|
|
2 Debugging
|
|
3 Debugging=id_11560
|
|
3 Diagnostics
|
|
4 Diagnostics=id_12887
|
|
4 AssertKindOf Function=id_12896
|
|
4 Trace Function=id_12897
|
|
4 TraceFmt Function=id_12898
|
|
4 TraceLoc Function=id_12899
|
|
4 TraceLocFmt Function=id_12900
|
|
3 Except frame info routines
|
|
4 Except frame info routines=id_12888
|
|
4 TJmpInstruction Record=id_12913
|
|
4 TExcDescEntry Record=id_12907
|
|
4 TExcDesc Record=id_12914
|
|
4 TExcFrame Record=id_12915
|
|
4 TExceptFrameKind Enumeration=id_12910
|
|
4 TJclExceptFrame Class
|
|
5 TJclExceptFrame Class=id_12908
|
|
5 TJclExceptFrame.ExcFrame Property=id_12928
|
|
5 TJclExceptFrame.FrameKind Property=id_12929
|
|
5 TJclExceptFrame.CodeLocation Method=id_12931
|
|
5 TJclExceptFrame.Create Constructor=id_12932
|
|
5 TJclExceptFrame.DoDetermineFrameKind Method=id_12933
|
|
5 TJclExceptFrame.HandlerInfo Method=id_12934
|
|
5 TJclExceptFrame.Handles Method=id_12935
|
|
4 TJclExceptFrameList Class
|
|
5 TJclExceptFrameList Class=id_12909
|
|
5 TJclExceptFrameList.IgnoreLevels Property=id_12946
|
|
5 TJclExceptFrameList.Items Property=id_12947
|
|
5 TJclExceptFrameList.AddFrame Method=id_12950
|
|
5 TJclExceptFrameList.Create Constructor=id_12951
|
|
5 TJclExceptFrameList.TraceExceptionFrames Method=id_12952
|
|
4 JclCreateExceptFrameList Function
|
|
5 JclCreateExceptFrameList Function=id_12911
|
|
4 JclLastExceptFrameList Function
|
|
5 JclLastExceptFrameList Function=id_12912
|
|
3 Exception hooking
|
|
4 Exception hooking=id_12889
|
|
4 TJclExceptNotifyProc Type=id_6619
|
|
4 TJclExceptNotifyMethod Type=id_6616
|
|
4 JclHookExceptions Function=id_12961
|
|
4 JclUnhookExceptions Function=id_12962
|
|
4 JclExceptionsHooked Function=id_12963
|
|
4 ExceptNotifyProc=id_12956
|
|
4 ExceptNotifyMethod=id_12957
|
|
4 StackTrackingEnable=id_12958
|
|
4 RawStackTracking=id_12959
|
|
4 ExceptionFrameTrackingEnable=id_12955
|
|
4 TrackAllModules=id_12960
|
|
3 Helpers
|
|
4 Helpers=id_12890
|
|
4 InsertDebugDataIntoExecutableFile Function=id_12977
|
|
3 Miscellanuous
|
|
4 Miscellanuous=id_12891
|
|
4 IsHandleValid Function=id_12980
|
|
4 IsDebuggerAttached Function=id_12981
|
|
4 EnableCrashOnCtrlScroll Function=id_12982
|
|
3 Source Locations
|
|
4 Source Locations=id_12892
|
|
4 GetLocationInfo Function=id_12991
|
|
4 TJclLocationInfo Record=id_4163
|
|
4 TJclDebugInfoSource Class
|
|
5 TJclDebugInfoSource Class=id_4149
|
|
5 TJclDebugInfoSource.FileName Property=id_4151
|
|
5 TJclDebugInfoSource.Module Property=id_4152
|
|
5 TJclDebugInfoSource.Create Constructor=id_4154
|
|
5 TJclDebugInfoSource.GetLocationInfo Method=id_4155
|
|
5 TJclDebugInfoSource.InitializeSource Method=id_4156
|
|
5 TJclDebugInfoSource.VAFromAddr Method=id_4157
|
|
4 TJclDebugInfoList Class
|
|
5 TJclDebugInfoList Class=id_12987
|
|
5 TJclDebugInfoList.ItemFromModule Property=id_13037
|
|
5 TJclDebugInfoList.Items Property=id_13035
|
|
5 TJclDebugInfoList.CreateDebugInfo Method=id_13039
|
|
5 TJclDebugInfoList.GetLocationInfo Method=id_13040
|
|
4 DebugInfoAvailable Function
|
|
5 DebugInfoAvailable Function=id_12992
|
|
4 TJclDebugInfoMap Class
|
|
5 TJclDebugInfoMap Class=id_12988
|
|
5 TJclDebugInfoMap.Destroy Destructor=id_13049
|
|
5 TJclDebugInfoMap.GetLocationInfo Method=id_13050
|
|
5 TJclDebugInfoMap.InitializeSource Method=id_13051
|
|
4 TJclDebugInfoBinary Class
|
|
5 TJclDebugInfoBinary Class=id_12989
|
|
5 TJclDebugInfoBinary.Destroy Destructor=id_13060
|
|
5 TJclDebugInfoBinary.GetLocationInfo Method=id_13061
|
|
5 TJclDebugInfoBinary.InitializeSource Method=id_13062
|
|
4 TJclDebugInfoExports Class
|
|
5 TJclDebugInfoExports Class=id_12990
|
|
5 TJclDebugInfoExports.Destroy Destructor=id_13070
|
|
5 TJclDebugInfoExports.GetLocationInfo Method=id_13071
|
|
5 TJclDebugInfoExports.InitializeSource Method=id_13072
|
|
4 ModuleFromAddr Function
|
|
5 ModuleFromAddr Function=id_12993
|
|
4 IsSystemModule Function
|
|
5 IsSystemModule Function=id_12994
|
|
4 Caller Function
|
|
5 Caller Function=id_12995
|
|
4 GetLocationInfoStr Function
|
|
5 GetLocationInfoStr Function=id_12996
|
|
4 ClearLocationData Function
|
|
5 ClearLocationData Function=id_12997
|
|
4 __FILE__ Function
|
|
5 __FILE__ Function=id_12998
|
|
4 __MODULE__ Function
|
|
5 __MODULE__ Function=id_12999
|
|
4 __PROC__ Function
|
|
5 __PROC__ Function=id_13000
|
|
4 __LINE__ Function
|
|
5 __LINE__ Function=id_13001
|
|
4 __MAP__ Function
|
|
5 __MAP__ Function=id_13002
|
|
4 __FILE_OF_ADDR__ Function
|
|
5 __FILE_OF_ADDR__ Function=id_13003
|
|
4 __MODULE_OF_ADDR__ Function
|
|
5 __MODULE_OF_ADDR__ Function=id_13004
|
|
4 __PROC_OF_ADDR__ Function
|
|
5 __PROC_OF_ADDR__ Function=id_13005
|
|
4 __LINE_OF_ADDR__ Function
|
|
5 __LINE_OF_ADDR__ Function=id_13006
|
|
4 __MAP_OF_ADDR__ Function
|
|
5 __MAP_OF_ADDR__ Function=id_13007
|
|
4 FileByLevel Function
|
|
5 FileByLevel Function=id_13008
|
|
4 ModuleByLevel Function
|
|
5 ModuleByLevel Function=id_13009
|
|
4 ProcByLevel Function
|
|
5 ProcByLevel Function=id_13010
|
|
4 LineByLevel Function
|
|
5 LineByLevel Function=id_13011
|
|
4 MapByLevel Function
|
|
5 MapByLevel Function=id_13012
|
|
4 FileOfAddr Function
|
|
5 FileOfAddr Function=id_13013
|
|
4 ModuleOfAddr Function
|
|
5 ModuleOfAddr Function=id_13014
|
|
4 ProcOfAddr Function
|
|
5 ProcOfAddr Function=id_13015
|
|
4 LineOfAddr Function
|
|
5 LineOfAddr Function=id_13016
|
|
4 MapOfAddr Function
|
|
5 MapOfAddr Function=id_13017
|
|
4 ExtractClassName Function
|
|
5 ExtractClassName Function=id_13018
|
|
4 ExtractMethodName Function
|
|
5 ExtractMethodName Function=id_13019
|
|
4 Binary Debug Data
|
|
5 Binary Debug Data=id_12985
|
|
5 ConvertMapFileToJdbgFile Function=id_13098
|
|
5 JclDbgDataSignature Constant=id_13095
|
|
5 JclDbgDataResName Constant=id_13096
|
|
5 JclDbgFileExtension Constant=id_13097
|
|
5 TJclBinDebugGenerator Class
|
|
6 TJclBinDebugGenerator Class=id_12979
|
|
6 TJclBinDebugGenerator.DataStream Property=id_13114
|
|
6 TJclBinDebugGenerator.CalculateCheckSum Method=id_13141
|
|
6 TJclBinDebugGenerator.Create Constructor=id_13142
|
|
6 TJclBinDebugGenerator.CreateData Method=id_13143
|
|
6 TJclBinDebugGenerator.Destroy Destructor=id_13144
|
|
5 TJclBinDebugScanner Class
|
|
6 TJclBinDebugScanner Class=id_13057
|
|
6 TJclBinDebugScanner.ModuleName Property=id_13151
|
|
6 TJclBinDebugScanner.ValidFormat Property=id_13152
|
|
6 TJclBinDebugScanner.CacheLineNumbers Method=id_13154
|
|
6 TJclBinDebugScanner.CacheProcNames Method=id_13155
|
|
6 TJclBinDebugScanner.CheckFormat Method=id_13156
|
|
6 TJclBinDebugScanner.Create Constructor=id_13157
|
|
6 TJclBinDebugScanner.DataToStr Method=id_13158
|
|
6 TJclBinDebugScanner.IsModuleNameValid Method=id_13159
|
|
6 LineNumberFromAddr Method
|
|
7 TJclBinDebugScanner.LineNumberFromAddr Method (DWORD)=id_13160
|
|
6 TJclBinDebugScanner.MakePtr Method
|
|
7 TJclBinDebugScanner.MakePtr Method=id_13161
|
|
6 TJclBinDebugScanner.ModuleNameFromAddr Method
|
|
7 TJclBinDebugScanner.ModuleNameFromAddr Method=id_13162
|
|
6 TJclBinDebugScanner.ModuleStartFromAddr Method
|
|
7 TJclBinDebugScanner.ModuleStartFromAddr Method=id_13163
|
|
6 ProcNameFromAddr Method
|
|
7 TJclBinDebugScanner.ProcNameFromAddr Method (DWORD)=id_13164
|
|
6 TJclBinDebugScanner.ReadValue Method
|
|
7 TJclBinDebugScanner.ReadValue Method=id_13165
|
|
6 TJclBinDebugScanner.SourceNameFromAddr Method
|
|
7 TJclBinDebugScanner.SourceNameFromAddr Method=id_13166
|
|
4 Map Parsers
|
|
5 Map Parsers=id_12986
|
|
5 TJclMapAddress Record=id_7431
|
|
5 PJclMapString Type=id_7142
|
|
5 TJclAbstractMapParser Class
|
|
6 TJclAbstractMapParser Class=id_13118
|
|
6 TJclAbstractMapParser.FLastUnitFileName Field=id_13105
|
|
6 TJclAbstractMapParser.FLastUnitName Field=id_13106
|
|
6 TJclAbstractMapParser.LinkerBug Property=id_13110
|
|
6 TJclAbstractMapParser.LinkerBugUnitName Property=id_13111
|
|
6 TJclAbstractMapParser.Stream Property=id_13112
|
|
6 TJclAbstractMapParser.ClassTableItem Method=id_13116
|
|
6 TJclAbstractMapParser.Create Constructor=id_13117
|
|
6 TJclAbstractMapParser.Destroy Destructor=id_13119
|
|
6 TJclAbstractMapParser.LineNumbersItem Method=id_13120
|
|
6 TJclAbstractMapParser.LineNumberUnitItem Method=id_13121
|
|
6 TJclAbstractMapParser.MapStringToFileName Method=id_13122
|
|
6 TJclAbstractMapParser.MapStringToStr Method=id_13123
|
|
6 TJclAbstractMapParser.Parse Method=id_13124
|
|
6 TJclAbstractMapParser.PublicsByNameItem Method=id_13125
|
|
6 TJclAbstractMapParser.PublicsByValueItem Method=id_13126
|
|
6 TJclAbstractMapParser.SegmentItem Method=id_13127
|
|
5 TJclMapParser Class
|
|
6 TJclMapParser Class=id_13175
|
|
6 TJclMapParser.OnClassTable Event=id_13195
|
|
6 TJclMapParser.OnLineNumbers Event=id_13196
|
|
6 TJclMapParser.OnLineNumberUnit Event=id_13197
|
|
6 TJclMapParser.OnPublicsByName Event=id_13198
|
|
6 TJclMapParser.OnPublicsByValue Event=id_13199
|
|
6 TJclMapParser.OnSegment Event=id_13200
|
|
6 TJclMapParser.ClassTableItem Method=id_13205
|
|
6 TJclMapParser.LineNumbersItem Method=id_13206
|
|
6 TJclMapParser.LineNumberUnitItem Method=id_13207
|
|
6 TJclMapParser.PublicsByNameItem Method=id_13208
|
|
6 TJclMapParser.PublicsByValueItem Method=id_13209
|
|
6 TJclMapParser.SegmentItem Method=id_13210
|
|
5 TJclMapScanner Class
|
|
6 TJclMapScanner Class=id_13046
|
|
6 TJclMapScanner.LineNumberErrors Property=id_13113
|
|
6 TJclMapScanner.ClassTableItem Method=id_13128
|
|
6 TJclMapScanner.Create Constructor=id_13129
|
|
6 LineNumberFromAddr Method
|
|
7 TJclMapScanner.LineNumberFromAddr Method (DWORD)=id_13130
|
|
6 TJclMapScanner.LineNumbersItem Method
|
|
7 TJclMapScanner.LineNumbersItem Method=id_13131
|
|
6 TJclMapScanner.LineNumberUnitItem Method
|
|
7 TJclMapScanner.LineNumberUnitItem Method=id_13132
|
|
6 TJclMapScanner.ModuleNameFromAddr Method
|
|
7 TJclMapScanner.ModuleNameFromAddr Method=id_13133
|
|
6 TJclMapScanner.ModuleStartFromAddr Method
|
|
7 TJclMapScanner.ModuleStartFromAddr Method=id_13134
|
|
6 ProcNameFromAddr Method
|
|
7 TJclMapScanner.ProcNameFromAddr Method (DWORD)=id_13135
|
|
6 TJclMapScanner.PublicsByNameItem Method
|
|
7 TJclMapScanner.PublicsByNameItem Method=id_13136
|
|
6 TJclMapScanner.PublicsByValueItem Method
|
|
7 TJclMapScanner.PublicsByValueItem Method=id_13137
|
|
6 TJclMapScanner.Scan Method
|
|
7 TJclMapScanner.Scan Method=id_13138
|
|
6 TJclMapScanner.SegmentItem Method
|
|
7 TJclMapScanner.SegmentItem Method=id_13139
|
|
6 TJclMapScanner.SourceNameFromAddr Method
|
|
7 TJclMapScanner.SourceNameFromAddr Method=id_13140
|
|
3 Stack info routines
|
|
4 Stack info routines=id_12893
|
|
4 TStackFrame Record=id_13232
|
|
4 TStackInfo Record=id_7509
|
|
4 TJclStackInfoItem Class
|
|
5 TJclStackInfoItem Class=id_13228
|
|
5 TJclStackInfoItem.CallerAdr Property=id_13241
|
|
5 TJclStackInfoItem.LogicalAddress Property=id_13242
|
|
5 TJclStackInfoItem.StackInfo Property=id_13243
|
|
4 TJclStackInfoList Class
|
|
5 TJclStackInfoList Class=id_13229
|
|
5 TJclStackInfoList.IgnoreLevels Property=id_13250
|
|
5 TJclStackInfoList.Items Property=id_13251
|
|
5 TJclStackInfoList.AddToStrings Method=id_13253
|
|
5 TJclStackInfoList.Create Constructor=id_13254
|
|
5 TJclStackInfoList.Destroy Destructor=id_13255
|
|
4 JclCreateStackList Function
|
|
5 JclCreateStackList Function=id_13230
|
|
4 JclLastExceptStackList Function
|
|
5 JclLastExceptStackList Function=id_13231
|
|
3 Tracking routines
|
|
4 Tracking routines=id_12894
|
|
4 TJclStackBaseList Class
|
|
5 TJclStackBaseList Class=id_12942
|
|
5 TJclStackBaseList.ThreadID Property=id_12944
|
|
5 TJclStackBaseList.TimeStamp Property=id_12945
|
|
5 TJclStackBaseList.Create Constructor=id_12949
|
|
2 Electronic Data Interchange (EDI)
|
|
3 Electronic Data Interchange (EDI)=id_11561
|
|
2 Expression Evaluation
|
|
3 Expression Evaluation=id_11562
|
|
3 cExprEvalHashSize Constant=id_13317
|
|
3 EJclExprEvalError Class=id_13267
|
|
3 ExprWhiteSpace Constant=id_13318
|
|
3 TFloat Type=id_13282
|
|
3 TFloat32 Type=id_13284
|
|
3 TFloat64 Type=id_13286
|
|
3 TFloat80 Type=id_13288
|
|
3 TFloatFunc Type=id_13294
|
|
3 TUnaryFunc Type=id_13299
|
|
3 TBinaryFunc Type=id_13304
|
|
3 TTernaryFunc Type=id_13309
|
|
3 TExprContext Class
|
|
4 TExprContext Class=id_13268
|
|
4 TExprContext.Find Method=id_13329
|
|
3 TExprHashContext Class
|
|
4 TExprHashContext Class=id_13269
|
|
4 TExprHashContext.Add Method=id_13335
|
|
4 TExprHashContext.Create Constructor=id_13333
|
|
4 TExprHashContext.Destroy Destructor=id_13336
|
|
4 TExprHashContext.Find Method=id_13337
|
|
4 TExprHashContext.Remove Method=id_13338
|
|
3 TExprSetContext Class
|
|
4 TExprSetContext Class=id_13270
|
|
4 TExprSetContext.Contexts Property=id_13354
|
|
4 TExprSetContext.Count Property=id_13355
|
|
4 TExprSetContext.InternalList Property=id_13356
|
|
4 TExprSetContext.Add Method=id_13346
|
|
4 TExprSetContext.Create Constructor=id_13347
|
|
4 TExprSetContext.Delete Method=id_13348
|
|
4 TExprSetContext.Destroy Destructor=id_13349
|
|
4 TExprSetContext.Extract Method=id_13350
|
|
4 TExprSetContext.Find Method=id_13351
|
|
4 TExprSetContext.Remove Method=id_13352
|
|
3 TExprSym Class
|
|
4 TExprSym Class=id_13271
|
|
4 TExprSym.CompileParser Property=id_13366
|
|
4 TExprSym.EvalParser Property=id_13365
|
|
4 TExprSym.Ident Property=id_13369
|
|
4 TExprSym.Lexer Property=id_13364
|
|
4 TExprSym.NodeFactory Property=id_13367
|
|
4 TExprSym.Compile Method=id_13363
|
|
4 TExprSym.Create Constructor=id_13371
|
|
4 TExprSym.Evaluate Method=id_13362
|
|
3 TExprToken Enumeration
|
|
4 TExprToken Enumeration=id_13319
|
|
3 TExprLexer Class
|
|
4 TExprLexer Class=id_13272
|
|
4 TExprLexer.FCurrTok Field=id_13387
|
|
4 TExprLexer.FTokenAsNumber Field=id_13388
|
|
4 TExprLexer.FTokenAsString Field=id_13389
|
|
4 TExprLexer.CurrTok Property=id_13383
|
|
4 TExprLexer.TokenAsNumber Property=id_13385
|
|
4 TExprLexer.TokenAsString Property=id_13384
|
|
4 TExprLexer.Create Constructor=id_13394
|
|
4 TExprLexer.NextTok Method=id_13386
|
|
4 TExprLexer.Reset Method=id_13395
|
|
3 TExprNode Class
|
|
4 TExprNode Class=id_13273
|
|
4 TExprNode.DepCount Property=id_13405
|
|
4 TExprNode.DepList Property=id_13406
|
|
4 TExprNode.Deps Property=id_13407
|
|
4 TExprNode.AddDep Method=id_13409
|
|
4 TExprNode.Create Constructor=id_13410
|
|
4 TExprNode.Destroy Destructor=id_13411
|
|
3 TExprNodeFactory Class
|
|
4 TExprNodeFactory Class=id_13274
|
|
4 TExprNodeFactory.Add Method=id_13415
|
|
4 TExprNodeFactory.CallBinary32Func Method=id_13417
|
|
4 TExprNodeFactory.CallBinary64Func Method=id_13418
|
|
4 TExprNodeFactory.CallBinary80Func Method=id_13419
|
|
4 TExprNodeFactory.CallBinaryFunc Method=id_13420
|
|
4 TExprNodeFactory.CallFloat32Func Method=id_13421
|
|
4 TExprNodeFactory.CallFloat64Func Method=id_13422
|
|
4 TExprNodeFactory.CallFloat80Func Method=id_13423
|
|
4 TExprNodeFactory.CallFloatFunc Method=id_13424
|
|
4 TExprNodeFactory.CallTernary32Func Method=id_13425
|
|
4 TExprNodeFactory.CallTernary64Func Method=id_13426
|
|
4 TExprNodeFactory.CallTernary80Func Method=id_13427
|
|
4 TExprNodeFactory.CallTernaryFunc Method=id_13428
|
|
4 TExprNodeFactory.CallUnary32Func Method=id_13429
|
|
4 TExprNodeFactory.CallUnary64Func Method=id_13430
|
|
4 TExprNodeFactory.CallUnary80Func Method=id_13431
|
|
4 TExprNodeFactory.CallUnaryFunc Method=id_13432
|
|
4 TExprNodeFactory.Compare Method=id_13433
|
|
4 TExprNodeFactory.Divide Method=id_13434
|
|
4 LoadConst Method
|
|
4 TExprNodeFactory.LoadConst32 Method=id_13436
|
|
4 TExprNodeFactory.LoadConst64 Method=id_13437
|
|
4 TExprNodeFactory.LoadConst80 Method=id_13438
|
|
4 LoadVar Method
|
|
5 TExprNodeFactory.LoadVar Method (PFloat32)=id_13435
|
|
4 TExprNodeFactory.LoadVar32 Method
|
|
5 TExprNodeFactory.LoadVar32 Method=id_13439
|
|
4 TExprNodeFactory.LoadVar64 Method
|
|
5 TExprNodeFactory.LoadVar64 Method=id_13440
|
|
4 TExprNodeFactory.LoadVar80 Method
|
|
5 TExprNodeFactory.LoadVar80 Method=id_13441
|
|
4 TExprNodeFactory.Multiply Method
|
|
5 TExprNodeFactory.Multiply Method=id_13442
|
|
4 TExprNodeFactory.Negate Method
|
|
5 TExprNodeFactory.Negate Method=id_13443
|
|
4 TExprNodeFactory.Subtract Method
|
|
5 TExprNodeFactory.Subtract Method=id_13416
|
|
3 TExprCompileParser Class
|
|
4 TExprCompileParser Class=id_13275
|
|
4 TExprCompileParser.Context Property=id_13452
|
|
4 TExprCompileParser.Lexer Property=id_13453
|
|
4 TExprCompileParser.NodeFactory Property=id_13454
|
|
4 TExprCompileParser.Compile Method=id_13450
|
|
4 TExprCompileParser.CompileExpr Method=id_13456
|
|
4 TExprCompileParser.CompileFactor Method=id_13458
|
|
4 TExprCompileParser.CompileIdentFactor Method=id_13459
|
|
4 TExprCompileParser.CompileSignedFactor Method=id_13460
|
|
4 TExprCompileParser.CompileSimpleExpr Method=id_13457
|
|
4 TExprCompileParser.CompileTerm Method=id_13461
|
|
4 TExprCompileParser.Create Constructor=id_13449
|
|
3 TExprEvalParser Class
|
|
4 TExprEvalParser Class=id_13276
|
|
4 TExprEvalParser.Context Property=id_13469
|
|
4 TExprEvalParser.Lexer Property=id_13470
|
|
4 TExprEvalParser.Create Constructor=id_13472
|
|
4 TExprEvalParser.EvalExpr Method=id_13473
|
|
4 TExprEvalParser.EvalFactor Method=id_13475
|
|
4 TExprEvalParser.EvalIdentFactor Method=id_13476
|
|
4 TExprEvalParser.EvalSignedFactor Method=id_13477
|
|
4 TExprEvalParser.EvalSimpleExpr Method=id_13474
|
|
4 TExprEvalParser.EvalTerm Method=id_13478
|
|
4 TExprEvalParser.Evaluate Method=id_13479
|
|
3 TExprSimpleLexer Class
|
|
4 TExprSimpleLexer Class=id_13277
|
|
4 TExprSimpleLexer.FBuf Field=id_13485
|
|
4 TExprSimpleLexer.FCurrPos Field=id_13486
|
|
4 TExprSimpleLexer.Buf Property=id_13490
|
|
4 TExprSimpleLexer.Create Constructor=id_13492
|
|
4 TExprSimpleLexer.NextTok Method=id_13493
|
|
4 TExprSimpleLexer.Reset Method=id_13494
|
|
4 TExprSimpleLexer.SetBuf Method=id_13495
|
|
3 TExprVirtMachOp Class
|
|
4 TExprVirtMachOp Class=id_13278
|
|
4 TExprVirtMachOp.FOutput Field=id_13503
|
|
4 TExprVirtMachOp.OutputLoc Property=id_13507
|
|
4 TExprVirtMachOp.Execute Method=id_13502
|
|
3 TExprVirtMach Class
|
|
4 TExprVirtMach Class=id_13279
|
|
4 TExprVirtMach.Add Method=id_13516
|
|
4 TExprVirtMach.AddConst Method=id_13517
|
|
4 TExprVirtMach.Clear Method=id_13518
|
|
4 TExprVirtMach.Create Constructor=id_13519
|
|
4 TExprVirtMach.Destroy Destructor=id_13520
|
|
4 TExprVirtMach.Execute Method=id_13521
|
|
3 TExprVirtMachNodeFactory Class
|
|
4 TExprVirtMachNodeFactory Class=id_13280
|
|
4 TExprVirtMachNodeFactory.Add Method=id_13528
|
|
4 TExprVirtMachNodeFactory.CallFloatFunc Method=id_13529
|
|
4 TExprVirtMachNodeFactory.Compare Method=id_13530
|
|
4 TExprVirtMachNodeFactory.Create Constructor=id_13531
|
|
4 TExprVirtMachNodeFactory.Destroy Destructor=id_13532
|
|
4 TExprVirtMachNodeFactory.GenCode Method=id_13533
|
|
4 TExprVirtMachNodeFactory.LoadConst32 Method=id_13534
|
|
4 TExprVirtMachNodeFactory.LoadVar32 Method=id_13535
|
|
3 TExprConstSym Class
|
|
4 TExprConstSym Class=id_13281
|
|
4 TExprConstSym.Compile Method=id_13543
|
|
4 TExprConstSym.Create Constructor=id_13544
|
|
4 TExprConstSym.Evaluate Method=id_13545
|
|
3 TExprConst32Sym Class
|
|
4 TExprConst32Sym Class=id_13283
|
|
4 TExprConst32Sym.Compile Method=id_13555
|
|
4 TExprConst32Sym.Create Constructor=id_13556
|
|
4 TExprConst32Sym.Evaluate Method=id_13557
|
|
3 TExprConst64Sym Class
|
|
4 TExprConst64Sym Class=id_13285
|
|
4 TExprConst64Sym.Compile Method=id_13567
|
|
4 TExprConst64Sym.Create Constructor=id_13568
|
|
4 TExprConst64Sym.Evaluate Method=id_13569
|
|
3 TExprConst80Sym Class
|
|
4 TExprConst80Sym Class=id_13287
|
|
4 TExprConst80Sym.Compile Method=id_13579
|
|
4 TExprConst80Sym.Create Constructor=id_13580
|
|
4 TExprConst80Sym.Evaluate Method=id_13581
|
|
3 TExprVar32Sym Class
|
|
4 TExprVar32Sym Class=id_13289
|
|
4 TExprVar32Sym.Compile Method=id_13591
|
|
4 TExprVar32Sym.Create Constructor=id_13592
|
|
4 TExprVar32Sym.Evaluate Method=id_13593
|
|
3 TExprVar64Sym Class
|
|
4 TExprVar64Sym Class=id_13290
|
|
4 TExprVar64Sym.Compile Method=id_13603
|
|
4 TExprVar64Sym.Create Constructor=id_13604
|
|
4 TExprVar64Sym.Evaluate Method=id_13605
|
|
3 TExprVar80Sym Class
|
|
4 TExprVar80Sym Class=id_13291
|
|
4 TExprVar80Sym.Compile Method=id_13615
|
|
4 TExprVar80Sym.Create Constructor=id_13616
|
|
4 TExprVar80Sym.Evaluate Method=id_13617
|
|
3 TExprAbstractFuncSym Class
|
|
4 TExprAbstractFuncSym Class=id_13292
|
|
4 TExprAbstractFuncSym.CompileFirstArg Method=id_13627
|
|
4 TExprAbstractFuncSym.CompileNextArg Method=id_13628
|
|
4 TExprAbstractFuncSym.EndArgs Method=id_13629
|
|
4 TExprAbstractFuncSym.EvalFirstArg Method=id_13630
|
|
4 TExprAbstractFuncSym.EvalNextArg Method=id_13631
|
|
3 TExprFuncSym Class
|
|
4 TExprFuncSym Class=id_13293
|
|
4 TExprFuncSym.Compile Method=id_13639
|
|
4 TExprFuncSym.Create Constructor=id_13640
|
|
4 TExprFuncSym.Evaluate Method=id_13641
|
|
3 TExprFloat32FuncSym Class
|
|
4 TExprFloat32FuncSym Class=id_13295
|
|
4 TExprFloat32FuncSym.Compile Method=id_13651
|
|
4 TExprFloat32FuncSym.Create Constructor=id_13652
|
|
4 TExprFloat32FuncSym.Evaluate Method=id_13653
|
|
3 TExprFloat64FuncSym Class
|
|
4 TExprFloat64FuncSym Class=id_13296
|
|
4 TExprFloat64FuncSym.Compile Method=id_13663
|
|
4 TExprFloat64FuncSym.Create Constructor=id_13664
|
|
4 TExprFloat64FuncSym.Evaluate Method=id_13665
|
|
3 TExprFloat80FuncSym Class
|
|
4 TExprFloat80FuncSym Class=id_13297
|
|
4 TExprFloat80FuncSym.Compile Method=id_13675
|
|
4 TExprFloat80FuncSym.Create Constructor=id_13676
|
|
4 TExprFloat80FuncSym.Evaluate Method=id_13677
|
|
3 TExprUnaryFuncSym Class
|
|
4 TExprUnaryFuncSym Class=id_13298
|
|
4 TExprUnaryFuncSym.Compile Method=id_13687
|
|
4 TExprUnaryFuncSym.Create Constructor=id_13688
|
|
4 TExprUnaryFuncSym.Evaluate Method=id_13689
|
|
3 TExprUnary32FuncSym Class
|
|
4 TExprUnary32FuncSym Class=id_13300
|
|
4 TExprUnary32FuncSym.Compile Method=id_13699
|
|
4 TExprUnary32FuncSym.Create Constructor=id_13700
|
|
4 TExprUnary32FuncSym.Evaluate Method=id_13701
|
|
3 TExprUnary64FuncSym Class
|
|
4 TExprUnary64FuncSym Class=id_13301
|
|
4 TExprUnary64FuncSym.Compile Method=id_13711
|
|
4 TExprUnary64FuncSym.Create Constructor=id_13712
|
|
4 TExprUnary64FuncSym.Evaluate Method=id_13713
|
|
3 TExprUnary80FuncSym Class
|
|
4 TExprUnary80FuncSym Class=id_13302
|
|
4 TExprUnary80FuncSym.Compile Method=id_13723
|
|
4 TExprUnary80FuncSym.Create Constructor=id_13724
|
|
4 TExprUnary80FuncSym.Evaluate Method=id_13725
|
|
3 TExprBinaryFuncSym Class
|
|
4 TExprBinaryFuncSym Class=id_13303
|
|
4 TExprBinaryFuncSym.Compile Method=id_13735
|
|
4 TExprBinaryFuncSym.Create Constructor=id_13736
|
|
4 TExprBinaryFuncSym.Evaluate Method=id_13737
|
|
3 TExprBinary32FuncSym Class
|
|
4 TExprBinary32FuncSym Class=id_13305
|
|
4 TExprBinary32FuncSym.Compile Method=id_13747
|
|
4 TExprBinary32FuncSym.Create Constructor=id_13748
|
|
4 TExprBinary32FuncSym.Evaluate Method=id_13749
|
|
3 TExprBinary64FuncSym Class
|
|
4 TExprBinary64FuncSym Class=id_13306
|
|
4 TExprBinary64FuncSym.Compile Method=id_13759
|
|
4 TExprBinary64FuncSym.Create Constructor=id_13760
|
|
4 TExprBinary64FuncSym.Evaluate Method=id_13761
|
|
3 TExprBinary80FuncSym Class
|
|
4 TExprBinary80FuncSym Class=id_13307
|
|
4 TExprBinary80FuncSym.Compile Method=id_13771
|
|
4 TExprBinary80FuncSym.Create Constructor=id_13772
|
|
4 TExprBinary80FuncSym.Evaluate Method=id_13773
|
|
3 TExprTernaryFuncSym Class
|
|
4 TExprTernaryFuncSym Class=id_13308
|
|
4 TExprTernaryFuncSym.Compile Method=id_13783
|
|
4 TExprTernaryFuncSym.Create Constructor=id_13784
|
|
4 TExprTernaryFuncSym.Evaluate Method=id_13785
|
|
3 TExprTernary32FuncSym Class
|
|
4 TExprTernary32FuncSym Class=id_13310
|
|
4 TExprTernary32FuncSym.Compile Method=id_13795
|
|
4 TExprTernary32FuncSym.Create Constructor=id_13796
|
|
4 TExprTernary32FuncSym.Evaluate Method=id_13797
|
|
3 TExprTernary64FuncSym Class
|
|
4 TExprTernary64FuncSym Class=id_13311
|
|
4 TExprTernary64FuncSym.Compile Method=id_13807
|
|
4 TExprTernary64FuncSym.Create Constructor=id_13808
|
|
4 TExprTernary64FuncSym.Evaluate Method=id_13809
|
|
3 TExprTernary80FuncSym Class
|
|
4 TExprTernary80FuncSym Class=id_13312
|
|
4 TExprTernary80FuncSym.Compile Method=id_13819
|
|
4 TExprTernary80FuncSym.Create Constructor=id_13820
|
|
4 TExprTernary80FuncSym.Evaluate Method=id_13821
|
|
3 TEasyEvaluator Class
|
|
4 TEasyEvaluator Class=id_13313
|
|
4 TEasyEvaluator.ExtContextSet Property=id_13830
|
|
4 TEasyEvaluator.InternalContextSet Property=id_13831
|
|
4 AddConst Method
|
|
5 TEasyEvaluator.AddConst Method (string, TFloat32)=id_13833
|
|
4 AddFunc Method
|
|
5 TEasyEvaluator.AddFunc Method (string, TFloat32Func)=id_13834
|
|
4 AddVar Method
|
|
5 TEasyEvaluator.AddVar Method (string, TFloat32)=id_13835
|
|
4 TEasyEvaluator.Clear Method
|
|
5 TEasyEvaluator.Clear Method=id_13836
|
|
4 TEasyEvaluator.Create Constructor
|
|
5 TEasyEvaluator.Create Constructor=id_13837
|
|
4 TEasyEvaluator.Destroy Destructor
|
|
5 TEasyEvaluator.Destroy Destructor=id_13838
|
|
4 TEasyEvaluator.Remove Method
|
|
5 TEasyEvaluator.Remove Method=id_13839
|
|
3 TEvaluator Class
|
|
4 TEvaluator Class=id_13314
|
|
4 TEvaluator.Create Constructor=id_13848
|
|
4 TEvaluator.Destroy Destructor=id_13849
|
|
4 TEvaluator.Evaluate Method=id_13850
|
|
3 TCompiledEvaluator Class
|
|
4 TCompiledEvaluator Class=id_13315
|
|
4 TCompiledEvaluator.Compile Method=id_13856
|
|
4 TCompiledEvaluator.Create Constructor=id_13860
|
|
4 TCompiledEvaluator.Destroy Destructor=id_13861
|
|
4 TCompiledEvaluator.Evaluate Method=id_13857
|
|
3 TCompiledExpression Type
|
|
4 TCompiledExpression Type=id_13320
|
|
3 TExpressionCompiler Class
|
|
4 TExpressionCompiler Class=id_13316
|
|
4 TExpressionCompiler.Clear Method=id_13870
|
|
4 TExpressionCompiler.Compile Method=id_13867
|
|
4 TExpressionCompiler.Create Constructor=id_13871
|
|
4 TExpressionCompiler.Delete Method=id_13872
|
|
4 TExpressionCompiler.Destroy Destructor=id_13873
|
|
4 TExpressionCompiler.Remove Method=id_13874
|
|
2 Files and IO
|
|
3 Files and IO=id_11563
|
|
3 Files and Directories
|
|
4 Files and Directories=id_13877
|
|
4 GetFileCreation Function=id_11314
|
|
4 GetFileInformation Function=id_11315
|
|
4 GetFileLastAccess Function=id_11316
|
|
4 GetFileLastWrite Function=id_11317
|
|
4 GetSizeOfFile Function=id_11319
|
|
4 FileGetTypeName Function=id_11303
|
|
4 FindUnusedFileName Function=id_11307
|
|
4 ForceDirectories Function=id_11308
|
|
4 FileGetDisplayName Function=id_11298
|
|
4 FileGetOwnerName Function=id_11300
|
|
4 FileGetGroupName Function=id_11299
|
|
4 GetModulePath Function=id_11318
|
|
4 FileGetTempName Function=id_11302
|
|
4 FileCreateTemp Function=id_11295
|
|
4 FileBackup Function=id_11293
|
|
4 FileCopy Function=id_11294
|
|
4 FileDelete Function=id_11296
|
|
4 FileExists Function=id_11297
|
|
4 FileMove Function=id_11304
|
|
4 FileRestore Function=id_11305
|
|
4 ShredFile Function=id_11354
|
|
4 FileGetSize Function=id_11301
|
|
4 GetFileAttributeListEx Function=id_11313
|
|
4 GetFileAttributeList Function=id_11312
|
|
4 GetDirectorySize Function=id_11309
|
|
4 GetDriveTypeStr Function=id_11310
|
|
4 SetFileLastWrite Function=id_11353
|
|
4 SetFileLastAccess Function=id_11352
|
|
4 SetFileCreation Function=id_11351
|
|
4 SetDirLastWrite Function=id_11350
|
|
4 SetDirLastAccess Function=id_11349
|
|
4 SetDirCreation Function=id_11348
|
|
4 IsDirectory Function=id_11321
|
|
4 LockVolume Function=id_11324
|
|
4 OpenVolume Function=id_11325
|
|
4 CloseVolume Function=id_11282
|
|
4 CreateEmptyFile Function=id_11283
|
|
4 GetStandardFileInfo Function=id_11320
|
|
4 GetFileAgeCoherence Function=id_11311
|
|
4 BuildFileList Function=id_11281
|
|
4 AdvBuildFileList Function=id_11280
|
|
4 TFileListOptions Type=id_11363
|
|
4 TDelTreeProgress Type=id_11361
|
|
4 DelTree Function=id_11286
|
|
4 DelTreeEx Function=id_11287
|
|
4 DirectoryExists Function=id_11288
|
|
4 DiskInDrive Function=id_11289
|
|
4 DeleteDirectory Function=id_11285
|
|
4 UnlockVolume Function=id_11356
|
|
4 CreateSymbolicLink Function=id_11284
|
|
4 SymbolicLinkTarget Function=id_11355
|
|
4 FileAttributesStr Function=id_11292
|
|
4 File Search
|
|
5 File Search=id_13882
|
|
5 TFileSearchOptions Type=id_11364
|
|
5 TAttributeInterest Enumeration=id_11279
|
|
5 VerifyFileAttributeMask Function=id_11357
|
|
5 IsFileAttributeMatch Function=id_11322
|
|
5 IsFileNameMatch Function=id_11323
|
|
5 EnumFiles Function=id_11291
|
|
5 EnumDirectories Function=id_11290
|
|
5 TJclCustomFileAttrMask Class
|
|
6 TJclCustomFileAttrMask Class=id_11266
|
|
6 TJclCustomFileAttrMask.Archive Property=id_13925
|
|
6 TJclCustomFileAttrMask.Attribute Property=id_13926
|
|
6 TJclCustomFileAttrMask.Compressed Property=id_13927
|
|
6 TJclCustomFileAttrMask.Directory Property=id_13928
|
|
6 TJclCustomFileAttrMask.Encrypted Property=id_13929
|
|
6 TJclCustomFileAttrMask.Hidden Property=id_13930
|
|
6 TJclCustomFileAttrMask.Normal Property=id_13931
|
|
6 TJclCustomFileAttrMask.NotContentIndexed Property=id_13932
|
|
6 TJclCustomFileAttrMask.OffLine Property=id_13933
|
|
6 TJclCustomFileAttrMask.ReadOnly Property=id_13934
|
|
6 TJclCustomFileAttrMask.Rejected Property=id_13935
|
|
6 TJclCustomFileAttrMask.ReparsePoint Property=id_13936
|
|
6 TJclCustomFileAttrMask.Required Property=id_13937
|
|
6 TJclCustomFileAttrMask.SparseFile Property=id_13938
|
|
6 TJclCustomFileAttrMask.SymLink Property=id_13939
|
|
6 TJclCustomFileAttrMask.System Property=id_13940
|
|
6 TJclCustomFileAttrMask.Temporary Property=id_13941
|
|
6 TJclCustomFileAttrMask.VolumeID Property=id_13942
|
|
6 TJclCustomFileAttrMask.Assign Method=id_13944
|
|
6 TJclCustomFileAttrMask.Clear Method=id_13945
|
|
6 TJclCustomFileAttrMask.Create Constructor=id_13946
|
|
6 TJclCustomFileAttrMask.DefineProperties Method=id_13947
|
|
6 Match Method
|
|
7 TJclCustomFileAttrMask.Match Method (Integer)=id_13948
|
|
7 TJclCustomFileAttrMask.Match Method (TSearchRec)=id_13951
|
|
5 TJclFileAttributeMask Class
|
|
6 TJclFileAttributeMask Class=id_11268
|
|
6 TJclFileAttributeMask.Archive Property=id_13956
|
|
6 TJclFileAttributeMask.Compressed Property=id_13957
|
|
6 TJclFileAttributeMask.Directory Property=id_13958
|
|
6 TJclFileAttributeMask.Encrypted Property=id_13959
|
|
6 TJclFileAttributeMask.Hidden Property=id_13960
|
|
6 TJclFileAttributeMask.Normal Property=id_13961
|
|
6 TJclFileAttributeMask.NotContentIndexed Property=id_13962
|
|
6 TJclFileAttributeMask.OffLine Property=id_13963
|
|
6 TJclFileAttributeMask.ReadOnly Property=id_13964
|
|
6 TJclFileAttributeMask.ReparsePoint Property=id_13965
|
|
6 TJclFileAttributeMask.SparseFile Property=id_13966
|
|
6 TJclFileAttributeMask.SymLink Property=id_13967
|
|
6 TJclFileAttributeMask.System Property=id_13968
|
|
6 TJclFileAttributeMask.Temporary Property=id_13969
|
|
6 TJclFileAttributeMask.VolumeID Property=id_13970
|
|
5 TJclFileEnumerator Class
|
|
6 TJclFileEnumerator Class=id_11269
|
|
6 TJclFileEnumerator.FRefCount Field=id_13982
|
|
6 TJclFileEnumerator.AttributeMask Property=id_13999
|
|
6 TJclFileEnumerator.CaseSensitiveSearch Property=id_14000
|
|
6 TJclFileEnumerator.FileMask Property=id_14001
|
|
6 TJclFileEnumerator.FileMasks Property=id_14002
|
|
6 TJclFileEnumerator.FileSizeMax Property=id_14003
|
|
6 TJclFileEnumerator.FileSizeMin Property=id_14004
|
|
6 TJclFileEnumerator.IncludeHiddenSubDirectories Property=id_14005
|
|
6 TJclFileEnumerator.IncludeSubDirectories Property=id_14006
|
|
6 TJclFileEnumerator.LastChangeAfter Property=id_14007
|
|
6 TJclFileEnumerator.LastChangeAfterAsString Property=id_14008
|
|
6 TJclFileEnumerator.LastChangeBefore Property=id_14009
|
|
6 TJclFileEnumerator.LastChangeBeforeAsString Property=id_14010
|
|
6 TJclFileEnumerator.NextTaskID Property=id_14011
|
|
6 TJclFileEnumerator.OnEnterDirectory Event=id_13980
|
|
6 TJclFileEnumerator.OnTerminateTask Event=id_13981
|
|
6 TJclFileEnumerator.Options Property=id_14012
|
|
6 TJclFileEnumerator.RootDirectory Property=id_14013
|
|
6 TJclFileEnumerator.RunningTasks Property=id_14014
|
|
6 TJclFileEnumerator.SearchOption Property=id_14015
|
|
6 TJclFileEnumerator.SubDirectoryMask Property=id_14016
|
|
6 TJclFileEnumerator.SynchronizationMode Property=id_14017
|
|
6 TJclFileEnumerator._AddRef Method=id_14063
|
|
6 TJclFileEnumerator._Release Method=id_14064
|
|
6 TJclFileEnumerator.AfterConstruction Method=id_14065
|
|
6 TJclFileEnumerator.Assign Method=id_14066
|
|
6 TJclFileEnumerator.Create Constructor=id_14067
|
|
6 TJclFileEnumerator.CreateTask Method=id_14068
|
|
6 TJclFileEnumerator.Destroy Destructor=id_14069
|
|
6 TJclFileEnumerator.FillList Method=id_14070
|
|
6 ForEach Method
|
|
7 TJclFileEnumerator.ForEach Method (TFileHandler)=id_14071
|
|
7 TJclFileEnumerator.ForEach Method (TFileHandlerEx)=id_14117
|
|
6 TJclFileEnumerator.GetAttributeMask Method
|
|
7 TJclFileEnumerator.GetAttributeMask Method=id_14072
|
|
6 TJclFileEnumerator.GetFileMask Method
|
|
7 TJclFileEnumerator.GetFileMask Method=id_14073
|
|
6 TJclFileEnumerator.GetFileMasks Method
|
|
7 TJclFileEnumerator.GetFileMasks Method=id_14074
|
|
6 TJclFileEnumerator.GetFileSizeMax Method
|
|
7 TJclFileEnumerator.GetFileSizeMax Method=id_14075
|
|
6 TJclFileEnumerator.GetFileSizeMin Method
|
|
7 TJclFileEnumerator.GetFileSizeMin Method=id_14076
|
|
6 TJclFileEnumerator.GetIncludeHiddenSubDirectories Method
|
|
7 TJclFileEnumerator.GetIncludeHiddenSubDirectories Method=id_14077
|
|
6 TJclFileEnumerator.GetIncludeSubDirectories Method
|
|
7 TJclFileEnumerator.GetIncludeSubDirectories Method=id_14078
|
|
6 TJclFileEnumerator.GetLastChangeAfter Method
|
|
7 TJclFileEnumerator.GetLastChangeAfter Method=id_14079
|
|
6 TJclFileEnumerator.GetLastChangeAfterStr Method
|
|
7 TJclFileEnumerator.GetLastChangeAfterStr Method=id_14080
|
|
6 TJclFileEnumerator.GetLastChangeBefore Method
|
|
7 TJclFileEnumerator.GetLastChangeBefore Method=id_14081
|
|
6 TJclFileEnumerator.GetLastChangeBeforeStr Method
|
|
7 TJclFileEnumerator.GetLastChangeBeforeStr Method=id_14082
|
|
6 TJclFileEnumerator.GetOnEnterDirectory Method
|
|
7 TJclFileEnumerator.GetOnEnterDirectory Method=id_14083
|
|
6 TJclFileEnumerator.GetOnTerminateTask Method
|
|
7 TJclFileEnumerator.GetOnTerminateTask Method=id_14084
|
|
6 TJclFileEnumerator.GetOption Method
|
|
7 TJclFileEnumerator.GetOption Method=id_14085
|
|
6 TJclFileEnumerator.GetOptions Method
|
|
7 TJclFileEnumerator.GetOptions Method=id_14086
|
|
6 TJclFileEnumerator.GetRootDirectory Method
|
|
7 TJclFileEnumerator.GetRootDirectory Method=id_14087
|
|
6 TJclFileEnumerator.GetRunningTasks Method
|
|
7 TJclFileEnumerator.GetRunningTasks Method=id_14088
|
|
6 TJclFileEnumerator.GetSubDirectoryMask Method
|
|
7 TJclFileEnumerator.GetSubDirectoryMask Method=id_14089
|
|
6 TJclFileEnumerator.GetSynchronizationMode Method
|
|
7 TJclFileEnumerator.GetSynchronizationMode Method=id_14090
|
|
6 TJclFileEnumerator.QueryInterface Method
|
|
7 TJclFileEnumerator.QueryInterface Method=id_14091
|
|
6 TJclFileEnumerator.SetAttributeMask Method
|
|
7 TJclFileEnumerator.SetAttributeMask Method=id_14092
|
|
6 TJclFileEnumerator.SetFileMask Method
|
|
7 TJclFileEnumerator.SetFileMask Method=id_14093
|
|
6 TJclFileEnumerator.SetFileMasks Method
|
|
7 TJclFileEnumerator.SetFileMasks Method=id_14094
|
|
6 TJclFileEnumerator.SetFileSizeMax Method
|
|
7 TJclFileEnumerator.SetFileSizeMax Method=id_14095
|
|
6 TJclFileEnumerator.SetFileSizeMin Method
|
|
7 TJclFileEnumerator.SetFileSizeMin Method=id_14096
|
|
6 TJclFileEnumerator.SetIncludeHiddenSubDirectories Method
|
|
7 TJclFileEnumerator.SetIncludeHiddenSubDirectories Method=id_14097
|
|
6 TJclFileEnumerator.SetIncludeSubDirectories Method
|
|
7 TJclFileEnumerator.SetIncludeSubDirectories Method=id_14098
|
|
6 TJclFileEnumerator.SetLastChangeAfter Method
|
|
7 TJclFileEnumerator.SetLastChangeAfter Method=id_14099
|
|
6 TJclFileEnumerator.SetLastChangeAfterStr Method
|
|
7 TJclFileEnumerator.SetLastChangeAfterStr Method=id_14100
|
|
6 TJclFileEnumerator.SetLastChangeBefore Method
|
|
7 TJclFileEnumerator.SetLastChangeBefore Method=id_14101
|
|
6 TJclFileEnumerator.SetLastChangeBeforeStr Method
|
|
7 TJclFileEnumerator.SetLastChangeBeforeStr Method=id_14102
|
|
6 TJclFileEnumerator.SetOnEnterDirectory Method
|
|
7 TJclFileEnumerator.SetOnEnterDirectory Method=id_14103
|
|
6 TJclFileEnumerator.SetOnTerminateTask Method
|
|
7 TJclFileEnumerator.SetOnTerminateTask Method=id_14104
|
|
6 TJclFileEnumerator.SetOption Method
|
|
7 TJclFileEnumerator.SetOption Method=id_14105
|
|
6 TJclFileEnumerator.SetOptions Method
|
|
7 TJclFileEnumerator.SetOptions Method=id_14106
|
|
6 TJclFileEnumerator.SetRootDirectory Method
|
|
7 TJclFileEnumerator.SetRootDirectory Method=id_14107
|
|
6 TJclFileEnumerator.SetSubDirectoryMask Method
|
|
7 TJclFileEnumerator.SetSubDirectoryMask Method=id_14108
|
|
6 TJclFileEnumerator.SetSynchronizationMode Method
|
|
7 TJclFileEnumerator.SetSynchronizationMode Method=id_14109
|
|
6 TJclFileEnumerator.StopAllTasks Method
|
|
7 TJclFileEnumerator.StopAllTasks Method=id_14110
|
|
6 TJclFileEnumerator.StopTask Method
|
|
7 TJclFileEnumerator.StopTask Method=id_14111
|
|
6 TJclFileEnumerator.TaskTerminated Method
|
|
7 TJclFileEnumerator.TaskTerminated Method=id_14112
|
|
5 IJclFileEnumerator Interface
|
|
6 IJclFileEnumerator Interface=id_11360
|
|
6 IJclFileEnumerator.AttributeMask Property=id_13984
|
|
6 IJclFileEnumerator.CaseSensitiveSearch Property=id_13985
|
|
6 IJclFileEnumerator.FileMask Property=id_13986
|
|
6 IJclFileEnumerator.FileSizeMax Property=id_13987
|
|
6 IJclFileEnumerator.FileSizeMin Property=id_13988
|
|
6 IJclFileEnumerator.IncludeHiddenSubDirectories Property=id_13989
|
|
6 IJclFileEnumerator.IncludeSubDirectories Property=id_13990
|
|
6 IJclFileEnumerator.LastChangeAfter Property=id_13991
|
|
6 IJclFileEnumerator.LastChangeAfterAsString Property=id_13992
|
|
6 IJclFileEnumerator.LastChangeBefore Property=id_13993
|
|
6 IJclFileEnumerator.LastChangeBeforeAsString Property=id_13994
|
|
6 IJclFileEnumerator.OnEnterDirectory Event=id_13978
|
|
6 IJclFileEnumerator.OnTerminateTask Event=id_13979
|
|
6 IJclFileEnumerator.RootDirectory Property=id_13995
|
|
6 IJclFileEnumerator.RunningTasks Property=id_13996
|
|
6 IJclFileEnumerator.SubDirectoryMask Property=id_13997
|
|
6 IJclFileEnumerator.SynchronizationMode Property=id_13998
|
|
6 IJclFileEnumerator.FillList Method=id_14020
|
|
6 ForEach Method
|
|
7 IJclFileEnumerator.ForEach Method (TFileHandler)=id_14021
|
|
7 IJclFileEnumerator.ForEach Method (TFileHandlerEx)=id_14125
|
|
6 IJclFileEnumerator.GetAttributeMask Method
|
|
7 IJclFileEnumerator.GetAttributeMask Method=id_14022
|
|
6 IJclFileEnumerator.GetCaseSensitiveSearch Method
|
|
7 IJclFileEnumerator.GetCaseSensitiveSearch Method=id_14023
|
|
6 IJclFileEnumerator.GetFileMask Method
|
|
7 IJclFileEnumerator.GetFileMask Method=id_14024
|
|
6 IJclFileEnumerator.GetFileMasks Method
|
|
7 IJclFileEnumerator.GetFileMasks Method=id_14025
|
|
6 IJclFileEnumerator.GetFileSizeMax Method
|
|
7 IJclFileEnumerator.GetFileSizeMax Method=id_14026
|
|
6 IJclFileEnumerator.GetFileSizeMin Method
|
|
7 IJclFileEnumerator.GetFileSizeMin Method=id_14027
|
|
6 IJclFileEnumerator.GetIncludeHiddenSubDirectories Method
|
|
7 IJclFileEnumerator.GetIncludeHiddenSubDirectories Method=id_14028
|
|
6 IJclFileEnumerator.GetIncludeSubDirectories Method
|
|
7 IJclFileEnumerator.GetIncludeSubDirectories Method=id_14029
|
|
6 IJclFileEnumerator.GetLastChangeAfter Method
|
|
7 IJclFileEnumerator.GetLastChangeAfter Method=id_14030
|
|
6 IJclFileEnumerator.GetLastChangeAfterStr Method
|
|
7 IJclFileEnumerator.GetLastChangeAfterStr Method=id_14031
|
|
6 IJclFileEnumerator.GetLastChangeBefore Method
|
|
7 IJclFileEnumerator.GetLastChangeBefore Method=id_14032
|
|
6 IJclFileEnumerator.GetLastChangeBeforeStr Method
|
|
7 IJclFileEnumerator.GetLastChangeBeforeStr Method=id_14033
|
|
6 IJclFileEnumerator.GetOnEnterDirectory Method
|
|
7 IJclFileEnumerator.GetOnEnterDirectory Method=id_14034
|
|
6 IJclFileEnumerator.GetOnTerminateTask Method
|
|
7 IJclFileEnumerator.GetOnTerminateTask Method=id_14035
|
|
6 IJclFileEnumerator.GetOption Method
|
|
7 IJclFileEnumerator.GetOption Method=id_14036
|
|
6 IJclFileEnumerator.GetOptions Method
|
|
7 IJclFileEnumerator.GetOptions Method=id_14037
|
|
6 IJclFileEnumerator.GetRootDirectory Method
|
|
7 IJclFileEnumerator.GetRootDirectory Method=id_14038
|
|
6 IJclFileEnumerator.GetRunningTasks Method
|
|
7 IJclFileEnumerator.GetRunningTasks Method=id_14039
|
|
6 IJclFileEnumerator.GetSubDirectoryMask Method
|
|
7 IJclFileEnumerator.GetSubDirectoryMask Method=id_14040
|
|
6 IJclFileEnumerator.GetSynchronizationMode Method
|
|
7 IJclFileEnumerator.GetSynchronizationMode Method=id_14041
|
|
6 IJclFileEnumerator.SetAttributeMask Method
|
|
7 IJclFileEnumerator.SetAttributeMask Method=id_14042
|
|
6 IJclFileEnumerator.SetCaseSensitiveSearch Method
|
|
7 IJclFileEnumerator.SetCaseSensitiveSearch Method=id_14043
|
|
6 IJclFileEnumerator.SetFileMask Method
|
|
7 IJclFileEnumerator.SetFileMask Method=id_14044
|
|
6 IJclFileEnumerator.SetFileMasks Method
|
|
7 IJclFileEnumerator.SetFileMasks Method=id_14045
|
|
6 IJclFileEnumerator.SetFileSizeMax Method
|
|
7 IJclFileEnumerator.SetFileSizeMax Method=id_14046
|
|
6 IJclFileEnumerator.SetFileSizeMin Method
|
|
7 IJclFileEnumerator.SetFileSizeMin Method=id_14047
|
|
6 IJclFileEnumerator.SetIncludeHiddenSubDirectories Method
|
|
7 IJclFileEnumerator.SetIncludeHiddenSubDirectories Method=id_14048
|
|
6 IJclFileEnumerator.SetIncludeSubDirectories Method
|
|
7 IJclFileEnumerator.SetIncludeSubDirectories Method=id_14049
|
|
6 IJclFileEnumerator.SetLastChangeAfter Method
|
|
7 IJclFileEnumerator.SetLastChangeAfter Method=id_14050
|
|
6 IJclFileEnumerator.SetLastChangeAfterStr Method
|
|
7 IJclFileEnumerator.SetLastChangeAfterStr Method=id_14051
|
|
6 IJclFileEnumerator.SetLastChangeBefore Method
|
|
7 IJclFileEnumerator.SetLastChangeBefore Method=id_14052
|
|
6 IJclFileEnumerator.SetLastChangeBeforeStr Method
|
|
7 IJclFileEnumerator.SetLastChangeBeforeStr Method=id_14053
|
|
6 IJclFileEnumerator.SetOnEnterDirectory Method
|
|
7 IJclFileEnumerator.SetOnEnterDirectory Method=id_14054
|
|
6 IJclFileEnumerator.SetOnTerminateTask Method
|
|
7 IJclFileEnumerator.SetOnTerminateTask Method=id_14055
|
|
6 IJclFileEnumerator.SetOption Method
|
|
7 IJclFileEnumerator.SetOption Method=id_14056
|
|
6 IJclFileEnumerator.SetOptions Method
|
|
7 IJclFileEnumerator.SetOptions Method=id_14057
|
|
6 IJclFileEnumerator.SetRootDirectory Method
|
|
7 IJclFileEnumerator.SetRootDirectory Method=id_14058
|
|
6 IJclFileEnumerator.SetSubDirectoryMask Method
|
|
7 IJclFileEnumerator.SetSubDirectoryMask Method=id_14059
|
|
6 IJclFileEnumerator.SetSynchronizationMode Method
|
|
7 IJclFileEnumerator.SetSynchronizationMode Method=id_14060
|
|
6 IJclFileEnumerator.StopAllTasks Method
|
|
7 IJclFileEnumerator.StopAllTasks Method=id_14061
|
|
6 IJclFileEnumerator.StopTask Method
|
|
7 IJclFileEnumerator.StopTask Method=id_14062
|
|
5 FileSearch Function
|
|
6 FileSearch Function=id_11306
|
|
4 File Version Information
|
|
5 File Version Information=id_13883
|
|
5 TFileFlags Type=id_11362
|
|
5 VersionResourceAvailable Function=id_11359
|
|
5 OSIdentToString Function=id_11327
|
|
5 TJclFileVersionInfo Class
|
|
6 TJclFileVersionInfo Class=id_11272
|
|
6 TJclFileVersionInfo.BinFileVersion Property=id_14138
|
|
6 TJclFileVersionInfo.BinProductVersion Property=id_14139
|
|
6 TJclFileVersionInfo.Comments Property=id_14140
|
|
6 TJclFileVersionInfo.CompanyName Property=id_14141
|
|
6 TJclFileVersionInfo.FileDescription Property=id_14142
|
|
6 TJclFileVersionInfo.FileFlags Property=id_14143
|
|
6 TJclFileVersionInfo.FileOS Property=id_14131
|
|
6 TJclFileVersionInfo.FileSubType Property=id_14144
|
|
6 TJclFileVersionInfo.FileType Property=id_14145
|
|
6 TJclFileVersionInfo.FileVersion Property=id_14136
|
|
6 TJclFileVersionInfo.FixedInfo Property=id_14146
|
|
6 TJclFileVersionInfo.InternalName Property=id_14147
|
|
6 TJclFileVersionInfo.Items Property=id_14148
|
|
6 TJclFileVersionInfo.LanguageCount Property=id_14149
|
|
6 TJclFileVersionInfo.LanguageIds Property=id_14150
|
|
6 TJclFileVersionInfo.LanguageIndex Property=id_14151
|
|
6 TJclFileVersionInfo.LanguageNames Property=id_14152
|
|
6 TJclFileVersionInfo.Languages Property=id_14153
|
|
6 TJclFileVersionInfo.LegalCopyright Property=id_14154
|
|
6 TJclFileVersionInfo.LegalTradeMarks Property=id_14155
|
|
6 TJclFileVersionInfo.OriginalFilename Property=id_14156
|
|
6 TJclFileVersionInfo.PrivateBuild Property=id_14157
|
|
6 TJclFileVersionInfo.ProductName Property=id_14135
|
|
6 TJclFileVersionInfo.ProductVersion Property=id_14158
|
|
6 TJclFileVersionInfo.SpecialBuild Property=id_14159
|
|
6 TJclFileVersionInfo.TranslationCount Property=id_14160
|
|
6 TJclFileVersionInfo.Translations Property=id_14161
|
|
6 TJclFileVersionInfo.Attach Constructor=id_14163
|
|
6 TJclFileVersionInfo.CheckLanguageIndex Method=id_14164
|
|
6 TJclFileVersionInfo.Create Constructor=id_14165
|
|
6 TJclFileVersionInfo.CreateItemsForLanguage Method=id_14166
|
|
6 TJclFileVersionInfo.Destroy Destructor=id_14167
|
|
6 TJclFileVersionInfo.ExtractData Method=id_14168
|
|
6 TJclFileVersionInfo.ExtractFlags Method=id_14169
|
|
6 TJclFileVersionInfo.GetBinFileVersion Method=id_14170
|
|
6 TJclFileVersionInfo.GetBinProductVersion Method=id_14171
|
|
6 TJclFileVersionInfo.GetFileOS Method=id_14172
|
|
6 TJclFileVersionInfo.GetFileSubType Method=id_14173
|
|
6 TJclFileVersionInfo.GetFileType Method=id_14174
|
|
6 TJclFileVersionInfo.GetVersionKeyValue Method=id_14175
|
|
6 TJclFileVersionInfo.TranslationMatchesLanguages Method=id_14176
|
|
6 TJclFileVersionInfo.VersionLanguageId Method=id_14177
|
|
6 TJclFileVersionInfo.VersionLanguageName Method=id_14178
|
|
5 VersionFixedFileInfo Function
|
|
6 VersionFixedFileInfo Function=id_11358
|
|
3 File Systems
|
|
4 File Systems=id_13878
|
|
4 OSFileTypeToString Function=id_11326
|
|
4 NTFS
|
|
5 NTFS=id_14189
|
|
5 NtfsGetCompression Function=id_14194
|
|
5 TStreamId Enumeration=id_7110
|
|
5 TFindStreamData Record=id_14222
|
|
5 NtfsFindFirstStream Function=id_14195
|
|
5 NtfsFindNextStream Function=id_14196
|
|
5 NtfsFindStreamClose Function=id_14197
|
|
5 NtfsCreateJunctionPoint Function=id_14198
|
|
5 NtfsDeleteJunctionPoint Function=id_14199
|
|
5 NtfsGetJunctionPointDestination Function=id_14200
|
|
5 NtfsZeroDataByName Function=id_14201
|
|
5 NtfsZeroDataByHandle Function=id_14202
|
|
5 NtfsSparseStreamsSupported Function=id_14203
|
|
5 TNtfsAllocRanges Record=id_14223
|
|
5 NtfsGetAllocRangeEntry Function=id_14204
|
|
5 NtfsQueryAllocRanges Function=id_14205
|
|
5 NtfsGetSparse Function=id_14206
|
|
5 NtfsSetSparse Function=id_14207
|
|
5 NtfsDeleteReparsePoint Function=id_14208
|
|
5 NtfsSetReparsePoint Function=id_14209
|
|
5 NtfsGetReparsePoint Function=id_14210
|
|
5 NtfsGetReparseTag Function=id_14211
|
|
5 NtfsReparsePointsSupported Function=id_14212
|
|
5 NtfsFileHasReparsePoint Function=id_14213
|
|
5 NtfsIsFolderMountPoint Function=id_14214
|
|
5 NtfsMountDeviceAsDrive Function=id_14215
|
|
5 NtfsMountVolume Function=id_14216
|
|
5 NtfsSetCompression Function=id_14217
|
|
5 NtfsSetFileCompression Function=id_14218
|
|
5 NtfsSetDirectoryTreeCompression Function=id_14219
|
|
5 NtfsSetPathCompression Function=id_14220
|
|
5 NtfsSetDefaultFileCompression Function=id_14221
|
|
5 TFileCompressionState Enumeration=id_14193
|
|
5 _REPARSE_GUID_DATA_BUFFER Record=id_7532
|
|
3 Path manipulation
|
|
4 Path manipulation=id_13879
|
|
4 DriveLetters Constant=id_11275
|
|
4 PathDevicePrefix Constant=id_11276
|
|
4 PathSeparator Constant=id_11277
|
|
4 PathUncPrefix Constant=id_11278
|
|
4 PathGetLongName Function=id_11337
|
|
4 PathGetLongName2 Function=id_11338
|
|
4 PathGetShortName Function=id_11340
|
|
4 PathGetRelativePath Function=id_11339
|
|
4 PathGetTempPath Function=id_11341
|
|
4 PathIsChild Function=id_11343
|
|
4 PathIsAbsolute Function=id_11342
|
|
4 PathIsDiskDevice Function=id_11344
|
|
4 PathIsUNC Function=id_11345
|
|
4 PathExtractElements Function=id_11334
|
|
4 PathAddSeparator Function=id_11329
|
|
4 PathAddExtension Function=id_11328
|
|
4 PathAppend Function=id_11330
|
|
4 PathBuildRoot Function=id_11331
|
|
4 PathCommonPrefix Function=id_11332
|
|
4 PathCompactPath Function=id_11333
|
|
4 PathExtractFileDirFixed Function=id_11335
|
|
4 PathExtractFileNameNoExt Function=id_11336
|
|
4 PathRemoveExtension Function=id_11346
|
|
4 PathRemoveSeparator Function=id_11347
|
|
3 Streams
|
|
4 Streams=id_13880
|
|
4 TJclTempFileStream Class
|
|
5 TJclTempFileStream Class=id_11274
|
|
5 TJclTempFileStream.FileName Property=id_14281
|
|
5 TJclTempFileStream.Create Constructor=id_14283
|
|
5 TJclTempFileStream.Destroy Destructor=id_14284
|
|
4 File Mapping
|
|
5 File Mapping=id_14274
|
|
5 TJclFileMappingView Class
|
|
6 TJclFileMappingView Class=id_11271
|
|
6 TJclFileMappingView.FileMapping Property=id_14295
|
|
6 TJclFileMappingView.Index Property=id_14296
|
|
6 TJclFileMappingView.Offset Property=id_14297
|
|
6 TJclFileMappingView.Create Constructor=id_14293
|
|
6 TJclFileMappingView.CreateAt Constructor=id_14299
|
|
6 TJclFileMappingView.Destroy Destructor=id_14300
|
|
6 TJclFileMappingView.Flush Method=id_14301
|
|
6 TJclFileMappingView.LoadFromFile Method=id_14302
|
|
6 TJclFileMappingView.LoadFromStream Method=id_14303
|
|
6 TJclFileMappingView.Write Method=id_14292
|
|
5 TJclCustomFileMapping Class
|
|
6 TJclCustomFileMapping Class=id_11267
|
|
6 TJclCustomFileMapping.Count Property=id_14312
|
|
6 TJclCustomFileMapping.Existed Property=id_14314
|
|
6 TJclCustomFileMapping.Handle Property=id_14315
|
|
6 TJclCustomFileMapping.Name Property=id_14316
|
|
6 TJclCustomFileMapping.RoundViewOffset Property=id_14317
|
|
6 TJclCustomFileMapping.Views Property=id_14313
|
|
6 TJclCustomFileMapping.Add Method=id_14291
|
|
6 TJclCustomFileMapping.AddAt Method=id_14319
|
|
6 TJclCustomFileMapping.ClearViews Method=id_14320
|
|
6 TJclCustomFileMapping.Create Constructor=id_14309
|
|
6 TJclCustomFileMapping.Delete Method=id_14321
|
|
6 TJclCustomFileMapping.Destroy Destructor=id_14322
|
|
6 TJclCustomFileMapping.IndexOf Method=id_14323
|
|
6 TJclCustomFileMapping.InternalCreate Method=id_14324
|
|
6 TJclCustomFileMapping.InternalOpen Method=id_14325
|
|
6 TJclCustomFileMapping.Open Constructor=id_14310
|
|
5 TJclFileMapping Class
|
|
6 TJclFileMapping Class=id_11270
|
|
6 TJclFileMapping.FileHandle Property=id_14334
|
|
6 Create Constructor
|
|
7 TJclFileMapping.Create Constructor (THandle, string, Cardinal, Int64, PSecurityAttributes)=id_14336
|
|
6 TJclFileMapping.Destroy Destructor
|
|
7 TJclFileMapping.Destroy Destructor=id_14337
|
|
5 TJclSwapFileMapping Class
|
|
6 TJclSwapFileMapping Class=id_11273
|
|
6 TJclSwapFileMapping.Create Constructor=id_14343
|
|
2 Graphics
|
|
3 Graphics=id_11564
|
|
3 FillGradient Function=id_11385
|
|
3 Bitmaps
|
|
4 Bitmaps=id_14348
|
|
4 TJclThreadPersistent Class
|
|
5 TJclThreadPersistent Class=id_14369
|
|
5 TJclThreadPersistent.LockCount Property=id_2410
|
|
5 TJclThreadPersistent.OnChange Property=id_2412
|
|
5 TJclThreadPersistent.OnChanging Property=id_2414
|
|
5 TJclThreadPersistent.UpdateCount Property=id_2415
|
|
5 TJclThreadPersistent.BeginUpdate Method=id_2422
|
|
5 TJclThreadPersistent.Changed Method=id_2413
|
|
5 TJclThreadPersistent.Changing Method=id_2423
|
|
5 TJclThreadPersistent.Create Constructor=id_2424
|
|
5 TJclThreadPersistent.Destroy Destructor=id_2425
|
|
5 TJclThreadPersistent.EndUpdate Method=id_2426
|
|
5 TJclThreadPersistent.Lock Method=id_2411
|
|
5 TJclThreadPersistent.Unlock Method=id_2427
|
|
4 IdentityMatrix Variable
|
|
5 IdentityMatrix Variable=id_11399
|
|
4 TJclCustomMap Class
|
|
5 TJclCustomMap Class=id_2407
|
|
5 TJclCustomMap.Height Property=id_2416
|
|
5 TJclCustomMap.Width Property=id_2417
|
|
5 TJclCustomMap.Delete Method=id_2428
|
|
5 TJclCustomMap.Empty Method=id_2429
|
|
5 SetSize Method
|
|
6 TJclCustomMap.SetSize Method (Integer, Integer)=id_2430
|
|
6 TJclCustomMap.SetSize Method (TPersistent)=id_14413
|
|
4 TJclBitmap32 Class
|
|
5 TJclBitmap32 Class=id_2408
|
|
5 TJclBitmap32.FontHandle Field=id_14420
|
|
5 TJclBitmap32.RasterX Field=id_14421
|
|
5 TJclBitmap32.RasterXF Field=id_14422
|
|
5 TJclBitmap32.RasterY Field=id_14423
|
|
5 TJclBitmap32.RasterYF Field=id_14424
|
|
5 TJclBitmap32.BitmapHandle Property=id_14426
|
|
5 TJclBitmap32.BitmapInfo Property=id_14427
|
|
5 TJclBitmap32.Bits Property=id_14428
|
|
5 TJclBitmap32.DrawMode Property=id_14429
|
|
5 TJclBitmap32.Font Property=id_14430
|
|
5 TJclBitmap32.Handle Property=id_14431
|
|
5 TJclBitmap32.MasterAlpha Property=id_14432
|
|
5 TJclBitmap32.OnChange Property=id_14433
|
|
5 TJclBitmap32.OnChanging Property=id_14434
|
|
5 TJclBitmap32.OuterColor Property=id_14435
|
|
5 TJclBitmap32.PenColor Property=id_14436
|
|
5 TJclBitmap32.Pixel Property=id_14438
|
|
5 TJclBitmap32.PixelPtr Property=id_14439
|
|
5 TJclBitmap32.ScanLine Property=id_14440
|
|
5 TJclBitmap32.StippleCounter Property=id_14441
|
|
5 TJclBitmap32.StippleStep Property=id_14442
|
|
5 TJclBitmap32.StretchFilter Property=id_14443
|
|
5 TJclBitmap32.Assign Method=id_14418
|
|
5 TJclBitmap32.AssignTo Method=id_14419
|
|
5 Clear Method
|
|
6 TJclBitmap32.Clear Method ()=id_14445
|
|
6 TJclBitmap32.Clear Method (TColor32)=id_14506
|
|
5 TJclBitmap32.ClipLine Method
|
|
6 TJclBitmap32.ClipLine Method=id_14446
|
|
5 TJclBitmap32.ClipLineF Method
|
|
6 TJclBitmap32.ClipLineF Method=id_14447
|
|
5 TJclBitmap32.Create Constructor
|
|
6 TJclBitmap32.Create Constructor=id_14448
|
|
5 TJclBitmap32.DefineProperties Method
|
|
6 TJclBitmap32.DefineProperties Method=id_14449
|
|
5 TJclBitmap32.Delete Method
|
|
6 TJclBitmap32.Delete Method=id_14450
|
|
5 TJclBitmap32.Destroy Destructor
|
|
6 TJclBitmap32.Destroy Destructor=id_14451
|
|
5 Draw Method
|
|
6 TJclBitmap32.Draw Method (Integer, Integer, TJclBitmap32)=id_14437
|
|
5 TJclBitmap32.DrawHorzLine Method
|
|
6 TJclBitmap32.DrawHorzLine Method=id_14452
|
|
5 TJclBitmap32.DrawLine Method
|
|
6 TJclBitmap32.DrawLine Method=id_14453
|
|
5 DrawTo Method
|
|
6 TJclBitmap32.DrawTo Method (HDC, Integer, Integer)=id_14454
|
|
5 TJclBitmap32.DrawVertLine Method
|
|
6 TJclBitmap32.DrawVertLine Method=id_14455
|
|
5 TJclBitmap32.Empty Method
|
|
6 TJclBitmap32.Empty Method=id_14456
|
|
5 TJclBitmap32.FillRect Method
|
|
6 TJclBitmap32.FillRect Method=id_14457
|
|
5 TJclBitmap32.FontChanged Method
|
|
6 TJclBitmap32.FontChanged Method=id_14458
|
|
5 TJclBitmap32.FrameRectS Method
|
|
6 TJclBitmap32.FrameRectS Method=id_14459
|
|
5 TJclBitmap32.FrameRectTS Method
|
|
6 TJclBitmap32.FrameRectTS Method=id_14460
|
|
5 TJclBitmap32.FrameRectTSP Method
|
|
6 TJclBitmap32.FrameRectTSP Method=id_14461
|
|
5 TJclBitmap32.GetPixelB Method
|
|
6 TJclBitmap32.GetPixelB Method=id_14462
|
|
5 TJclBitmap32.GetStippleColor Method
|
|
6 TJclBitmap32.GetStippleColor Method=id_14463
|
|
5 TJclBitmap32.LineToS Method
|
|
6 TJclBitmap32.LineToS Method=id_14464
|
|
5 TJclBitmap32.LoadFromFile Method
|
|
6 TJclBitmap32.LoadFromFile Method=id_14465
|
|
5 TJclBitmap32.LoadFromStream Method
|
|
6 TJclBitmap32.LoadFromStream Method=id_14466
|
|
5 TJclBitmap32.MoveTo Method
|
|
6 TJclBitmap32.MoveTo Method=id_14467
|
|
5 TJclBitmap32.RaiseRectTS Method
|
|
6 TJclBitmap32.RaiseRectTS Method=id_14468
|
|
5 TJclBitmap32.ReadData Method
|
|
6 TJclBitmap32.ReadData Method=id_14469
|
|
5 TJclBitmap32.RenderText Method
|
|
6 TJclBitmap32.RenderText Method=id_14470
|
|
5 TJclBitmap32.ResetAlpha Method
|
|
6 TJclBitmap32.ResetAlpha Method=id_14471
|
|
5 TJclBitmap32.ResetStippleCounter Method
|
|
6 TJclBitmap32.ResetStippleCounter Method=id_14472
|
|
5 TJclBitmap32.SaveToFile Method
|
|
6 TJclBitmap32.SaveToFile Method=id_14473
|
|
5 TJclBitmap32.SaveToStream Method
|
|
6 TJclBitmap32.SaveToStream Method=id_14474
|
|
5 TJclBitmap32.SET_T256 Method
|
|
6 TJclBitmap32.SET_T256 Method=id_14475
|
|
5 TJclBitmap32.SET_TS256 Method
|
|
6 TJclBitmap32.SET_TS256 Method=id_14476
|
|
5 SetPixelT Method
|
|
6 TJclBitmap32.SetPixelT Method (Integer, Integer, TColor32)=id_14477
|
|
5 TJclBitmap32.SetSize Method
|
|
6 TJclBitmap32.SetSize Method=id_14478
|
|
5 SetStipple Method
|
|
6 TJclBitmap32.SetStipple Method (TArrayOfColor32)=id_14479
|
|
5 TJclBitmap32.TextExtent Method
|
|
6 TJclBitmap32.TextExtent Method=id_14480
|
|
5 TJclBitmap32.TextHeight Method
|
|
6 TJclBitmap32.TextHeight Method=id_14481
|
|
5 TextOut Method
|
|
6 TJclBitmap32.TextOut Method (Integer, Integer, TRect, string)=id_14482
|
|
5 TJclBitmap32.TextWidth Method
|
|
6 TJclBitmap32.TextWidth Method=id_14483
|
|
5 TJclBitmap32.UpdateFont Method
|
|
6 TJclBitmap32.UpdateFont Method=id_14484
|
|
5 TJclBitmap32.WriteData Method
|
|
6 TJclBitmap32.WriteData Method=id_14485
|
|
4 DrawBitmap Function
|
|
5 DrawBitmap Function=id_11383
|
|
4 Stretch Function
|
|
5 Stretch Function=id_11387
|
|
4 TJclBitmap32.SetPixel Method
|
|
5 TJclBitmap32.SetPixel Method=id_14384
|
|
4 TResamplingFilter Enumeration
|
|
5 TResamplingFilter Enumeration=id_11381
|
|
4 Function naming conventions
|
|
5 Function naming conventions=id_14363
|
|
4 Line Patterns
|
|
5 Line Patterns=id_14364
|
|
4 TDrawMode Enumeration
|
|
5 TDrawMode Enumeration=id_11378
|
|
4 TMatrix3d Record
|
|
5 TMatrix3d Record=id_11388
|
|
4 TStretchFilter Enumeration
|
|
5 TStretchFilter Enumeration=id_11382
|
|
4 ScreenShot@TBitmap@Integer@Integer@Integer@Integer@HWND
|
|
5 ScreenShot@TBitmap@Integer@Integer@Integer@Integer@HWND=id_14365
|
|
4 TConversionKind Enumeration
|
|
5 TConversionKind Enumeration=id_2447
|
|
4 TJclTransformation Class
|
|
5 TJclTransformation Class=id_11377
|
|
5 TJclTransformation.GetTransformedBounds Method=id_14543
|
|
5 TJclTransformation.PrepareTransform Method=id_14544
|
|
5 TJclTransformation.Transform Method=id_14542
|
|
5 TJclTransformation.Transform256 Method=id_14545
|
|
4 TJclLinearTransformation Class
|
|
5 TJclLinearTransformation Class=id_11376
|
|
5 TJclLinearTransformation.A Field=id_14551
|
|
5 TJclLinearTransformation.B Field=id_14552
|
|
5 TJclLinearTransformation.C Field=id_14553
|
|
5 TJclLinearTransformation.D Field=id_14554
|
|
5 TJclLinearTransformation.E Field=id_14555
|
|
5 TJclLinearTransformation.F Field=id_14556
|
|
5 TJclLinearTransformation.Matrix Property=id_14570
|
|
5 TJclLinearTransformation.Clear Method=id_14558
|
|
5 TJclLinearTransformation.Create Constructor=id_14559
|
|
5 TJclLinearTransformation.GetTransformedBounds Method=id_14560
|
|
5 TJclLinearTransformation.PrepareTransform Method=id_14561
|
|
5 TJclLinearTransformation.Rotate Method=id_14562
|
|
5 TJclLinearTransformation.Scale Method=id_14563
|
|
5 TJclLinearTransformation.Skew Method=id_14564
|
|
5 TJclLinearTransformation.Transform Method=id_14565
|
|
5 TJclLinearTransformation.Transform256 Method=id_14566
|
|
5 TJclLinearTransformation.Translate Method=id_14567
|
|
4 AlphaToGrayscale Function
|
|
5 AlphaToGrayscale Function=id_14370
|
|
4 ApplyLUT Function
|
|
5 ApplyLUT Function=id_14371
|
|
4 BlockTransfer Function
|
|
5 BlockTransfer Function=id_14372
|
|
4 ColorToGrayscale Function
|
|
5 ColorToGrayscale Function=id_14373
|
|
4 IntensityToAlpha Function
|
|
5 IntensityToAlpha Function=id_14374
|
|
4 Invert Function
|
|
5 Invert Function=id_14375
|
|
4 InvertRGB Function
|
|
5 InvertRGB Function=id_14376
|
|
4 Polygon
|
|
5 Polygon=id_14366
|
|
4 PolyPolygon
|
|
5 PolyPolygon=id_14367
|
|
4 PolyLine
|
|
5 PolyLine=id_14368
|
|
4 SetBorderTransparent Function
|
|
5 SetBorderTransparent Function=id_14377
|
|
4 SetGamma Function
|
|
5 SetGamma Function=id_14378
|
|
4 StretchTransfer Function
|
|
5 StretchTransfer Function=id_14379
|
|
4 Transform Function
|
|
5 Transform Function=id_14380
|
|
3 Clipping
|
|
4 Clipping=id_14349
|
|
4 ClipLine Function=id_14591
|
|
4 DrawPolyLine Function=id_14592
|
|
3 Colors
|
|
4 Colors=id_14350
|
|
4 BrightColorChannel Function=id_14601
|
|
4 DarkColorChannel Function=id_14602
|
|
4 DarkColor Function=id_14603
|
|
4 BrightColor Function=id_14604
|
|
4 GetRGBValue Function=id_14605
|
|
4 SetRGBValue Function=id_14606
|
|
4 SetColorRed Function=id_14607
|
|
4 SetColorGreen Function=id_14608
|
|
4 SetColorBlue Function=id_14609
|
|
4 SetColorFlag Function=id_14610
|
|
4 GetColorRed Function=id_14611
|
|
4 GetColorBlue Function=id_14612
|
|
4 GetColorGreen Function=id_14613
|
|
4 GetColorFlag Function=id_14614
|
|
4 CIED65ToCIED50 Function=id_14615
|
|
4 Gray16=id_14594
|
|
4 CMYK2BGR=id_14595
|
|
4 CIELAB2BGR=id_14596
|
|
4 RGB2BGR=id_14597
|
|
4 RGBA2BGRA=id_14598
|
|
4 WinColor2OpenGLColor=id_14599
|
|
4 OpenGLColor2WinColor=id_14600
|
|
3 Conversion
|
|
4 Conversion=id_14351
|
|
4 BitmapToJPeg Function=id_14632
|
|
4 JPegToBitmap Function=id_14633
|
|
4 BitmapToIcon Function=id_6515
|
|
4 IconToBitmap Function=id_11386
|
|
3 Desktop
|
|
4 Desktop=id_14352
|
|
4 TJclDesktopCanvas Class=id_14637
|
|
3 Icons
|
|
4 Icons=id_14353
|
|
4 ExtractIconCount Function=id_11384
|
|
4 WriteIcon Function=id_6990
|
|
4 SaveIconToFile Function=id_14639
|
|
3 Points
|
|
4 Points=id_14354
|
|
4 PointAssign Function=id_14643
|
|
4 PointCopy Function=id_14644
|
|
4 PointEqual Function=id_14645
|
|
4 PointMove Function=id_14646
|
|
4 NullPoint Function=id_14647
|
|
4 PointIsNull Function=id_14648
|
|
3 Rectangles
|
|
4 Rectangles=id_14355
|
|
4 RectIsEmpty Function=id_14650
|
|
4 RectNormalize Function=id_14651
|
|
4 RectUnion Function=id_14652
|
|
4 RectIsSquare Function=id_14653
|
|
4 RectCenter Function=id_14654
|
|
4 RectEqual Function=id_14655
|
|
4 RectIsNull Function=id_14656
|
|
4 NullRect Function=id_14657
|
|
4 RectIsValid Function=id_14658
|
|
4 RectsAreValid Function=id_14659
|
|
4 RectIntersectRect Function=id_14660
|
|
4 RectIntersection Function=id_14661
|
|
4 RectIncludesPoint Function=id_14662
|
|
4 RectIncludesRect Function=id_14663
|
|
4 RectBounds Function=id_14664
|
|
4 RectAssign Function=id_14665
|
|
4 RectAssignPoints Function=id_14666
|
|
4 RectCopy Function=id_14667
|
|
4 RectMove Function=id_14668
|
|
4 RectMoveTo Function=id_14669
|
|
4 RectGrow Function=id_14670
|
|
4 RectGrowX Function=id_14671
|
|
4 RectGrowY Function=id_14672
|
|
4 RectHeight Function=id_14673
|
|
4 RectWidth Function=id_14674
|
|
3 Regions
|
|
4 Regions=id_14356
|
|
4 TJclRegion Class
|
|
5 TJclRegion Class=id_14693
|
|
5 TJclRegion.Box Property=id_14701
|
|
5 TJclRegion.Handle Property=id_14702
|
|
5 TJclRegion.RegionType Property=id_14703
|
|
5 TJclRegion.Clip Method=id_14705
|
|
5 Combine Method
|
|
6 TJclRegion.Combine Method (TJclRegion, TJclRegion, TJclRegionCombineOperator)=id_7147
|
|
5 TJclRegion.Copy Method
|
|
6 TJclRegion.Copy Method=id_14706
|
|
5 TJclRegion.Create Constructor
|
|
6 TJclRegion.Create Constructor=id_14699
|
|
5 TJclRegion.CreateBitmap Constructor
|
|
6 TJclRegion.CreateBitmap Constructor=id_6380
|
|
5 CreateElliptic Constructor
|
|
6 TJclRegion.CreateElliptic Constructor (Integer, Integer, Integer, Integer)=id_14707
|
|
5 CreateMapWindow Constructor
|
|
6 TJclRegion.CreateMapWindow Constructor (TJclRegion, THandle, THandle)=id_14708
|
|
6 TJclRegion.CreateMapWindow Constructor (TJclRegion, TWinControl, TWinControl)=id_14736
|
|
5 TJclRegion.CreatePath Constructor
|
|
6 TJclRegion.CreatePath Constructor=id_14709
|
|
5 TJclRegion.CreatePoly Constructor
|
|
6 TJclRegion.CreatePoly Constructor=id_14710
|
|
5 TJclRegion.CreatePolyPolygon Constructor
|
|
6 TJclRegion.CreatePolyPolygon Constructor=id_14711
|
|
5 CreateRect Constructor
|
|
6 TJclRegion.CreateRect Constructor (Integer, Integer, Integer, Integer, Byte)=id_14712
|
|
5 TJclRegion.CreateRegionInfo Constructor
|
|
6 TJclRegion.CreateRegionInfo Constructor=id_14713
|
|
5 CreateRoundRect Constructor
|
|
6 TJclRegion.CreateRoundRect Constructor (Integer, Integer, Integer, Integer, Integer, Integer)=id_14714
|
|
5 TJclRegion.Destroy Destructor
|
|
6 TJclRegion.Destroy Destructor=id_14715
|
|
5 TJclRegion.Equals Method
|
|
6 TJclRegion.Equals Method=id_14716
|
|
5 TJclRegion.Fill Method
|
|
6 TJclRegion.Fill Method=id_14717
|
|
5 TJclRegion.FillGradient Method
|
|
6 TJclRegion.FillGradient Method=id_14718
|
|
5 TJclRegion.Frame Method
|
|
6 TJclRegion.Frame Method=id_14719
|
|
5 TJclRegion.GetBox Method
|
|
6 TJclRegion.GetBox Method=id_14720
|
|
5 TJclRegion.GetHandle Method
|
|
6 TJclRegion.GetHandle Method=id_14721
|
|
5 TJclRegion.GetRegionInfo Method
|
|
6 TJclRegion.GetRegionInfo Method=id_14722
|
|
5 TJclRegion.GetRegionType Method
|
|
6 TJclRegion.GetRegionType Method=id_14723
|
|
5 TJclRegion.Invert Method
|
|
6 TJclRegion.Invert Method=id_14724
|
|
5 TJclRegion.Offset Method
|
|
6 TJclRegion.Offset Method=id_14725
|
|
5 TJclRegion.Paint Method
|
|
6 TJclRegion.Paint Method=id_14726
|
|
5 PointIn Method
|
|
6 TJclRegion.PointIn Method (Integer, Integer)=id_14727
|
|
5 RectIn Method
|
|
6 TJclRegion.RectIn Method (Integer, Integer, Integer, Integer)=id_14728
|
|
5 TJclRegion.SetWindow Method
|
|
6 TJclRegion.SetWindow Method=id_14729
|
|
4 TJclRegionInfo Class
|
|
5 TJclRegionInfo Class=id_14694
|
|
5 TJclRegionInfo.Box Property=id_14748
|
|
5 TJclRegionInfo.Count Property=id_14749
|
|
5 TJclRegionInfo.Rectangles Property=id_14750
|
|
5 TJclRegionInfo.Create Constructor=id_14752
|
|
5 TJclRegionInfo.Destroy Destructor=id_14753
|
|
5 TJclRegionInfo.GetCount Method=id_14754
|
|
5 TJclRegionInfo.GetRect Method=id_14755
|
|
3 Types
|
|
4 Types=id_14357
|
|
4 TGradientDirection Enumeration=id_11379
|
|
4 TPolyFillMode Enumeration=id_11380
|
|
4 TJclRegionType=id_14733
|
|
4 TColor32 Type=id_6295
|
|
4 TColor32Array Type=id_7315
|
|
4 TPalette32 Type=id_2450
|
|
4 TPointF Record=id_11389
|
|
4 TDynPointArrayF Type=id_11394
|
|
4 TDynDynPointArrayArrayF Type=id_11392
|
|
4 TDynPointArray Type=id_11393
|
|
4 TDynDynPointArrayArray Type=id_11391
|
|
4 TDynDynIntegerArrayArray Type=id_11390
|
|
4 TGamma Type=id_11395
|
|
4 TLUT8 Type=id_11396
|
|
4 TScanLine Type=id_11397
|
|
4 TScanLines Type=id_11398
|
|
2 Internationalisation
|
|
3 Internationalisation=id_11565
|
|
3 Keyboard Input
|
|
4 Keyboard Input=id_14778
|
|
4 TJclKeyboardLayoutList Class
|
|
5 TJclKeyboardLayoutList Class=id_14782
|
|
5 TJclKeyboardLayoutList.ActiveLayout Property=id_14794
|
|
5 TJclKeyboardLayoutList.AvailableLayoutCount Property=id_14795
|
|
5 TJclKeyboardLayoutList.AvailableLayouts Property=id_14796
|
|
5 TJclKeyboardLayoutList.Count Property=id_14797
|
|
5 TJclKeyboardLayoutList.ItemFromHKL Property=id_14798
|
|
5 TJclKeyboardLayoutList.Items Property=id_14799
|
|
5 TJclKeyboardLayoutList.LayoutFromLocaleID Property=id_14800
|
|
5 TJclKeyboardLayoutList.OnRefresh Property=id_14801
|
|
5 TJclKeyboardLayoutList.ActivateNextLayout Method=id_14803
|
|
5 TJclKeyboardLayoutList.ActivatePrevLayout Method=id_14804
|
|
5 TJclKeyboardLayoutList.Create Constructor=id_14805
|
|
5 TJclKeyboardLayoutList.CreateAvailableLayouts Method=id_14806
|
|
5 TJclKeyboardLayoutList.Destroy Destructor=id_14807
|
|
5 TJclKeyboardLayoutList.DoRefresh Method=id_14808
|
|
5 TJclKeyboardLayoutList.LoadLayout Method=id_14809
|
|
5 TJclKeyboardLayoutList.Refresh Method=id_14810
|
|
4 TJclKeyboardLayout Class
|
|
5 TJclKeyboardLayout Class=id_14783
|
|
5 TJclKeyboardLayout.DeviceHandle Property=id_14820
|
|
5 TJclKeyboardLayout.DisplayName Property=id_14821
|
|
5 TJclKeyboardLayout.Layout Property=id_14822
|
|
5 TJclKeyboardLayout.LocaleID Property=id_14823
|
|
5 TJclKeyboardLayout.LocaleInfo Property=id_14824
|
|
5 TJclKeyboardLayout.VariationName Property=id_14825
|
|
5 TJclKeyboardLayout.Activate Method=id_14817
|
|
5 TJclKeyboardLayout.Create Constructor=id_14818
|
|
5 TJclKeyboardLayout.Destroy Destructor=id_14827
|
|
5 TJclKeyboardLayout.Unload Method=id_14816
|
|
4 TJclKeybLayoutFlag Enumeration
|
|
5 TJclKeybLayoutFlag Enumeration=id_14785
|
|
4 TJclAvailableKeybLayout Class
|
|
5 TJclAvailableKeybLayout Class=id_14784
|
|
5 TJclAvailableKeybLayout.Identifier Property=id_14835
|
|
5 TJclAvailableKeybLayout.IdentifierName Property=id_14836
|
|
5 TJclAvailableKeybLayout.LayoutFile Property=id_14837
|
|
5 TJclAvailableKeybLayout.LayoutFileExists Property=id_14838
|
|
5 TJclAvailableKeybLayout.LayoutID Property=id_14839
|
|
5 TJclAvailableKeybLayout.Name Property=id_14840
|
|
5 TJclAvailableKeybLayout.Load Method=id_14841
|
|
3 National Language Support
|
|
4 National Language Support=id_14779
|
|
4 TJclLocaleInfo Class
|
|
5 TJclLocaleInfo Class=id_14830
|
|
5 TJclLocaleInfo.AbbreviatedCountryName Property=id_14854
|
|
5 TJclLocaleInfo.AbbreviatedDayNames Property=id_14855
|
|
5 TJclLocaleInfo.AbbreviatedLangName Property=id_14856
|
|
5 TJclLocaleInfo.AbbreviatedMonthNames Property=id_14857
|
|
5 TJclLocaleInfo.AdditionalCaledarTypes Property=id_14858
|
|
5 TJclLocaleInfo.AMDesignator Property=id_14859
|
|
5 TJclLocaleInfo.CalendarIntegerInfo Property=id_14860
|
|
5 TJclLocaleInfo.Calendars Property=id_14861
|
|
5 TJclLocaleInfo.CalendarStringInfo Property=id_14862
|
|
5 TJclLocaleInfo.CalendarType Property=id_14863
|
|
5 TJclLocaleInfo.CalTwoDigitYearMax Property=id_14864
|
|
5 TJclLocaleInfo.CenturyFormatSpecifier Property=id_14865
|
|
5 TJclLocaleInfo.CharInfo Property=id_14866
|
|
5 TJclLocaleInfo.CodePageANSI Property=id_14867
|
|
5 TJclLocaleInfo.CodePageMAC Property=id_14868
|
|
5 TJclLocaleInfo.CodePageOEM Property=id_14869
|
|
5 TJclLocaleInfo.CountryCode Property=id_14870
|
|
5 TJclLocaleInfo.DateFormats Property=id_14871
|
|
5 TJclLocaleInfo.DateSeparator Property=id_14872
|
|
5 TJclLocaleInfo.DecimalSeparator Property=id_14873
|
|
5 TJclLocaleInfo.DefaultCodePageEBCDIC Property=id_14874
|
|
5 TJclLocaleInfo.DefaultCountryCode Property=id_14875
|
|
5 TJclLocaleInfo.DefaultLanguageId Property=id_14876
|
|
5 TJclLocaleInfo.DefaultPaperSize Property=id_14877
|
|
5 TJclLocaleInfo.DigitGrouping Property=id_14878
|
|
5 TJclLocaleInfo.DigitSubstitution Property=id_14879
|
|
5 TJclLocaleInfo.EnglishCountryName Property=id_14880
|
|
5 TJclLocaleInfo.EnglishCurrencyName Property=id_14881
|
|
5 TJclLocaleInfo.EnglishLangName Property=id_14882
|
|
5 TJclLocaleInfo.FirstDayOfWeek Property=id_14883
|
|
5 TJclLocaleInfo.FirstWeekOfYear Property=id_14884
|
|
5 TJclLocaleInfo.FontCharset Property=id_14885
|
|
5 TJclLocaleInfo.FontSignature Property=id_14886
|
|
5 TJclLocaleInfo.IntegerInfo Property=id_14887
|
|
5 TJclLocaleInfo.ISOAbbreviatedCountryName Property=id_14888
|
|
5 TJclLocaleInfo.ISOAbbreviatedLangName Property=id_14889
|
|
5 TJclLocaleInfo.LangID Property=id_14890
|
|
5 TJclLocaleInfo.LangIDPrimary Property=id_14891
|
|
5 TJclLocaleInfo.LangIDSub Property=id_14892
|
|
5 TJclLocaleInfo.LanguageIndentifier Property=id_14893
|
|
5 TJclLocaleInfo.LeadingZeros Property=id_14894
|
|
5 TJclLocaleInfo.LeadZerosInDay Property=id_14895
|
|
5 TJclLocaleInfo.LeadZerosInMonth Property=id_14896
|
|
5 TJclLocaleInfo.LeadZerosInTime Property=id_14897
|
|
5 TJclLocaleInfo.ListItemSeparator Property=id_14898
|
|
5 TJclLocaleInfo.LocaleID Property=id_14899
|
|
5 TJclLocaleInfo.LocalizedCountryName Property=id_14900
|
|
5 TJclLocaleInfo.LocalizedLangName Property=id_14901
|
|
5 TJclLocaleInfo.LocalizedSortName Property=id_14902
|
|
5 TJclLocaleInfo.LongDateFormat Property=id_14903
|
|
5 TJclLocaleInfo.LongDateOrdering Property=id_14904
|
|
5 TJclLocaleInfo.LongDayNames Property=id_14905
|
|
5 TJclLocaleInfo.LongMonthNames Property=id_14906
|
|
5 TJclLocaleInfo.Measure Property=id_14907
|
|
5 TJclLocaleInfo.MonetaryDecimalSeparator Property=id_14908
|
|
5 TJclLocaleInfo.MonetaryGrouping Property=id_14909
|
|
5 TJclLocaleInfo.MonetarySymbolIntl Property=id_14910
|
|
5 TJclLocaleInfo.MonetarySymbolLocal Property=id_14911
|
|
5 TJclLocaleInfo.MonetaryThousandsSeparator Property=id_14912
|
|
5 TJclLocaleInfo.NativeCountryName Property=id_14913
|
|
5 TJclLocaleInfo.NativeCurrencyName Property=id_14914
|
|
5 TJclLocaleInfo.NativeDigits Property=id_14915
|
|
5 TJclLocaleInfo.NativeLangName Property=id_14916
|
|
5 TJclLocaleInfo.NegativeCurrencyMode Property=id_14917
|
|
5 TJclLocaleInfo.NegativeNumberMode Property=id_14918
|
|
5 TJclLocaleInfo.NegativeSign Property=id_14919
|
|
5 TJclLocaleInfo.NegativeSignPos Property=id_14920
|
|
5 TJclLocaleInfo.NumberOfFractionalDigits Property=id_14921
|
|
5 TJclLocaleInfo.NumberOfIntlMonetaryDigits Property=id_14922
|
|
5 TJclLocaleInfo.NumberOfLocalMonetaryDigits Property=id_14923
|
|
5 TJclLocaleInfo.PMDesignator Property=id_14924
|
|
5 TJclLocaleInfo.PositiveCurrencyMode Property=id_14925
|
|
5 TJclLocaleInfo.PositiveSign Property=id_14926
|
|
5 TJclLocaleInfo.PositiveSignPos Property=id_14927
|
|
5 TJclLocaleInfo.PosOfNegativeMonetarySymbol Property=id_14928
|
|
5 TJclLocaleInfo.PosOfPositiveMonetarySymbol Property=id_14929
|
|
5 TJclLocaleInfo.SepOfNegativeMonetarySymbol Property=id_14930
|
|
5 TJclLocaleInfo.SepOfPositiveMonetarySymbol Property=id_14931
|
|
5 TJclLocaleInfo.ShortDateFormat Property=id_14932
|
|
5 TJclLocaleInfo.ShortDateOrdering Property=id_14933
|
|
5 TJclLocaleInfo.SortID Property=id_14934
|
|
5 TJclLocaleInfo.StringInfo Property=id_14935
|
|
5 TJclLocaleInfo.ThousandSeparator Property=id_14936
|
|
5 TJclLocaleInfo.TimeFormats Property=id_14937
|
|
5 TJclLocaleInfo.TimeFormatSpecifier Property=id_14938
|
|
5 TJclLocaleInfo.TimeFormatString Property=id_14939
|
|
5 TJclLocaleInfo.TimeMarkerPosition Property=id_14940
|
|
5 TJclLocaleInfo.TimeSeparator Property=id_14941
|
|
5 TJclLocaleInfo.UseSystemACP Property=id_14942
|
|
5 TJclLocaleInfo.YearMonthFormat Property=id_14943
|
|
5 TJclLocaleInfo.Create Constructor=id_14945
|
|
5 TJclLocaleInfo.Destroy Destructor=id_14946
|
|
4 TJclLocalesKind Enumeration
|
|
5 TJclLocalesKind Enumeration=id_14846
|
|
4 TJclLocalesList Class
|
|
5 TJclLocalesList Class=id_14845
|
|
5 TJclLocalesList.CodePages Property=id_14953
|
|
5 TJclLocalesList.ItemFromLangID Property=id_14954
|
|
5 TJclLocalesList.ItemFromLangIDPrimary Property=id_14955
|
|
5 TJclLocalesList.ItemFromLocaleID Property=id_14956
|
|
5 TJclLocalesList.Items Property=id_14957
|
|
5 TJclLocalesList.Kind Property=id_14958
|
|
5 TJclLocalesList.Create Constructor=id_14960
|
|
5 TJclLocalesList.CreateList Method=id_14961
|
|
5 TJclLocalesList.Destroy Destructor=id_14962
|
|
5 TJclLocalesList.FillStrings Method=id_14963
|
|
2 Internet and E-mail
|
|
3 Internet and E-mail=id_11566
|
|
3 MAPI
|
|
4 MAPI=id_14966
|
|
4 TJclMapiClient Record=id_14983
|
|
4 TJclMapiClientConnect Enumeration=id_14974
|
|
4 TJclEmailRecipKind Enumeration=id_14975
|
|
4 TJclEmailFindOption Enumeration=id_14976
|
|
4 TJclEmailLogonOption Enumeration=id_14977
|
|
4 TJclEmailReadOption Enumeration=id_14978
|
|
4 TJclEmailReadMsg Record=id_14984
|
|
4 JclSimpleSendMail Function=id_14979
|
|
4 JclSimpleBringUpSendMailDialog Function=id_14980
|
|
4 MapiCheck Function=id_14981
|
|
4 MapiErrorMessage Function=id_14982
|
|
4 EJclMapiError
|
|
5 EJclMapiError=id_14969
|
|
5 EJclMapiError Class
|
|
6 EJclMapiError Class=id_14992
|
|
6 EJclMapiError.ErrorCode Property=id_14997
|
|
4 TJclEmail
|
|
5 TJclEmail=id_14970
|
|
5 TJclEmail Class
|
|
6 TJclEmail Class=id_15000
|
|
6 TJclEmail.Attachments Property=id_15033
|
|
6 TJclEmail.Body Property=id_15034
|
|
6 TJclEmail.FindOptions Property=id_15035
|
|
6 TJclEmail.HtmlBody Property=id_15036
|
|
6 TJclEmail.LogonOptions Property=id_15037
|
|
6 TJclEmail.ParentWnd Property=id_15038
|
|
6 TJclEmail.ReadMsg Property=id_15039
|
|
6 TJclEmail.Recipients Property=id_15041
|
|
6 TJclEmail.SeedMessageID Property=id_15042
|
|
6 TJclEmail.SessionHandle Property=id_15043
|
|
6 TJclEmail.Subject Property=id_15044
|
|
6 TJclEmail.UserLogged Property=id_15045
|
|
6 TJclEmail.Address Method=id_15057
|
|
6 TJclEmail.BeforeUnloadClientLib Method=id_15058
|
|
6 TJclEmail.Clear Method=id_15059
|
|
6 TJclEmail.Create Constructor=id_15060
|
|
6 TJclEmail.DecodeRecips Method=id_15061
|
|
6 TJclEmail.Delete Method=id_15062
|
|
6 TJclEmail.Destroy Destructor=id_15063
|
|
6 TJclEmail.FindFirstMessage Method=id_15064
|
|
6 TJclEmail.FindNextMessage Method=id_15065
|
|
6 TJclEmail.InternalSendOrSave Method=id_15066
|
|
6 TJclEmail.LogOff Method=id_15067
|
|
6 TJclEmail.LogOn Method=id_15068
|
|
6 TJclEmail.LogonOptionsToFlags Method=id_15069
|
|
6 TJclEmail.MessageReport Method=id_15070
|
|
6 TJclEmail.Read Method=id_15040
|
|
6 TJclEmail.ResolveName Method=id_15071
|
|
6 TJclEmail.RestoreTaskWindows Method=id_15072
|
|
6 TJclEmail.Save Method=id_15073
|
|
6 TJclEmail.SaveTaskWindows Method=id_15074
|
|
6 TJclEmail.Send Method=id_15075
|
|
6 TJclEmail.SortAttachments Method=id_15076
|
|
4 TJclEmailRecip
|
|
5 TJclEmailRecip=id_14971
|
|
5 TJclEmailRecip Class
|
|
6 TJclEmailRecip Class=id_15080
|
|
6 TJclEmailRecip.Address Property=id_15085
|
|
6 TJclEmailRecip.AddressType Property=id_15086
|
|
6 TJclEmailRecip.Kind Property=id_15087
|
|
6 TJclEmailRecip.Name Property=id_15088
|
|
6 TJclEmailRecip.AddressAndName Method=id_15090
|
|
6 TJclEmailRecip.RecipKindToString Method=id_15091
|
|
6 TJclEmailRecip.SortingName Method=id_15092
|
|
4 TJclEmailRecips
|
|
5 TJclEmailRecips=id_14972
|
|
5 TJclEmailRecips Class
|
|
6 TJclEmailRecips Class=id_15079
|
|
6 TJclEmailRecips.AddressesType Property=id_15100
|
|
6 TJclEmailRecips.Items Property=id_15101
|
|
6 TJclEmailRecips.Originator Property=id_15102
|
|
6 TJclEmailRecips.Add Method=id_15103
|
|
6 TJclEmailRecips.SortRecips Method=id_15104
|
|
4 TJclSimpleMapi
|
|
5 TJclSimpleMapi=id_14973
|
|
5 TJclSimpleMapi Class
|
|
6 TJclSimpleMapi Class=id_15005
|
|
6 TJclSimpleMapi.AnyClientInstalled Property=id_15007
|
|
6 TJclSimpleMapi.BeforeUnloadClient Property=id_15008
|
|
6 TJclSimpleMapi.ClientConnectKind Property=id_15009
|
|
6 TJclSimpleMapi.ClientCount Property=id_15010
|
|
6 TJclSimpleMapi.Clients Property=id_15011
|
|
6 TJclSimpleMapi.CurrentClientName Property=id_15012
|
|
6 TJclSimpleMapi.DefaultClientIndex Property=id_15013
|
|
6 TJclSimpleMapi.DefaultProfileName Property=id_15014
|
|
6 TJclSimpleMapi.MapiAddress Property=id_15015
|
|
6 TJclSimpleMapi.MapiDeleteMail Property=id_15016
|
|
6 TJclSimpleMapi.MapiDetails Property=id_15017
|
|
6 TJclSimpleMapi.MapiFindNext Property=id_15018
|
|
6 TJclSimpleMapi.MapiFreeBuffer Property=id_15019
|
|
6 TJclSimpleMapi.MapiInstalled Property=id_15020
|
|
6 TJclSimpleMapi.MapiLogOff Property=id_15021
|
|
6 TJclSimpleMapi.MapiLogOn Property=id_15022
|
|
6 TJclSimpleMapi.MapiReadMail Property=id_15023
|
|
6 TJclSimpleMapi.MapiResolveName Property=id_15024
|
|
6 TJclSimpleMapi.MapiSaveMail Property=id_15025
|
|
6 TJclSimpleMapi.MapiSendDocuments Property=id_15026
|
|
6 TJclSimpleMapi.MapiSendMail Property=id_15027
|
|
6 TJclSimpleMapi.MapiVersion Property=id_15028
|
|
6 TJclSimpleMapi.ProfileCount Property=id_15029
|
|
6 TJclSimpleMapi.Profiles Property=id_15030
|
|
6 TJclSimpleMapi.SelectedClientIndex Property=id_15031
|
|
6 TJclSimpleMapi.SimpleMapiInstalled Property=id_15032
|
|
6 TJclSimpleMapi.BeforeUnloadClientLib Method=id_15047
|
|
6 TJclSimpleMapi.CheckListIndex Method=id_15048
|
|
6 TJclSimpleMapi.ClientLibLoaded Method=id_15049
|
|
6 TJclSimpleMapi.Create Constructor=id_15050
|
|
6 TJclSimpleMapi.Destroy Destructor=id_15051
|
|
6 TJclSimpleMapi.GetClientLibName Method=id_15052
|
|
6 TJclSimpleMapi.LoadClientLib Method=id_15053
|
|
6 TJclSimpleMapi.ProfilesRegKey Method=id_15054
|
|
6 TJclSimpleMapi.ReadMapiSettings Method=id_15055
|
|
6 TJclSimpleMapi.UnloadClientLib Method=id_15056
|
|
2 Libraries, Processes and Threads
|
|
3 Libraries, Processes and Threads=id_11567
|
|
3 Portable Executable File Format
|
|
4 Portable Executable File Format=id_15115
|
|
4 EJclPeImageError Class=id_15137
|
|
4 TJclRebaseImageInfo Record=id_15138
|
|
4 API Hooking
|
|
5 API Hooking=id_15120
|
|
5 TJclPeMapImgHookItem
|
|
6 TJclPeMapImgHookItem=id_15145
|
|
6 TJclPeMapImgHookItem Class
|
|
7 TJclPeMapImgHookItem Class=id_15148
|
|
7 TJclPeMapImgHookItem.BaseAddress Property=id_15156
|
|
7 TJclPeMapImgHookItem.FunctionName Property=id_15157
|
|
7 TJclPeMapImgHookItem.ModuleName Property=id_15158
|
|
7 TJclPeMapImgHookItem.NewAddress Property=id_15159
|
|
7 TJclPeMapImgHookItem.OriginalAddress Property=id_15160
|
|
7 TJclPeMapImgHookItem.Destroy Destructor=id_15162
|
|
7 TJclPeMapImgHookItem.InternalUnhook Method=id_15163
|
|
7 TJclPeMapImgHookItem.Unhook Method=id_15153
|
|
5 TJclPeMapImgHooks
|
|
6 TJclPeMapImgHooks=id_15146
|
|
6 TJclPeMapImgHooks Class
|
|
7 TJclPeMapImgHooks Class=id_15154
|
|
7 TJclPeMapImgHooks.ItemFromNewAddress Property=id_15171
|
|
7 TJclPeMapImgHooks.ItemFromOriginalAddress Property=id_15172
|
|
7 TJclPeMapImgHooks.Items Property=id_15173
|
|
7 TJclPeMapImgHooks.HookImport Method=id_15174
|
|
7 TJclPeMapImgHooks.IsWin9xDebugThunk Method=id_15175
|
|
7 TJclPeMapImgHooks.ReplaceImport Method=id_15176
|
|
7 TJclPeMapImgHooks.SystemBase Method=id_15177
|
|
7 TJclPeMapImgHooks.UnhookAll Method=id_15178
|
|
7 TJclPeMapImgHooks.UnhookByNewAddress Method=id_15179
|
|
4 Borland Delphi Specific
|
|
5 Borland Delphi Specific=id_15121
|
|
5 TJclPeBorImage
|
|
6 TJclPeBorImage=id_15182
|
|
6 TJclPeBorImage Class
|
|
7 TJclPeBorImage Class=id_4937
|
|
7 TJclPeBorImage.FormCount Property=id_4972
|
|
7 TJclPeBorImage.FormFromName Property=id_4973
|
|
7 TJclPeBorImage.Forms Property=id_4974
|
|
7 TJclPeBorImage.IsBorlandImage Property=id_4975
|
|
7 TJclPeBorImage.IsPackage Property=id_4976
|
|
7 TJclPeBorImage.LibHandle Property=id_4977
|
|
7 TJclPeBorImage.PackageCompilerVersion Property=id_4978
|
|
7 TJclPeBorImage.PackageInfo Property=id_4979
|
|
7 TJclPeBorImage.AfterOpen Method=id_5015
|
|
7 TJclPeBorImage.Clear Method=id_5016
|
|
7 TJclPeBorImage.Create Constructor=id_5017
|
|
7 TJclPeBorImage.CreateFormsList Method=id_5018
|
|
7 TJclPeBorImage.DependedPackages Method=id_5019
|
|
7 TJclPeBorImage.Destroy Destructor=id_5020
|
|
7 TJclPeBorImage.FreeLibHandle Method=id_5021
|
|
5 TJclPePackageInfo
|
|
6 TJclPePackageInfo=id_15183
|
|
6 TJclPePackageInfo Class
|
|
7 TJclPePackageInfo Class=id_15193
|
|
7 TJclPePackageInfo.Available Property=id_15199
|
|
7 TJclPePackageInfo.Contains Property=id_15200
|
|
7 TJclPePackageInfo.ContainsCount Property=id_15201
|
|
7 TJclPePackageInfo.ContainsFlags Property=id_15203
|
|
7 TJclPePackageInfo.ContainsNames Property=id_15202
|
|
7 TJclPePackageInfo.DcpName Property=id_15205
|
|
7 TJclPePackageInfo.Description Property=id_15206
|
|
7 TJclPePackageInfo.EnsureExtension Property=id_15207
|
|
7 TJclPePackageInfo.Flags Property=id_15204
|
|
7 TJclPePackageInfo.Requires Property=id_15208
|
|
7 TJclPePackageInfo.RequiresCount Property=id_15209
|
|
7 TJclPePackageInfo.RequiresNames Property=id_15210
|
|
7 TJclPePackageInfo.Create Constructor=id_15212
|
|
7 TJclPePackageInfo.Destroy Destructor=id_15213
|
|
7 TJclPePackageInfo.PackageModuleTypeToString Method=id_15214
|
|
7 TJclPePackageInfo.PackageOptionsToString Method=id_15215
|
|
7 TJclPePackageInfo.ProducerToString Method=id_15216
|
|
7 TJclPePackageInfo.ReadPackageInfo Method=id_15217
|
|
7 TJclPePackageInfo.UnitInfoFlagsToString Method=id_15218
|
|
4 Debug Section
|
|
5 Debug Section=id_15122
|
|
5 TJclPeDebugList
|
|
6 TJclPeDebugList=id_15221
|
|
6 TJclPeDebugList Class
|
|
7 TJclPeDebugList Class=id_15223
|
|
7 TJclPeDebugList.Items Property=id_15229
|
|
7 TJclPeDebugList.Create Constructor=id_15231
|
|
7 TJclPeDebugList.CreateList Method=id_15232
|
|
4 Export Section
|
|
5 Export Section=id_15123
|
|
5 TJclPeExportSort Enumeration=id_15239
|
|
5 TJclPeExportFuncItem
|
|
6 TJclPeExportFuncItem=id_15237
|
|
6 TJclPeExportFuncItem Class
|
|
7 TJclPeExportFuncItem Class=id_15243
|
|
7 TJclPeExportFuncItem.Address Property=id_15249
|
|
7 TJclPeExportFuncItem.AddressOrForwardStr Property=id_15250
|
|
7 TJclPeExportFuncItem.ForwardedFuncName Property=id_15251
|
|
7 TJclPeExportFuncItem.ForwardedFuncOrdinal Property=id_15252
|
|
7 TJclPeExportFuncItem.ForwardedLibName Property=id_15253
|
|
7 TJclPeExportFuncItem.ForwardedName Property=id_15254
|
|
7 TJclPeExportFuncItem.Hint Property=id_15256
|
|
7 TJclPeExportFuncItem.IsExportedVariable Property=id_15258
|
|
7 TJclPeExportFuncItem.IsForwarded Property=id_15259
|
|
7 TJclPeExportFuncItem.MappedAddress Property=id_15260
|
|
7 TJclPeExportFuncItem.Name Property=id_15255
|
|
7 TJclPeExportFuncItem.Ordinal Property=id_15261
|
|
7 TJclPeExportFuncItem.ResolveCheck Property=id_15262
|
|
7 TJclPeExportFuncItem.SectionName Property=id_15263
|
|
7 TJclPeExportFuncItem.FindForwardedDotPos Method=id_15265
|
|
5 TJclPeExportFuncList
|
|
6 TJclPeExportFuncList=id_15238
|
|
6 TJclPeExportFuncList Class
|
|
7 TJclPeExportFuncList Class=id_15268
|
|
7 TJclPeExportFuncList.AnyForwards Property=id_15275
|
|
7 TJclPeExportFuncList.Base Property=id_15276
|
|
7 TJclPeExportFuncList.ExportDir Property=id_15277
|
|
7 TJclPeExportFuncList.ForwardedLibsList Property=id_15278
|
|
7 TJclPeExportFuncList.FunctionCount Property=id_15279
|
|
7 TJclPeExportFuncList.ItemFromAddress Property=id_15280
|
|
7 TJclPeExportFuncList.ItemFromName Property=id_15281
|
|
7 TJclPeExportFuncList.ItemFromOrdinal Property=id_15282
|
|
7 TJclPeExportFuncList.Items Property=id_15257
|
|
7 TJclPeExportFuncList.LastSortDescending Property=id_15283
|
|
7 TJclPeExportFuncList.LastSortType Property=id_15284
|
|
7 TJclPeExportFuncList.Name Property=id_15285
|
|
7 TJclPeExportFuncList.Sorted Property=id_15286
|
|
7 TJclPeExportFuncList.TotalResolveCheck Property=id_15287
|
|
7 TJclPeExportFuncList.CanPerformFastNameSearch Method=id_15289
|
|
7 TJclPeExportFuncList.CheckForwards Method=id_15290
|
|
7 TJclPeExportFuncList.Create Constructor=id_15291
|
|
7 TJclPeExportFuncList.CreateList Method=id_15292
|
|
7 TJclPeExportFuncList.Destroy Destructor=id_15293
|
|
7 TJclPeExportFuncList.ItemName Method=id_15294
|
|
7 TJclPeExportFuncList.OrdinalValid Method=id_15295
|
|
7 TJclPeExportFuncList.PrepareForFastNameSearch Method=id_15296
|
|
7 TJclPeExportFuncList.SmartFindName Method=id_15297
|
|
7 TJclPeExportFuncList.SortList Method=id_15298
|
|
4 Image access under debugger
|
|
5 Image access under debugger=id_15124
|
|
5 PeDbgImgNtHeaders Function=id_15302
|
|
5 PeDbgImgLibraryName Function=id_15303
|
|
4 Import Section
|
|
5 Import Section=id_15125
|
|
5 TJclPeImportSort Enumeration=id_15309
|
|
5 TJclPeImportLibSort Enumeration=id_15310
|
|
5 TJclPeImportKind Enumeration=id_15312
|
|
5 TJclPeResolveCheck Enumeration=id_15269
|
|
5 TJclPeLinkerProducer Enumeration=id_15313
|
|
5 TJclPeImportFuncItem
|
|
6 TJclPeImportFuncItem=id_15306
|
|
6 TJclPeImportFuncItem Class
|
|
7 TJclPeImportFuncItem Class=id_15319
|
|
7 TJclPeImportFuncItem.Hint Property=id_15326
|
|
7 TJclPeImportFuncItem.ImportLib Property=id_15327
|
|
7 TJclPeImportFuncItem.IndirectImportName Property=id_15328
|
|
7 TJclPeImportFuncItem.IsByOrdinal Property=id_15329
|
|
7 TJclPeImportFuncItem.Name Property=id_15330
|
|
7 TJclPeImportFuncItem.Ordinal Property=id_15331
|
|
7 TJclPeImportFuncItem.ResolveCheck Property=id_15332
|
|
7 TJclPeImportFuncItem.Destroy Destructor=id_15334
|
|
7 TJclPeImportFuncItem.SetIndirectImportName Method=id_15335
|
|
5 TJclPeImportLibItem
|
|
6 TJclPeImportLibItem=id_15307
|
|
6 TJclPeImportLibItem Class
|
|
7 TJclPeImportLibItem Class=id_15324
|
|
7 TJclPeImportLibItem.Count Property=id_15345
|
|
7 TJclPeImportLibItem.FileName Property=id_15346
|
|
7 TJclPeImportLibItem.ImportDescriptor Property=id_15347
|
|
7 TJclPeImportLibItem.ImportDirectoryIndex Property=id_15318
|
|
7 TJclPeImportLibItem.ImportKind Property=id_15348
|
|
7 TJclPeImportLibItem.Items Property=id_15343
|
|
7 TJclPeImportLibItem.Name Property=id_15317
|
|
7 TJclPeImportLibItem.OriginalName Property=id_15349
|
|
7 TJclPeImportLibItem.ThunkData Property=id_15350
|
|
7 TJclPeImportLibItem.TotalResolveCheck Property=id_15351
|
|
7 TJclPeImportLibItem.CheckImports Method=id_15353
|
|
7 TJclPeImportLibItem.Create Constructor=id_15342
|
|
7 TJclPeImportLibItem.CreateList Method=id_15354
|
|
7 TJclPeImportLibItem.SortList Method=id_15355
|
|
5 TJclPeImportList
|
|
6 TJclPeImportList=id_15308
|
|
6 TJclPeImportList Class
|
|
7 TJclPeImportList Class=id_15311
|
|
7 TJclPeImportList.AllItemCount Property=id_15364
|
|
7 TJclPeImportList.AllItems Property=id_15365
|
|
7 TJclPeImportList.FilterModuleName Property=id_15366
|
|
7 TJclPeImportList.Items Property=id_15367
|
|
7 TJclPeImportList.LinkerProducer Property=id_15368
|
|
7 TJclPeImportList.UniqueLibItemCount Property=id_15369
|
|
7 TJclPeImportList.UniqueLibItemFromName Property=id_15371
|
|
7 TJclPeImportList.UniqueLibItems Property=id_15370
|
|
7 TJclPeImportList.UniqueLibNames Property=id_15372
|
|
7 TJclPeImportList.CheckImports Method=id_15374
|
|
7 TJclPeImportList.Create Constructor=id_15375
|
|
7 TJclPeImportList.CreateList Method=id_15376
|
|
7 TJclPeImportList.Destroy Destructor=id_15377
|
|
7 TJclPeImportList.MakeBorlandImportTableForMappedImage Method=id_15378
|
|
7 TJclPeImportList.RefreshAllItems Method=id_15379
|
|
7 TJclPeImportList.SmartFindName Method=id_15380
|
|
7 TJclPeImportList.SortAllItemsList Method=id_15381
|
|
7 TJclPeImportList.SortList Method=id_15382
|
|
7 TJclPeImportList.TryGetNamesForOrdinalImports Method=id_15383
|
|
4 Mapped Image Routines
|
|
5 Mapped Image Routines=id_15126
|
|
5 PeMapImgNtHeaders Function=id_15388
|
|
5 PeMapImgLibraryName Function=id_15389
|
|
5 PeMapImgSections Function=id_15390
|
|
5 PeMapImgFindSection Function=id_15391
|
|
5 TJclPeSectionStream
|
|
6 TJclPeSectionStream=id_15387
|
|
6 TJclPeSectionStream Class
|
|
7 TJclPeSectionStream Class=id_15394
|
|
7 TJclPeSectionStream.Instance Property=id_15400
|
|
7 TJclPeSectionStream.SectionHeader Property=id_15401
|
|
7 TJclPeSectionStream.Create Constructor=id_15403
|
|
7 TJclPeSectionStream.Write Method=id_15404
|
|
4 Miscellaneous
|
|
5 Miscellaneous=id_15127
|
|
5 IsValidPeFile Function=id_15407
|
|
5 PeCreateNameHintTable Function=id_15408
|
|
5 PeRebaseImage Function=id_15139
|
|
5 PeUpdateCheckSum Function=id_15409
|
|
4 Name unmangling
|
|
5 Name unmangling=id_15128
|
|
5 PeBorUnmangleName Function=id_15416
|
|
5 TJclBorUmDescription Record=id_15419
|
|
5 TJclBorUmSymbolKind Enumeration=id_15413
|
|
5 TJclBorUmSymbolModifier Enumeration=id_7619
|
|
5 TJclBorUmResult Enumeration=id_15414
|
|
5 TJclPeUmResult Enumeration=id_15415
|
|
5 PeIsNameMangled Function=id_15417
|
|
5 PeUnmangleName Function=id_15418
|
|
4 Relocation Section
|
|
5 Relocation Section=id_15129
|
|
5 TJclPeRelocation Record=id_15428
|
|
5 TJclPeRelocEntry
|
|
6 TJclPeRelocEntry=id_15426
|
|
6 TJclPeRelocEntry Class
|
|
7 TJclPeRelocEntry Class=id_15433
|
|
7 TJclPeRelocEntry.Count Property=id_15438
|
|
7 TJclPeRelocEntry.Relocations Property=id_15439
|
|
7 TJclPeRelocEntry.Size Property=id_15440
|
|
7 TJclPeRelocEntry.VirtualAddress Property=id_15432
|
|
5 TJclPeRelocList
|
|
6 TJclPeRelocList=id_15427
|
|
6 TJclPeRelocList Class
|
|
7 TJclPeRelocList Class=id_15443
|
|
7 TJclPeRelocList.AllItemCount Property=id_15450
|
|
7 TJclPeRelocList.AllItems Property=id_15451
|
|
7 TJclPeRelocList.Items Property=id_15448
|
|
7 TJclPeRelocList.Create Constructor=id_15453
|
|
7 TJclPeRelocList.CreateList Method=id_15454
|
|
4 Resource Section
|
|
5 Resource Section=id_15130
|
|
5 TJclPeResourceKind Enumeration=id_6774
|
|
5 TJclPeResourceItem
|
|
6 TJclPeResourceItem=id_15459
|
|
6 TJclPeResourceItem Class
|
|
7 TJclPeResourceItem Class=id_4918
|
|
7 TJclPeResourceItem.DataEntry Property=id_15471
|
|
7 TJclPeResourceItem.Entry Property=id_15472
|
|
7 TJclPeResourceItem.Image Property=id_15473
|
|
7 TJclPeResourceItem.IsDirectory Property=id_15474
|
|
7 TJclPeResourceItem.IsName Property=id_15475
|
|
7 TJclPeResourceItem.LangID Property=id_15476
|
|
7 TJclPeResourceItem.Level Property=id_15477
|
|
7 TJclPeResourceItem.List Property=id_15478
|
|
7 TJclPeResourceItem.Name Property=id_15479
|
|
7 TJclPeResourceItem.ParameterName Property=id_15480
|
|
7 TJclPeResourceItem.ParentItem Property=id_15481
|
|
7 TJclPeResourceItem.RawEntryData Property=id_15482
|
|
7 TJclPeResourceItem.RawEntryDataSize Property=id_15483
|
|
7 TJclPeResourceItem.ResourceType Property=id_15484
|
|
7 TJclPeResourceItem.ResourceTypeStr Property=id_15485
|
|
7 TJclPeResourceItem.CompareName Method=id_15487
|
|
7 TJclPeResourceItem.Create Constructor=id_15488
|
|
7 TJclPeResourceItem.Destroy Destructor=id_15489
|
|
7 TJclPeResourceItem.Level1Item Method=id_15490
|
|
7 TJclPeResourceItem.OffsetToRawData Method=id_15491
|
|
7 TJclPeResourceItem.SubDirData Method=id_15492
|
|
5 TJclPeResourceList
|
|
6 TJclPeResourceList=id_15460
|
|
6 TJclPeResourceList Class
|
|
7 TJclPeResourceList Class=id_15495
|
|
7 TJclPeResourceList.Directory Property=id_15501
|
|
7 TJclPeResourceList.Items Property=id_15502
|
|
7 TJclPeResourceList.ParentItem Property=id_15503
|
|
7 TJclPeResourceList.Create Constructor=id_15505
|
|
7 TJclPeResourceList.CreateList Method=id_15506
|
|
7 TJclPeResourceList.FindName Method=id_15507
|
|
5 TJclPeResourceRawStream
|
|
6 TJclPeResourceRawStream=id_15461
|
|
6 TJclPeResourceRawStream Class
|
|
7 TJclPeResourceRawStream Class=id_15510
|
|
7 TJclPeResourceRawStream.Create Constructor=id_15515
|
|
7 TJclPeResourceRawStream.Write Method=id_15516
|
|
5 TJclPeRootResourceList
|
|
6 TJclPeRootResourceList=id_15462
|
|
6 TJclPeRootResourceList Class
|
|
7 TJclPeRootResourceList Class=id_15519
|
|
7 TJclPeRootResourceList.ManifestContent Property=id_15525
|
|
7 TJclPeRootResourceList.Destroy Destructor=id_15527
|
|
7 FindResource Method
|
|
8 TJclPeRootResourceList.FindResource Method (PChar, PChar)=id_15528
|
|
7 TJclPeRootResourceList.ListResourceNames Method
|
|
8 TJclPeRootResourceList.ListResourceNames Method=id_15529
|
|
4 Simple PE Helpers
|
|
5 Simple PE Helpers=id_15131
|
|
5 PeDoesExportFunction Function=id_15535
|
|
5 PeIsExportFunctionForwardedEx Function=id_15536
|
|
5 PeIsExportFunctionForwarded Function=id_15537
|
|
5 PeDoesImportFunction Function=id_15538
|
|
5 PeDoesImportLibrary Function=id_15539
|
|
5 PeImportedLibraries Function=id_15540
|
|
5 PeImportedLibrariesArray=id_15532
|
|
5 PeImportedFunctions Function=id_15541
|
|
5 PeImportedFunctionsArray=id_15533
|
|
5 PeExportedFunctions Function=id_15542
|
|
5 PeExportedFunctionsArray=id_15534
|
|
5 PeGetNtHeaders Function=id_15543
|
|
5 PeVerifyCheckSum Function=id_15544
|
|
4 Smart Name Comparison
|
|
5 Smart Name Comparison=id_15132
|
|
5 PeStripFunctionAW Function=id_15549
|
|
5 PeSmartFunctionNameSame Function=id_15550
|
|
4 Threaded Search
|
|
5 Threaded Search=id_15133
|
|
5 TJclPeNameSearchOption Enumeration=id_15558
|
|
5 TJclPeNameSearchNotifyEvent Type=id_15559
|
|
5 TJclPeNameSearchFoundEvent Type=id_15560
|
|
5 TJclPeNameSearch
|
|
6 TJclPeNameSearch=id_15557
|
|
6 TJclPeNameSearch Class
|
|
7 TJclPeNameSearch Class=id_15565
|
|
7 TJclPeNameSearch.OnFound Event=id_15570
|
|
7 TJclPeNameSearch.OnProcessFile Event=id_15571
|
|
7 TJclPeNameSearch.CompareName Method=id_15573
|
|
7 TJclPeNameSearch.Create Constructor=id_15574
|
|
7 TJclPeNameSearch.DoFound Method=id_15575
|
|
7 TJclPeNameSearch.DoProcessFile Method=id_15576
|
|
7 TJclPeNameSearch.Execute Method=id_15577
|
|
7 TJclPeNameSearch.Start Method=id_15578
|
|
4 TJclPeImage
|
|
5 TJclPeImage=id_15134
|
|
5 TJclPeHeader Enumeration=id_15582
|
|
5 TJclLoadConfig Enumeration=id_15583
|
|
5 TJclPeFileProperties Record=id_15585
|
|
5 TJclPeImageStatus Enumeration=id_15584
|
|
5 TJclPeImage Class
|
|
6 TJclPeImage Class=id_2645
|
|
6 TJclPeImage.AttachedImage Property=id_4944
|
|
6 TJclPeImage.CertificateList Property=id_4945
|
|
6 TJclPeImage.CLRHeader Property=id_4946
|
|
6 TJclPeImage.DebugList Property=id_4947
|
|
6 TJclPeImage.Description Property=id_4948
|
|
6 TJclPeImage.Directories Property=id_4949
|
|
6 TJclPeImage.DirectoryExists Property=id_4950
|
|
6 TJclPeImage.ExportList Property=id_4951
|
|
6 TJclPeImage.FileName Property=id_4952
|
|
6 TJclPeImage.FileProperties Property=id_4953
|
|
6 TJclPeImage.HeaderValues Property=id_4954
|
|
6 TJclPeImage.ImageSectionCount Property=id_4955
|
|
6 TJclPeImage.ImageSectionHeaders Property=id_4956
|
|
6 TJclPeImage.ImageSectionNameFromRva Property=id_4957
|
|
6 TJclPeImage.ImageSectionNames Property=id_4958
|
|
6 TJclPeImage.ImportList Property=id_4959
|
|
6 TJclPeImage.LoadConfigValues Property=id_4960
|
|
6 TJclPeImage.LoadedImage Property=id_4961
|
|
6 TJclPeImage.MappedAddress Property=id_4962
|
|
6 TJclPeImage.NoExceptions Property=id_4963
|
|
6 TJclPeImage.OptionalHeader Property=id_4964
|
|
6 TJclPeImage.ReadOnlyAccess Property=id_4965
|
|
6 TJclPeImage.RelocationList Property=id_4966
|
|
6 TJclPeImage.ResourceList Property=id_4967
|
|
6 TJclPeImage.Status Property=id_4968
|
|
6 TJclPeImage.UnusedHeaderBytes Property=id_4969
|
|
6 TJclPeImage.VersionInfo Property=id_4970
|
|
6 TJclPeImage.VersionInfoAvailable Property=id_4971
|
|
6 TJclPeImage.AfterOpen Method=id_4984
|
|
6 TJclPeImage.AttachLoadedModule Method=id_4985
|
|
6 TJclPeImage.CalculateCheckSum Method=id_4986
|
|
6 TJclPeImage.CheckNotAttached Method=id_4987
|
|
6 TJclPeImage.Clear Method=id_4988
|
|
6 TJclPeImage.Create Constructor=id_4989
|
|
6 TJclPeImage.DebugTypeNames Method=id_4990
|
|
6 TJclPeImage.Destroy Destructor=id_4991
|
|
6 TJclPeImage.DirectoryEntryToData Method=id_4992
|
|
6 TJclPeImage.DirectoryNames Method=id_4993
|
|
6 TJclPeImage.ExpandBySearchPath Method=id_4994
|
|
6 TJclPeImage.ExpandModuleName Method=id_4995
|
|
6 TJclPeImage.GetSectionHeader Method=id_4996
|
|
6 TJclPeImage.GetSectionName Method=id_4997
|
|
6 TJclPeImage.HeaderNames Method=id_4998
|
|
6 TJclPeImage.IsBrokenFormat Method=id_4999
|
|
6 TJclPeImage.IsCLR Method=id_5000
|
|
6 TJclPeImage.IsSystemImage Method=id_5001
|
|
6 TJclPeImage.LoadConfigNames Method=id_5002
|
|
6 TJclPeImage.RaiseStatusException Method=id_5003
|
|
6 TJclPeImage.RawToVa Method=id_5004
|
|
6 TJclPeImage.ResourceItemCreate Method=id_5005
|
|
6 TJclPeImage.ResourceListCreate Method=id_5006
|
|
6 TJclPeImage.RvaToSection Method=id_5007
|
|
6 TJclPeImage.RvaToVa Method=id_5008
|
|
6 TJclPeImage.RvaToVaEx Method=id_5009
|
|
6 TJclPeImage.ShortSectionInfo Method=id_5010
|
|
6 TJclPeImage.StampToDateTime Method=id_5011
|
|
6 TJclPeImage.StatusOK Method=id_5012
|
|
6 TJclPeImage.TryGetNamesForOrdinalImports Method=id_5013
|
|
6 TJclPeImage.VerifyCheckSum Method=id_5014
|
|
4 TJclPeImageBaseList
|
|
5 TJclPeImageBaseList=id_15135
|
|
5 TJclPeImageBaseList Class
|
|
6 TJclPeImageBaseList Class=id_5043
|
|
6 TJclPeImageBaseList.Image Property=id_5045
|
|
6 TJclPeImageBaseList.Create Constructor=id_5048
|
|
4 TJclPeImagesCache
|
|
5 TJclPeImagesCache=id_15136
|
|
5 TJclPeImagesCache Class
|
|
6 TJclPeImagesCache Class=id_4924
|
|
6 TJclPeImagesCache.Count Property=id_4926
|
|
6 TJclPeImagesCache.Images Property=id_4927
|
|
6 TJclPeImagesCache.Clear Method=id_4930
|
|
6 TJclPeImagesCache.Create Constructor=id_4931
|
|
6 TJclPeImagesCache.Destroy Destructor=id_4932
|
|
6 TJclPeImagesCache.GetPeImageClass Method=id_4933
|
|
3 Synchronization
|
|
4 Synchronization=id_15116
|
|
4 Debugging
|
|
5 Debugging=id_15621
|
|
5 QueryCriticalSection Function=id_15634
|
|
5 QueryEvent Function=id_15635
|
|
5 QueryTimer Function=id_15636
|
|
5 QuerySemaphore Function=id_15637
|
|
5 QueryMutex Function=id_15638
|
|
4 Locked integer manipulation
|
|
5 Locked integer manipulation=id_15622
|
|
5 LockedCompareExchange Function=id_15640
|
|
5 LockedExchangeAdd Function=id_15641
|
|
5 LockedAdd Function=id_15642
|
|
5 LockedExchangeSub Function=id_15643
|
|
5 LockedSub Function=id_15644
|
|
5 LockedExchange Function=id_15645
|
|
5 LockedExchangeInc Function=id_15646
|
|
5 LockedInc Function=id_15647
|
|
5 LockedExchangeDec Function=id_15648
|
|
5 LockedDec Function=id_15649
|
|
4 TJclCriticalSection
|
|
5 TJclCriticalSection=id_15623
|
|
5 TJclCriticalSection Class
|
|
6 TJclCriticalSection Class=id_4207
|
|
6 TJclCriticalSection.Create Constructor=id_15666
|
|
6 TJclCriticalSection.CreateAndEnter Method=id_15667
|
|
6 TJclCriticalSection.Destroy Destructor=id_15668
|
|
6 TJclCriticalSection.Enter Method=id_15669
|
|
6 TJclCriticalSection.Leave Method=id_15670
|
|
4 TJclCriticalSectionEx
|
|
5 TJclCriticalSectionEx=id_15624
|
|
5 TJclCriticalSectionEx Class
|
|
6 TJclCriticalSectionEx Class=id_15664
|
|
6 TJclCriticalSectionEx.SpinCount Property=id_15685
|
|
6 TJclCriticalSectionEx.Create Constructor=id_15681
|
|
6 TJclCriticalSectionEx.CreateEx Constructor=id_15682
|
|
6 TJclCriticalSectionEx.GetSpinTimeOut Method=id_15683
|
|
6 TJclCriticalSectionEx.SetSpinTimeOut Method=id_15684
|
|
6 TJclCriticalSectionEx.TryEnter Method=id_15679
|
|
4 TJclDispatcherObject
|
|
5 TJclDispatcherObject=id_15625
|
|
5 TJclDispatcherObject Class
|
|
6 TJclDispatcherObject Class=id_6970
|
|
6 TJclDispatcherObject.Existed Property=id_15699
|
|
6 TJclDispatcherObject.Handle Property=id_15700
|
|
6 TJclDispatcherObject.Name Property=id_15701
|
|
6 TJclDispatcherObject.Attach Constructor=id_15703
|
|
6 TJclDispatcherObject.Destroy Destructor=id_15704
|
|
6 TJclDispatcherObject.SignalAndWait Method=id_15705
|
|
6 TJclDispatcherObject.WaitAlertable Method=id_15706
|
|
6 TJclDispatcherObject.WaitFor Method=id_15707
|
|
6 TJclDispatcherObject.WaitForever Method=id_15708
|
|
5 TJclWaitResult Enumeration
|
|
6 TJclWaitResult Enumeration=id_12886
|
|
4 TJclEvent
|
|
5 TJclEvent=id_15626
|
|
5 TJclEvent Class
|
|
6 TJclEvent Class=id_12885
|
|
6 TJclEvent.Create Constructor=id_15721
|
|
6 TJclEvent.Open Constructor=id_15722
|
|
6 TJclEvent.Pulse Method=id_15723
|
|
6 TJclEvent.ResetEvent Method=id_15724
|
|
6 TJclEvent.SetEvent Method=id_15725
|
|
4 TJclMeteredSection
|
|
5 TJclMeteredSection=id_15627
|
|
5 TJclMeteredSection Class
|
|
6 TJclMeteredSection Class=id_15733
|
|
6 TJclMeteredSection.AcquireLock Method=id_15739
|
|
6 TJclMeteredSection.Create Constructor=id_15740
|
|
6 TJclMeteredSection.Destroy Destructor=id_15741
|
|
6 TJclMeteredSection.Enter Method=id_15737
|
|
6 Leave Method
|
|
7 TJclMeteredSection.Leave Method (Longint)=id_15742
|
|
6 TJclMeteredSection.Open Constructor
|
|
7 TJclMeteredSection.Open Constructor=id_15743
|
|
6 TJclMeteredSection.ReleaseLock Method
|
|
7 TJclMeteredSection.ReleaseLock Method=id_15744
|
|
4 TJclMultiReadExclusiveWrite
|
|
5 TJclMultiReadExclusiveWrite=id_15628
|
|
5 TJclMultiReadExclusiveWrite Class
|
|
6 TJclMultiReadExclusiveWrite Class=id_15747
|
|
6 TJclMultiReadExclusiveWrite.BeginRead Method=id_15751
|
|
6 TJclMultiReadExclusiveWrite.BeginWrite Method=id_15753
|
|
6 TJclMultiReadExclusiveWrite.Create Constructor=id_15756
|
|
6 TJclMultiReadExclusiveWrite.Destroy Destructor=id_15757
|
|
6 TJclMultiReadExclusiveWrite.EndRead Method=id_15752
|
|
6 TJclMultiReadExclusiveWrite.EndWrite Method=id_15754
|
|
6 TJclMultiReadExclusiveWrite.Release Method=id_15758
|
|
4 TJclMutex
|
|
5 TJclMutex=id_15629
|
|
5 TJclMutex Class
|
|
6 TJclMutex Class=id_15763
|
|
6 TJclMutex.Create Constructor=id_15770
|
|
6 TJclMutex.Open Constructor=id_15771
|
|
6 TJclMutex.Release Method=id_15772
|
|
4 TJclOptex
|
|
5 TJclOptex=id_15630
|
|
5 TJclOptex Class
|
|
6 TJclOptex Class=id_15697
|
|
6 TJclOptex.Existed Property=id_15780
|
|
6 TJclOptex.Name Property=id_15781
|
|
6 TJclOptex.SpinCount Property=id_15782
|
|
6 TJclOptex.UniProcess Property=id_15783
|
|
6 TJclOptex.Create Constructor=id_15785
|
|
6 TJclOptex.Destroy Destructor=id_15786
|
|
6 TJclOptex.Enter Method=id_15787
|
|
6 TJclOptex.Leave Method=id_15788
|
|
6 TJclOptex.TryEnter Method=id_15789
|
|
4 TJclSemaphore
|
|
5 TJclSemaphore=id_15631
|
|
5 TJclSemaphore Class
|
|
6 TJclSemaphore Class=id_15792
|
|
6 TJclSemaphore.Create Constructor=id_15799
|
|
6 TJclSemaphore.Open Constructor=id_15800
|
|
6 TJclSemaphore.Release Method=id_15801
|
|
6 TJclSemaphore.ReleasePrev Method=id_15802
|
|
4 TJclWaitableTimer
|
|
5 TJclWaitableTimer=id_15632
|
|
5 TJclWaitableTimer Class
|
|
6 TJclWaitableTimer Class=id_12884
|
|
6 TJclWaitableTimer.Cancel Method=id_15814
|
|
6 TJclWaitableTimer.Create Constructor=id_15815
|
|
6 TJclWaitableTimer.Open Constructor=id_15816
|
|
6 TJclWaitableTimer.SetTimer Method=id_15817
|
|
6 TJclWaitableTimer.SetTimerApc Method=id_15818
|
|
5 TFNTimerAPCRoutine
|
|
6 TFNTimerAPCRoutine=id_6893
|
|
3 Application Instance Management
|
|
4 Application Instance Management=id_15117
|
|
4 AI_INSTANCECREATED Constant=id_11253
|
|
4 AI_INSTANCEDESTROYED Constant=id_11254
|
|
4 AI_USERMSG Constant=id_11255
|
|
4 TJclAppInstances Class
|
|
5 TJclAppInstances Class=id_11252
|
|
5 TJclAppInstances.AppWnds Property=id_15835
|
|
5 TJclAppInstances.InstanceCount Property=id_15836
|
|
5 TJclAppInstances.InstanceIndex Property=id_15837
|
|
5 TJclAppInstances.MessageID Property=id_15839
|
|
5 TJclAppInstances.ProcessIDs Property=id_15838
|
|
5 TJclAppInstances.BringAppWindowToFront Method=id_15841
|
|
5 TJclAppInstances.CheckInstance Method=id_15831
|
|
5 TJclAppInstances.CheckMultipleInstances Method=id_15842
|
|
5 TJclAppInstances.CheckSingleInstance Method=id_15832
|
|
5 TJclAppInstances.Create Constructor=id_15843
|
|
5 TJclAppInstances.Destroy Destructor=id_15844
|
|
5 TJclAppInstances.GetApplicationWnd Method=id_15845
|
|
5 TJclAppInstances.InitData Method=id_15846
|
|
5 TJclAppInstances.KillInstance Method=id_15847
|
|
5 TJclAppInstances.NotifyInstances Method=id_15848
|
|
5 TJclAppInstances.RemoveInstance Method=id_15849
|
|
5 TJclAppInstances.SendCmdLineParams Method=id_15850
|
|
5 TJclAppInstances.SendData Method=id_15851
|
|
5 TJclAppInstances.SendString Method=id_15852
|
|
5 TJclAppInstances.SendStrings Method=id_15853
|
|
5 TJclAppInstances.SetForegroundWindow98 Method=id_15854
|
|
5 TJclAppInstances.SwitchTo Method=id_15855
|
|
5 TJclAppInstances.UserNotify Method=id_15833
|
|
4 JclAppInstances Function
|
|
5 JclAppInstances Function=id_11256
|
|
4 ReadMessageCheck Function
|
|
5 ReadMessageCheck Function=id_11257
|
|
4 ReadMessageData Function
|
|
5 ReadMessageData Function=id_11258
|
|
4 ReadMessageString Function
|
|
5 ReadMessageString Function=id_11259
|
|
4 ReadMessageStrings Function
|
|
5 ReadMessageStrings Function=id_11260
|
|
2 Math Routines
|
|
3 Math Routines=id_11568
|
|
3 Constants used in JclMath=id_7694
|
|
3 Complex numbers
|
|
4 Complex numbers=id_15874
|
|
4 TComplexKind Enumeration=id_15888
|
|
4 TJclComplex
|
|
5 TJclComplex=id_15887
|
|
5 TJclComplex Class
|
|
6 TJclComplex Class=id_15892
|
|
6 TJclComplex.Angle Property=id_15902
|
|
6 TJclComplex.AsPolarString Property=id_15903
|
|
6 TJclComplex.AsString Property=id_15899
|
|
6 TJclComplex.FracLength Property=id_15904
|
|
6 TJclComplex.ImaginaryPart Property=id_15905
|
|
6 TJclComplex.Radius Property=id_15906
|
|
6 TJclComplex.RealPart Property=id_15907
|
|
6 AbsoluteValue Method
|
|
7 TJclComplex.AbsoluteValue Method ()=id_15909
|
|
7 TJclComplex.AbsoluteValue Method (TRectCoord)=id_16009
|
|
6 AbsoluteValueSqr Method
|
|
7 TJclComplex.AbsoluteValueSqr Method ()=id_15910
|
|
7 TJclComplex.AbsoluteValueSqr Method (TRectCoord)=id_16010
|
|
6 Assign Method
|
|
7 TJclComplex.Assign Method (Float, Float, TComplexKind)=id_15911
|
|
6 TJclComplex.AssignOne Method
|
|
7 TJclComplex.AssignOne Method=id_15912
|
|
6 TJclComplex.AssignZero Method
|
|
7 TJclComplex.AssignZero Method=id_15913
|
|
6 CAdd Method
|
|
7 TJclComplex.CAdd Method (Float, Float, TComplexKind)=id_15897
|
|
6 TJclComplex.CApproxLnGamma Method
|
|
7 TJclComplex.CApproxLnGamma Method=id_15914
|
|
6 TJclComplex.CConjugate Method
|
|
7 TJclComplex.CConjugate Method=id_15915
|
|
6 TJclComplex.CCos Method
|
|
7 TJclComplex.CCos Method=id_15916
|
|
6 TJclComplex.CCosH Method
|
|
7 TJclComplex.CCosH Method=id_15917
|
|
6 TJclComplex.CCot Method
|
|
7 TJclComplex.CCot Method=id_15918
|
|
6 TJclComplex.CCotH Method
|
|
7 TJclComplex.CCotH Method=id_15919
|
|
6 TJclComplex.CCsc Method
|
|
7 TJclComplex.CCsc Method=id_15920
|
|
6 TJclComplex.CCscH Method
|
|
7 TJclComplex.CCscH Method=id_15921
|
|
6 CDiv Method
|
|
7 TJclComplex.CDiv Method (Float, Float, TComplexKind)=id_15922
|
|
6 TJclComplex.CExp Method
|
|
7 TJclComplex.CExp Method=id_15923
|
|
6 TJclComplex.CGamma Method
|
|
7 TJclComplex.CGamma Method=id_15924
|
|
6 TJclComplex.CI0 Method
|
|
7 TJclComplex.CI0 Method=id_15925
|
|
6 TJclComplex.CIntPwr Method
|
|
7 TJclComplex.CIntPwr Method=id_15926
|
|
6 TJclComplex.CJ0 Method
|
|
7 TJclComplex.CJ0 Method=id_15927
|
|
6 TJclComplex.CLn Method
|
|
7 TJclComplex.CLn Method=id_15898
|
|
6 TJclComplex.CLnGamma Method
|
|
7 TJclComplex.CLnGamma Method=id_15928
|
|
6 CMul Method
|
|
7 TJclComplex.CMul Method (Float, Float, TComplexKind)=id_15929
|
|
6 TJclComplex.CNeg Method
|
|
7 TJclComplex.CNeg Method=id_15930
|
|
6 CNewAdd Method
|
|
7 TJclComplex.CNewAdd Method (Float, Float, TComplexKind)=id_15931
|
|
6 TJclComplex.CNewApproxLnGamma Method
|
|
7 TJclComplex.CNewApproxLnGamma Method=id_15932
|
|
6 TJclComplex.CNewConjugate Method
|
|
7 TJclComplex.CNewConjugate Method=id_15933
|
|
6 TJclComplex.CNewCos Method
|
|
7 TJclComplex.CNewCos Method=id_15934
|
|
6 TJclComplex.CNewCosH Method
|
|
7 TJclComplex.CNewCosH Method=id_15935
|
|
6 TJclComplex.CNewCot Method
|
|
7 TJclComplex.CNewCot Method=id_15936
|
|
6 TJclComplex.CNewCotH Method
|
|
7 TJclComplex.CNewCotH Method=id_15937
|
|
6 TJclComplex.CNewCsc Method
|
|
7 TJclComplex.CNewCsc Method=id_15938
|
|
6 TJclComplex.CNewCscH Method
|
|
7 TJclComplex.CNewCscH Method=id_15939
|
|
6 CNewDiv Method
|
|
7 TJclComplex.CNewDiv Method (Float, Float, TComplexKind)=id_15940
|
|
6 TJclComplex.CNewExp Method
|
|
7 TJclComplex.CNewExp Method=id_15941
|
|
6 TJclComplex.CNewGamma Method
|
|
7 TJclComplex.CNewGamma Method=id_15942
|
|
6 TJclComplex.CNewI0 Method
|
|
7 TJclComplex.CNewI0 Method=id_15943
|
|
6 TJclComplex.CNewIntPwr Method
|
|
7 TJclComplex.CNewIntPwr Method=id_15944
|
|
6 TJclComplex.CNewJ0 Method
|
|
7 TJclComplex.CNewJ0 Method=id_15945
|
|
6 TJclComplex.CNewLn Method
|
|
7 TJclComplex.CNewLn Method=id_15946
|
|
6 TJclComplex.CNewLnGamma Method
|
|
7 TJclComplex.CNewLnGamma Method=id_15947
|
|
6 CNewMul Method
|
|
7 TJclComplex.CNewMul Method (Float, Float, TComplexKind)=id_15948
|
|
6 TJclComplex.CNewNeg Method
|
|
7 TJclComplex.CNewNeg Method=id_15949
|
|
6 CNewPwr Method
|
|
7 TJclComplex.CNewPwr Method (Float, Float, TComplexKind)=id_15950
|
|
6 TJclComplex.CNewRealPwr Method
|
|
7 TJclComplex.CNewRealPwr Method=id_15951
|
|
6 TJclComplex.CNewRoot Method
|
|
7 TJclComplex.CNewRoot Method=id_15952
|
|
6 TJclComplex.CNewSec Method
|
|
7 TJclComplex.CNewSec Method=id_15953
|
|
6 TJclComplex.CNewSecH Method
|
|
7 TJclComplex.CNewSecH Method=id_15954
|
|
6 TJclComplex.CNewSin Method
|
|
7 TJclComplex.CNewSin Method=id_15955
|
|
6 TJclComplex.CNewSinH Method
|
|
7 TJclComplex.CNewSinH Method=id_15956
|
|
6 TJclComplex.CNewSqrt Method
|
|
7 TJclComplex.CNewSqrt Method=id_15957
|
|
6 CNewSub Method
|
|
7 TJclComplex.CNewSub Method (Float, Float, TComplexKind)=id_15958
|
|
6 TJclComplex.CNewTan Method
|
|
7 TJclComplex.CNewTan Method=id_15959
|
|
6 TJclComplex.CNewTanH Method
|
|
7 TJclComplex.CNewTanH Method=id_15960
|
|
6 TJclComplex.CoreAdd Method
|
|
7 TJclComplex.CoreAdd Method=id_15961
|
|
6 TJclComplex.CoreApproxLnGamma Method
|
|
7 TJclComplex.CoreApproxLnGamma Method=id_15962
|
|
6 TJclComplex.CoreCos Method
|
|
7 TJclComplex.CoreCos Method=id_15963
|
|
6 TJclComplex.CoreCosH Method
|
|
7 TJclComplex.CoreCosH Method=id_15964
|
|
6 TJclComplex.CoreCot Method
|
|
7 TJclComplex.CoreCot Method=id_15965
|
|
6 TJclComplex.CoreCotH Method
|
|
7 TJclComplex.CoreCotH Method=id_15966
|
|
6 TJclComplex.CoreCsc Method
|
|
7 TJclComplex.CoreCsc Method=id_15967
|
|
6 TJclComplex.CoreCscH Method
|
|
7 TJclComplex.CoreCscH Method=id_15968
|
|
6 TJclComplex.CoreDiv Method
|
|
7 TJclComplex.CoreDiv Method=id_15969
|
|
6 TJclComplex.CoreExp Method
|
|
7 TJclComplex.CoreExp Method=id_15970
|
|
6 TJclComplex.CoreGamma Method
|
|
7 TJclComplex.CoreGamma Method=id_15971
|
|
6 TJclComplex.CoreI0 Method
|
|
7 TJclComplex.CoreI0 Method=id_15972
|
|
6 TJclComplex.CoreIntPwr Method
|
|
7 TJclComplex.CoreIntPwr Method=id_15973
|
|
6 TJclComplex.CoreJ0 Method
|
|
7 TJclComplex.CoreJ0 Method=id_15974
|
|
6 TJclComplex.CoreLn Method
|
|
7 TJclComplex.CoreLn Method=id_15975
|
|
6 TJclComplex.CoreLnGamma Method
|
|
7 TJclComplex.CoreLnGamma Method=id_15976
|
|
6 TJclComplex.CoreMul Method
|
|
7 TJclComplex.CoreMul Method=id_15977
|
|
6 TJclComplex.CorePwr Method
|
|
7 TJclComplex.CorePwr Method=id_15978
|
|
6 TJclComplex.CoreRealPwr Method
|
|
7 TJclComplex.CoreRealPwr Method=id_15979
|
|
6 TJclComplex.CoreRoot Method
|
|
7 TJclComplex.CoreRoot Method=id_15980
|
|
6 TJclComplex.CoreSec Method
|
|
7 TJclComplex.CoreSec Method=id_15981
|
|
6 TJclComplex.CoreSecH Method
|
|
7 TJclComplex.CoreSecH Method=id_15982
|
|
6 TJclComplex.CoreSin Method
|
|
7 TJclComplex.CoreSin Method=id_15983
|
|
6 TJclComplex.CoreSinH Method
|
|
7 TJclComplex.CoreSinH Method=id_15984
|
|
6 TJclComplex.CoreSub Method
|
|
7 TJclComplex.CoreSub Method=id_15985
|
|
6 TJclComplex.CoreTan Method
|
|
7 TJclComplex.CoreTan Method=id_15986
|
|
6 TJclComplex.CoreTanH Method
|
|
7 TJclComplex.CoreTanH Method=id_15987
|
|
6 CPwr Method
|
|
7 TJclComplex.CPwr Method (Float, Float, TComplexKind)=id_15988
|
|
6 TJclComplex.CRealPwr Method
|
|
7 TJclComplex.CRealPwr Method=id_15989
|
|
6 Create Constructor
|
|
7 TJclComplex.Create Constructor ()=id_15900
|
|
6 TJclComplex.CRoot Method
|
|
7 TJclComplex.CRoot Method=id_15990
|
|
6 TJclComplex.CSec Method
|
|
7 TJclComplex.CSec Method=id_15991
|
|
6 TJclComplex.CSecH Method
|
|
7 TJclComplex.CSecH Method=id_15992
|
|
6 TJclComplex.CSin Method
|
|
7 TJclComplex.CSin Method=id_15993
|
|
6 TJclComplex.CSinH Method
|
|
7 TJclComplex.CSinH Method=id_15994
|
|
6 TJclComplex.CSqrt Method
|
|
7 TJclComplex.CSqrt Method=id_15995
|
|
6 CSub Method
|
|
7 TJclComplex.CSub Method (Float, Float, TComplexKind)=id_15996
|
|
6 TJclComplex.CTan Method
|
|
7 TJclComplex.CTan Method=id_15997
|
|
6 TJclComplex.CTanH Method
|
|
7 TJclComplex.CTanH Method=id_15998
|
|
6 TJclComplex.Duplicate Method
|
|
7 TJclComplex.Duplicate Method=id_15999
|
|
6 TJclComplex.FormatExtended Method
|
|
7 TJclComplex.FormatExtended Method=id_16000
|
|
3 Conversion
|
|
4 Conversion=id_15875
|
|
4 DegMinSecToFloat Function=id_16068
|
|
4 FloatToDegMinSec Function=id_16069
|
|
3 CRC
|
|
4 CRC=id_15876
|
|
4 CheckCrc32 Function=id_16077
|
|
4 Crc32 Function=id_16078
|
|
4 InitCrc32 Function=id_16079
|
|
4 CheckCrc16 Function=id_16080
|
|
4 Crc16 Function=id_16081
|
|
4 InitCrc16 Function=id_16082
|
|
3 Exponential
|
|
4 Exponential=id_15877
|
|
4 Exp Function=id_16024
|
|
4 Power Function=id_16090
|
|
4 PowerInt Function=id_16091
|
|
4 TenToY Function=id_16092
|
|
4 TwoToY Function=id_16093
|
|
3 Float support
|
|
4 Float support=id_15878
|
|
4 FloatingPointClass Function=id_16101
|
|
4 GetNaNTag Function=id_16102
|
|
4 IsInfinite Function=id_16103
|
|
4 IsNaN Function=id_16104
|
|
4 MakeQuietNaN Function=id_16105
|
|
4 MakeSignalingNaN Function=id_16106
|
|
4 ModFloat Function=id_16107
|
|
4 RemainderFloat Function=id_16108
|
|
4 FloatsEqual Function=id_16109
|
|
4 SwapFloats Function=id_16110
|
|
4 MinFloat Function=id_16111
|
|
4 MaxFloat Function=id_16112
|
|
4 TFloatingPointClass Enumeration=id_16100
|
|
4 TNaNTag Type=id_104
|
|
4 MineSingleBuffer Function=id_16113
|
|
4 MineDoubleBuffer Function=id_16114
|
|
4 CalcMachineEps Function=id_16115
|
|
4 CalcMachineEpsSingle Function=id_16117
|
|
4 CalcMachineEpsDouble Function=id_16118
|
|
4 CalcMachineEpsExtended Function=id_16119
|
|
4 IsFloatZero Function=id_16120
|
|
4 IsSpecialValue Function=id_16121
|
|
4 SetPrecisionTolerance Function=id_16122
|
|
4 SetPrecisionToleranceToEpsilon Function=id_16123
|
|
4 Epsilon Variable=id_16116
|
|
4 PrecisionTolerance Variable=id_16124
|
|
3 Hardware
|
|
4 Hardware=id_15879
|
|
4 T8087Exception Enumeration=id_11228
|
|
4 All8087Exceptions Constant=id_11227
|
|
4 ClearPending8087Exceptions Function=id_11232
|
|
4 GetPending8087Exceptions Function=id_11239
|
|
4 GetMasked8087Exceptions Function=id_11238
|
|
4 SetMasked8087Exceptions Function=id_11245
|
|
4 Mask8087Exceptions Function=id_11240
|
|
4 Unmask8087Exceptions Function=id_11246
|
|
4 T8087Precision Enumeration=id_11230
|
|
4 T8087Rounding Enumeration=id_11231
|
|
4 T8087Infinity Enumeration=id_11229
|
|
4 Set8087Infinity Function=id_11242
|
|
4 Set8087Precision Function=id_11243
|
|
4 Set8087Rounding Function=id_11244
|
|
4 Get8087Infinity Function=id_11234
|
|
4 Get8087Precision Function=id_11235
|
|
4 Get8087Rounding Function=id_11236
|
|
4 Set8087ControlWord Function=id_11241
|
|
4 Get8087ControlWord Function=id_11233
|
|
4 Get8087StatusWord Function=id_11237
|
|
3 Hyperbolic
|
|
4 Hyperbolic=id_15880
|
|
4 CosH Function=id_16174
|
|
4 CotH Function=id_16175
|
|
4 CscH Function=id_16176
|
|
4 SecH Function=id_16177
|
|
4 SinH Function=id_16178
|
|
4 TanH Function=id_16179
|
|
4 ArcCosH Function=id_16180
|
|
4 ArcCotH Function=id_16181
|
|
4 ArcCscH Function=id_16182
|
|
4 ArcSecH Function=id_16183
|
|
4 ArcSinH Function=id_16184
|
|
4 ArcTanH Function=id_16185
|
|
3 Logarithmic
|
|
4 Logarithmic=id_15881
|
|
4 LogBaseN Function=id_16188
|
|
4 LogBase2 Function=id_16189
|
|
4 LogBase10 Function=id_16190
|
|
3 Miscellaneous
|
|
4 Miscellaneous=id_15882
|
|
4 ISqrt Function=id_16195
|
|
4 Pythagoras Function=id_16196
|
|
4 NormalizeAngle Function=id_16197
|
|
4 IsRelativePrime Function=id_16198
|
|
4 LCM Function=id_16199
|
|
4 GCD Function=id_16200
|
|
4 Ceiling Function=id_16201
|
|
4 CommercialRound Function=id_16202
|
|
4 Floor Function=id_16137
|
|
4 Factorial Function=id_16203
|
|
4 Sgn Function=id_16187
|
|
4 Signe Function=id_16204
|
|
4 IsPrimeFactor Function=id_16205
|
|
4 IsPrimeRM Function=id_16206
|
|
4 IsPrimeTD Function=id_16207
|
|
4 PrimeFactors Function=id_16208
|
|
4 SetPrimalityTest Function=id_16209
|
|
4 IsPrime Variable=id_16210
|
|
3 Statistics
|
|
4 Statistics=id_15883
|
|
4 ArithmeticMean Function=id_16220
|
|
4 BinomialCoeff Function=id_16221
|
|
4 GeometricMean Function=id_16222
|
|
4 HarmonicMean Function=id_16223
|
|
4 IsPositiveFloatArray Function=id_16224
|
|
4 MaxFloatArray Function=id_16225
|
|
4 MaxFloatArrayIndex Function=id_16226
|
|
4 Median Function=id_16227
|
|
4 MedianUnsorted Function=id_16228
|
|
4 MinFloatArray Function=id_16229
|
|
4 MinFloatArrayIndex Function=id_16230
|
|
4 Permutation Function=id_16231
|
|
4 PopulationVariance Function=id_16232
|
|
4 PopulationVarianceAndMean Function=id_16233
|
|
4 SampleVariance Function=id_16234
|
|
4 SampleVarianceAndMean Function=id_16235
|
|
4 SumFloatArray Function=id_16236
|
|
4 SumSquareDiffFloatArray Function=id_16237
|
|
4 SumSquareFloatArray Function=id_16238
|
|
4 SumPairProductFloatArray Function=id_16239
|
|
3 Transcendental
|
|
4 Transcendental=id_15884
|
|
4 Cos Function=id_16025
|
|
4 Cot Function=id_16241
|
|
4 Csc Function=id_16242
|
|
4 Sec Function=id_16243
|
|
4 Sin Function=id_16026
|
|
4 Tan Function=id_16244
|
|
4 ArcCos Function=id_16245
|
|
4 ArcCot Function=id_16246
|
|
4 ArcCsc Function=id_16247
|
|
4 ArcSec Function=id_16248
|
|
4 ArcSin Function=id_16249
|
|
4 ArcTan Function=id_16250
|
|
4 ArcTan2 Function=id_16251
|
|
4 Haversine Function=id_16252
|
|
4 Coversine Function=id_16253
|
|
4 Versine Function=id_16254
|
|
4 SinCos Function=id_16255
|
|
2 Memory, Classes and Objects
|
|
3 Memory, Classes and Objects=id_11569
|
|
3 Class Manipulation
|
|
4 Class Manipulation=id_16257
|
|
4 DMT
|
|
5 DMT=id_16262
|
|
5 GetDynamicMethodCount Function=id_16267
|
|
5 GetDynamicIndexList Function=id_16268
|
|
5 TDynamicIndexList Type=id_16281
|
|
5 GetDynamicAddressList Function=id_16269
|
|
5 TDynamicAddressList Type=id_16282
|
|
5 HasDynamicMethod Function=id_16270
|
|
5 GetDynamicMethod Function=id_16271
|
|
5 GetInitTable Function=id_16272
|
|
5 GetFieldTable Function=id_16273
|
|
5 TFieldTable Record=id_16276
|
|
5 TFieldClassTable Record=id_16277
|
|
5 TFieldEntry Record=id_16278
|
|
5 GetMethodTable Function=id_16274
|
|
5 TMethodTable Record=id_16279
|
|
5 GetMethodEntry Function=id_16275
|
|
5 TMethodEntry Record=id_16280
|
|
4 Miscellanuous
|
|
5 Miscellanuous=id_16263
|
|
5 SetClassParent Function=id_16294
|
|
5 GetClassParent Function=id_16295
|
|
5 IsClass Function=id_16296
|
|
5 IsObject Function=id_16297
|
|
4 VMT
|
|
5 VMT=id_16264
|
|
5 GetVirtualMethodCount Function=id_16303
|
|
5 GetVirtualMethod Function=id_16304
|
|
5 SetVirtualMethod Function=id_16305
|
|
3 Guards
|
|
4 Guards=id_16258
|
|
4 Guard Function=id_16312
|
|
4 GuardGetMem Function=id_16313
|
|
4 GuardAllocMem Function=id_16314
|
|
4 IMultiSafeGuard
|
|
5 IMultiSafeGuard=id_16310
|
|
5 IMultiSafeGuard Interface
|
|
6 IMultiSafeGuard Interface=id_16319
|
|
6 IMultiSafeGuard.Count Property=id_16330
|
|
6 IMultiSafeGuard.Items Property=id_16331
|
|
6 IMultiSafeGuard.AddItem Method=id_16332
|
|
6 IMultiSafeGuard.FreeItem Method=id_16333
|
|
6 IMultiSafeGuard.GetCount Method=id_16334
|
|
6 IMultiSafeGuard.GetItem Method=id_16335
|
|
6 IMultiSafeGuard.ReleaseItem Method=id_16336
|
|
4 ISafeGuard
|
|
5 ISafeGuard=id_16311
|
|
5 ISafeGuard Interface
|
|
6 ISafeGuard Interface=id_16318
|
|
6 ISafeGuard.Item Property=id_16347
|
|
6 ISafeGuard.FreeItem Method=id_16348
|
|
6 ISafeGuard.GetItem Method=id_16349
|
|
6 ISafeGuard.ReleaseItem Method=id_16350
|
|
3 Miscellanuous
|
|
4 Miscellanuous=id_16259
|
|
4 ClearObjectList Function=id_16353
|
|
4 FreeObjectList Function=id_16354
|
|
3 Pointer manipulation
|
|
4 Pointer manipulation=id_16260
|
|
4 SizeOfMem Function=id_16359
|
|
4 FreeAndNil=id_16358
|
|
4 FreeMemAndNil Function=id_16360
|
|
4 GetAndFillMem Function=id_16361
|
|
2 MIME
|
|
3 MIME=id_11570
|
|
3 EJclMimeError=id_16366
|
|
3 MimeDecode Function=id_16367
|
|
3 MimeDecodePartial Function=id_16368
|
|
3 MimeDecodePartialEnd Function=id_16369
|
|
3 MimeEncode Function=id_16370
|
|
3 MimeEncodeString Function=id_16371
|
|
3 MimeDecodeString Function=id_16372
|
|
3 MimeEncodeStream Function=id_16373
|
|
3 MimeDecodeStream Function=id_16374
|
|
3 MimeEncodedSize Function=id_16375
|
|
3 MimeDecodedSize Function=id_16376
|
|
2 Miscellaneous
|
|
3 Miscellaneous=id_11571
|
|
3 SetDisplayResolution Function=id_16392
|
|
3 CreateProcAsUserEx Function=id_16391
|
|
3 CreateProcAsUser Function=id_16390
|
|
3 EJclCreateProcessError Class=id_16389
|
|
3 LogOffOS Function=id_16393
|
|
3 ExitWindows Function=id_16394
|
|
3 ShutDownOS Function=id_16395
|
|
3 PowerOffOS Function=id_16396
|
|
3 RebootOS Function=id_16397
|
|
2 MultiMedia
|
|
3 MultiMedia=id_11572
|
|
3 Audio Mixers=id_16415
|
|
3 MCI
|
|
4 MCI=id_16416
|
|
4 GetMciErrorMessage Function=id_16421
|
|
3 MIDI
|
|
4 MIDI=id_16417
|
|
4 IJclMIDIOut Interface
|
|
5 IJclMIDIOut Interface=id_4618
|
|
5 IJclMIDIOut.ActiveNotes Property=id_4620
|
|
5 IJclMIDIOut.LocalControl Property=id_4621
|
|
5 IJclMIDIOut.MIDIStatus Property=id_4622
|
|
5 IJclMIDIOut.Name Property=id_4623
|
|
5 IJclMIDIOut.RunningStatusEnabled Property=id_4624
|
|
5 IJclMIDIOut.GetMIDIStatus Method=id_4629
|
|
5 IJclMIDIOut.NoteIsOn Method=id_4630
|
|
5 IJclMIDIOut.ResetAllControllers Method=id_4631
|
|
5 IJclMIDIOut.SelectProgram Method=id_4632
|
|
5 IJclMIDIOut.SendBalanceChange Method=id_4633
|
|
5 IJclMIDIOut.SendBalanceChangeHR Method=id_4634
|
|
5 IJclMIDIOut.SendBreathControlChange Method=id_4635
|
|
5 IJclMIDIOut.SendBreathControlChangeHR Method=id_4636
|
|
5 IJclMIDIOut.SendChannelPressure Method=id_4637
|
|
5 IJclMIDIOut.SendChannelVolumeChange Method=id_4638
|
|
5 IJclMIDIOut.SendChannelVolumeChangeHR Method=id_4639
|
|
5 IJclMIDIOut.SendControlChange Method=id_4640
|
|
5 IJclMIDIOut.SendControlChangeHR Method=id_4641
|
|
5 IJclMIDIOut.SendDataEntry Method=id_4642
|
|
5 IJclMIDIOut.SendDataEntryHR Method=id_4643
|
|
5 IJclMIDIOut.SendExpressionChange Method=id_4644
|
|
5 IJclMIDIOut.SendExpressionChangeHR Method=id_4645
|
|
5 IJclMIDIOut.SendFootControllerChange Method=id_4646
|
|
5 IJclMIDIOut.SendFootControllerChangeHR Method=id_4647
|
|
5 IJclMIDIOut.SendMessage Method=id_4648
|
|
5 IJclMIDIOut.SendModulationWheelChange Method=id_4649
|
|
5 IJclMIDIOut.SendModulationWheelChangeHR Method=id_4650
|
|
5 IJclMIDIOut.SendNoteOff Method=id_4651
|
|
5 IJclMIDIOut.SendNoteOn Method=id_4652
|
|
5 IJclMIDIOut.SendPanChange Method=id_4653
|
|
5 IJclMIDIOut.SendPanChangeHR Method=id_4654
|
|
5 IJclMIDIOut.SendPitchWheelChange Method=id_4655
|
|
5 IJclMIDIOut.SendPitchWheelPos Method=id_4656
|
|
5 IJclMIDIOut.SendPolyphonicKeyPressure Method=id_4657
|
|
5 IJclMIDIOut.SendPortamentoTimeChange Method=id_4658
|
|
5 IJclMIDIOut.SendPortamentoTimeChangeHR Method=id_4659
|
|
5 IJclMIDIOut.SendProgramChange Method=id_4660
|
|
5 IJclMIDIOut.SendSingleNoteTuningChange Method=id_4661
|
|
5 IJclMIDIOut.SendSwitchChange Method=id_4662
|
|
5 SwitchActiveNotesOff Method
|
|
6 IJclMIDIOut.SwitchActiveNotesOff Method ()=id_4663
|
|
6 IJclMIDIOut.SwitchActiveNotesOff Method (TMIDIChannel)=id_16432
|
|
5 IJclMIDIOut.SwitchAllNotesOff Method
|
|
6 IJclMIDIOut.SwitchAllNotesOff Method=id_4664
|
|
5 IJclMIDIOut.SwitchAllSoundOff Method
|
|
6 IJclMIDIOut.SwitchAllSoundOff Method=id_4665
|
|
5 IJclMIDIOut.SwitchHold2 Method
|
|
6 IJclMIDIOut.SwitchHold2 Method=id_4666
|
|
5 IJclMIDIOut.SwitchLegato Method
|
|
6 IJclMIDIOut.SwitchLegato Method=id_4667
|
|
5 IJclMIDIOut.SwitchLocalControl Method
|
|
6 IJclMIDIOut.SwitchLocalControl Method=id_4668
|
|
5 IJclMIDIOut.SwitchMonoModeOn Method
|
|
6 IJclMIDIOut.SwitchMonoModeOn Method=id_4669
|
|
5 IJclMIDIOut.SwitchOmniModeOff Method
|
|
6 IJclMIDIOut.SwitchOmniModeOff Method=id_4670
|
|
5 IJclMIDIOut.SwitchOmniModeOn Method
|
|
6 IJclMIDIOut.SwitchOmniModeOn Method=id_4671
|
|
5 IJclMIDIOut.SwitchPolyModeOn Method
|
|
6 IJclMIDIOut.SwitchPolyModeOn Method=id_4672
|
|
5 IJclMIDIOut.SwitchPortamento Method
|
|
6 IJclMIDIOut.SwitchPortamento Method=id_4673
|
|
5 IJclMIDIOut.SwitchSoftPedal Method
|
|
6 IJclMIDIOut.SwitchSoftPedal Method=id_4674
|
|
5 IJclMIDIOut.SwitchSostenuto Method
|
|
6 IJclMIDIOut.SwitchSostenuto Method=id_4675
|
|
5 IJclMIDIOut.SwitchSustain Method
|
|
6 IJclMIDIOut.SwitchSustain Method=id_4676
|
|
3 Waveform Audio
|
|
4 Waveform Audio=id_16418
|
|
3 CD-Drive Functions
|
|
4 CD-Drive Functions=id_16419
|
|
4 OpenCloseCdDrive Function=id_16433
|
|
2 Ordinal Math and Logic
|
|
3 Ordinal Math and Logic=id_11573
|
|
3 Arithmetic
|
|
4 Arithmetic=id_16435
|
|
4 DecLimit Function=id_16439
|
|
4 DecLimitClamp Function=id_16440
|
|
4 IncLimit Function=id_16441
|
|
4 IncLimitClamp Function=id_16442
|
|
4 Max Function=id_16443
|
|
4 Min Function=id_16444
|
|
4 SwapOrd Function=id_16445
|
|
3 Bit Manipulation
|
|
4 Bit Manipulation=id_16436
|
|
4 BitsHighest Function=id_16453
|
|
4 BitsLowest Function=id_16454
|
|
4 BitsNeeded Function=id_16455
|
|
4 BitsToBooleans Function=id_16456
|
|
4 BooleansToBits Function=id_16457
|
|
4 ClearBit Function=id_16458
|
|
4 CountBitsCleared Function=id_16459
|
|
4 CountBitsSet Function=id_16460
|
|
4 LRot Function=id_16461
|
|
4 ReverseBits Function=id_16462
|
|
4 ReverseBytes Function=id_16463
|
|
4 RRot Function=id_16464
|
|
4 Sar Function=id_16465
|
|
4 SetBit Function=id_16466
|
|
4 TestBit Function=id_16467
|
|
4 TestBits Function=id_16468
|
|
4 ToggleBit Function=id_16469
|
|
4 Digits Function=id_16470
|
|
3 Conversion
|
|
4 Conversion=id_16437
|
|
4 OrdToBinary Function=id_16487
|
|
2 Registry and Ini files
|
|
3 Registry and Ini files=id_11574
|
|
3 Ini files
|
|
4 Ini files=id_16489
|
|
4 IniWriteBool Function=id_16492
|
|
4 IniWriteInteger Function=id_16493
|
|
4 IniWriteString Function=id_16494
|
|
4 IniReadBool Function=id_16495
|
|
4 IniReadInteger Function=id_16496
|
|
4 IniReadString Function=id_16497
|
|
3 Registry
|
|
4 Registry=id_16490
|
|
4 RegCreateKey Function=id_16515
|
|
4 RegWriteBool Function=id_16517
|
|
4 RegWriteCardinal Function=id_16518
|
|
4 RegWriteDWORD Function=id_16519
|
|
4 RegWriteInt64 Function=id_16520
|
|
4 RegWriteInteger Function=id_16521
|
|
4 RegWriteString Function=id_16516
|
|
4 RegWriteUInt64 Function=id_16522
|
|
4 RegWriteWideString Function=id_16523
|
|
4 RegDeleteKeyTree Function=id_16524
|
|
4 RegReadBoolDef Function=id_16525
|
|
4 RegReadIntegerDef Function=id_16526
|
|
4 RegReadStringDef Function=id_16527
|
|
4 RegDeleteEntry Function=id_16528
|
|
4 RegWriteMultiString=id_16506
|
|
4 RegWriteBinary Function=id_16529
|
|
4 RegReadBool Function=id_16530
|
|
4 RegReadInteger Function=id_16531
|
|
4 RegReadString Function=id_16532
|
|
4 RegReadBinary Function=id_16533
|
|
4 RegReadBinaryAsAnsiString=id_16507
|
|
4 RegReadBinaryAsWideString=id_16508
|
|
4 UnregisterAutoExec Function=id_16534
|
|
4 RegisterAutoExec Function=id_16514
|
|
4 TExecKind Enumeration=id_16513
|
|
4 RegGetValueNames Function=id_16535
|
|
4 RegGetKeyNames Function=id_16536
|
|
4 RegHasSubKeys Function=id_16537
|
|
4 RegSaveList Function=id_16538
|
|
4 RegLoadList Function=id_16539
|
|
4 RegDelList Function=id_16540
|
|
4 RegKeyExists Function=id_16541
|
|
4 EJclRegistryError Class=id_16512
|
|
4 RegGetDataSize Function=id_16542
|
|
4 RegGetDataType Function=id_16543
|
|
4 RegReadCardinal Function=id_16544
|
|
4 RegReadInt64 Function=id_16545
|
|
4 RegReadUInt64 Function=id_16546
|
|
4 RegReadAnsiString Function=id_16547
|
|
4 RegReadWideString Function=id_16548
|
|
4 RegReadMultiString=id_16509
|
|
4 RegReadMultiAnsiString=id_16510
|
|
4 RegReadMultiWideString=id_16511
|
|
4 RegReadDWORD Function=id_16549
|
|
2 Runtime Type Information
|
|
3 Runtime Type Information=id_11575
|
|
3 Class operator hooking
|
|
4 Class operator hooking=id_16579
|
|
4 JclIsClass Function=id_16584
|
|
4 JclIsClassByName Function=id_16585
|
|
3 Conversions
|
|
4 Conversions=id_16580
|
|
4 JclSetToList Function=id_16587
|
|
4 JclSetToStr Function=id_16588
|
|
4 JclStrToSet Function=id_16589
|
|
4 JclIntToSet Function=id_16590
|
|
4 JclSetToInt Function=id_16591
|
|
4 JclGUIDToString Function=id_16592
|
|
4 JclStringToGUID Function=id_16593
|
|
4 JclEnumValueToIdent Function=id_16594
|
|
4 JclStrToTypedInt Function=id_16595
|
|
4 JclTypedIntToStr Function=id_16596
|
|
3 RTTI generation
|
|
4 RTTI generation=id_16581
|
|
4 JclGenerateSetType Function=id_16599
|
|
4 JclGenerateEnumType Function=id_16600
|
|
4 JclGenerateEnumTypeBasedOn Function=id_8818
|
|
4 JclGenerateSubRange Function=id_16598
|
|
4 RemoveTypeInfo Function=id_16601
|
|
3 RTTI retrieval
|
|
4 RTTI retrieval=id_16582
|
|
4 JclTypeInfo Function=id_16617
|
|
4 IJclInfoWriter Interface
|
|
5 IJclInfoWriter Interface=id_4361
|
|
5 IJclInfoWriter.Wrap Property=id_4331
|
|
5 IJclInfoWriter.GetWrap Method=id_4337
|
|
5 IJclInfoWriter.Indent Method=id_4338
|
|
5 IJclInfoWriter.Outdent Method=id_4339
|
|
5 IJclInfoWriter.SetWrap Method=id_4340
|
|
5 IJclInfoWriter.Write Method=id_4341
|
|
5 IJclInfoWriter.Writeln Method=id_4342
|
|
4 IJclBaseInfo
|
|
5 IJclBaseInfo=id_16604
|
|
5 IJclBaseInfo Interface
|
|
6 IJclBaseInfo Interface=id_16629
|
|
6 IJclBaseInfo.DeclarationTo Method=id_16633
|
|
6 IJclBaseInfo.WriteTo Method=id_16634
|
|
4 IJclClassTypeInfo
|
|
5 IJclClassTypeInfo=id_16605
|
|
5 TJclPropSpecKind Enumeration=id_16638
|
|
5 IJclClassTypeInfo Interface
|
|
6 IJclClassTypeInfo Interface=id_16639
|
|
6 IJclClassTypeInfo.ClassRef Property=id_16664
|
|
6 IJclClassTypeInfo.Parent Property=id_16665
|
|
6 IJclClassTypeInfo.Properties Property=id_16666
|
|
6 IJclClassTypeInfo.PropertyCount Property=id_16667
|
|
6 IJclClassTypeInfo.PropNames Property=id_16668
|
|
6 IJclClassTypeInfo.TotalPropertyCount Property=id_16669
|
|
6 IJclClassTypeInfo.UnitName Property=id_16670
|
|
6 IJclClassTypeInfo.GetClassRef Method=id_16652
|
|
6 IJclClassTypeInfo.GetParent Method=id_16653
|
|
6 IJclClassTypeInfo.GetProperties Method=id_16654
|
|
6 IJclClassTypeInfo.GetPropertyCount Method=id_16655
|
|
6 IJclClassTypeInfo.GetPropNames Method=id_16656
|
|
6 IJclClassTypeInfo.GetTotalPropertyCount Method=id_16657
|
|
6 IJclClassTypeInfo.GetUnitName Method=id_16658
|
|
5 IJclPropInfo
|
|
6 IJclPropInfo=id_16637
|
|
6 IJclPropInfo Interface
|
|
7 IJclPropInfo Interface=id_16673
|
|
7 IJclPropInfo.Default Property=id_16681
|
|
7 IJclPropInfo.Index Property=id_16682
|
|
7 IJclPropInfo.Name Property=id_16683
|
|
7 IJclPropInfo.NameIndex Property=id_16684
|
|
7 IJclPropInfo.PropType Property=id_16685
|
|
7 IJclPropInfo.Reader Property=id_16686
|
|
7 IJclPropInfo.ReaderType Property=id_16687
|
|
7 IJclPropInfo.ReaderValue Property=id_16688
|
|
7 IJclPropInfo.StoredProc Property=id_16689
|
|
7 IJclPropInfo.StoredType Property=id_16690
|
|
7 IJclPropInfo.StoredValue Property=id_16691
|
|
7 IJclPropInfo.Writer Property=id_16692
|
|
7 IJclPropInfo.WriterType Property=id_16693
|
|
7 IJclPropInfo.WriterValue Property=id_16694
|
|
7 IJclPropInfo.GetDefault Method=id_16695
|
|
7 IJclPropInfo.GetIndex Method=id_16696
|
|
7 IJclPropInfo.GetName Method=id_16697
|
|
7 IJclPropInfo.GetNameIndex Method=id_16698
|
|
7 IJclPropInfo.GetPropType Method=id_16699
|
|
7 IJclPropInfo.GetReader Method=id_16700
|
|
7 IJclPropInfo.GetReaderType Method=id_16701
|
|
7 IJclPropInfo.GetReaderValue Method=id_16702
|
|
7 IJclPropInfo.GetStoredProc Method=id_16703
|
|
7 IJclPropInfo.GetStoredType Method=id_16704
|
|
7 IJclPropInfo.GetStoredValue Method=id_16705
|
|
7 IJclPropInfo.GetWriter Method=id_16706
|
|
7 IJclPropInfo.GetWriterType Method=id_16707
|
|
7 IJclPropInfo.GetWriterValue Method=id_16708
|
|
7 IJclPropInfo.HasDefault Method=id_16709
|
|
7 IJclPropInfo.HasIndex Method=id_16710
|
|
7 IJclPropInfo.IsStored Method=id_16711
|
|
4 IJclDynArrayTypeInfo
|
|
5 IJclDynArrayTypeInfo=id_16606
|
|
5 IJclDynArrayTypeInfo Interface
|
|
6 IJclDynArrayTypeInfo Interface=id_16719
|
|
6 IJclDynArrayTypeInfo.ElementSize Property=id_16731
|
|
6 IJclDynArrayTypeInfo.ElementsNeedCleanup Property=id_16732
|
|
6 IJclDynArrayTypeInfo.ElementType Property=id_16733
|
|
6 IJclDynArrayTypeInfo.UnitName Property=id_16734
|
|
6 IJclDynArrayTypeInfo.VarType Property=id_16735
|
|
6 IJclDynArrayTypeInfo.GetElementSize Method=id_16725
|
|
6 IJclDynArrayTypeInfo.GetElementsNeedCleanup Method=id_16726
|
|
6 IJclDynArrayTypeInfo.GetElementType Method=id_16727
|
|
6 IJclDynArrayTypeInfo.GetUnitName Method=id_16728
|
|
6 IJclDynArrayTypeInfo.GetVarType Method=id_16729
|
|
4 IJclEnumerationTypeInfo
|
|
5 IJclEnumerationTypeInfo=id_16607
|
|
5 IJclEnumerationTypeInfo Interface
|
|
6 IJclEnumerationTypeInfo Interface=id_16739
|
|
6 IJclEnumerationTypeInfo.BaseType Property=id_16757
|
|
6 IJclEnumerationTypeInfo.Names Property=id_16758
|
|
6 IJclEnumerationTypeInfo.UnitName Property=id_16759
|
|
6 IJclEnumerationTypeInfo.GetBaseType Method=id_16749
|
|
6 IJclEnumerationTypeInfo.GetNames Method=id_16750
|
|
6 IJclEnumerationTypeInfo.GetUnitName Method=id_16751
|
|
6 IJclEnumerationTypeInfo.IndexOfName Method=id_16752
|
|
4 IJclEventTypeInfo
|
|
5 IJclEventTypeInfo=id_16608
|
|
5 IJclEventTypeInfo Interface
|
|
6 IJclEventTypeInfo Interface=id_16764
|
|
6 IJclEventTypeInfo.MethodKind Property=id_16776
|
|
6 IJclEventTypeInfo.ParameterCount Property=id_16777
|
|
6 IJclEventTypeInfo.Parameters Property=id_16778
|
|
6 IJclEventTypeInfo.ResultTypeName Property=id_16779
|
|
6 IJclEventTypeInfo.GetMethodKind Method=id_16771
|
|
6 IJclEventTypeInfo.GetParameterCount Method=id_16772
|
|
6 IJclEventTypeInfo.GetParameters Method=id_16773
|
|
6 IJclEventTypeInfo.GetResultTypeName Method=id_16774
|
|
5 IJclEventParamInfo
|
|
6 IJclEventParamInfo=id_16763
|
|
6 IJclEventParamInfo Interface
|
|
7 IJclEventParamInfo Interface=id_16782
|
|
7 IJclEventParamInfo.Flags Property=id_16790
|
|
7 IJclEventParamInfo.Name Property=id_16791
|
|
7 IJclEventParamInfo.Param Property=id_16792
|
|
7 IJclEventParamInfo.RecSize Property=id_16793
|
|
7 IJclEventParamInfo.TypeName Property=id_16794
|
|
7 IJclEventParamInfo.GetFlags Method=id_16795
|
|
7 IJclEventParamInfo.GetName Method=id_16796
|
|
7 IJclEventParamInfo.GetParam Method=id_16797
|
|
7 IJclEventParamInfo.GetRecSize Method=id_16798
|
|
7 IJclEventParamInfo.GetTypeName Method=id_16799
|
|
4 IJclFloatTypeInfo
|
|
5 IJclFloatTypeInfo=id_16609
|
|
5 IJclFloatTypeInfo Interface
|
|
6 IJclFloatTypeInfo Interface=id_16803
|
|
6 IJclFloatTypeInfo.FloatType Property=id_16811
|
|
6 IJclFloatTypeInfo.GetFloatType Method=id_16809
|
|
4 IJclInt64TypeInfo
|
|
5 IJclInt64TypeInfo=id_16610
|
|
5 IJclInt64TypeInfo Interface
|
|
6 IJclInt64TypeInfo Interface=id_16815
|
|
6 IJclInt64TypeInfo.MaxValue Property=id_16824
|
|
6 IJclInt64TypeInfo.MinValue Property=id_16825
|
|
6 IJclInt64TypeInfo.GetMaxValue Method=id_16821
|
|
6 IJclInt64TypeInfo.GetMinValue Method=id_16822
|
|
4 IJclInterfaceTypeInfo
|
|
5 IJclInterfaceTypeInfo=id_16611
|
|
5 IJclInterfaceTypeInfo Interface
|
|
6 IJclInterfaceTypeInfo Interface=id_16829
|
|
6 IJclInterfaceTypeInfo.Flags Property=id_16842
|
|
6 IJclInterfaceTypeInfo.GUID Property=id_16835
|
|
6 IJclInterfaceTypeInfo.Parent Property=id_16843
|
|
6 IJclInterfaceTypeInfo.PropertyCount Property=id_16844
|
|
6 IJclInterfaceTypeInfo.UnitName Property=id_16845
|
|
6 IJclInterfaceTypeInfo.GetFlags Method=id_16836
|
|
6 IJclInterfaceTypeInfo.GetGUID Method=id_16837
|
|
6 IJclInterfaceTypeInfo.GetParent Method=id_16838
|
|
6 IJclInterfaceTypeInfo.GetPropertyCount Method=id_16839
|
|
6 IJclInterfaceTypeInfo.GetUnitName Method=id_16840
|
|
4 IJclOrdinalRangeTypeInfo
|
|
5 IJclOrdinalRangeTypeInfo=id_16612
|
|
5 IJclOrdinalRangeTypeInfo Interface
|
|
6 IJclOrdinalRangeTypeInfo Interface=id_16745
|
|
6 IJclOrdinalRangeTypeInfo.MaxValue Property=id_16755
|
|
6 IJclOrdinalRangeTypeInfo.MinValue Property=id_16756
|
|
6 IJclOrdinalRangeTypeInfo.GetMaxValue Method=id_16747
|
|
6 IJclOrdinalRangeTypeInfo.GetMinValue Method=id_16748
|
|
4 IJclOrdinalTypeInfo
|
|
5 IJclOrdinalTypeInfo=id_16613
|
|
5 IJclOrdinalTypeInfo Interface
|
|
6 IJclOrdinalTypeInfo Interface=id_16854
|
|
6 IJclOrdinalTypeInfo.OrdinalType Property=id_16754
|
|
6 IJclOrdinalTypeInfo.GetOrdinalType Method=id_16746
|
|
4 IJclSetTypeInfo
|
|
5 IJclSetTypeInfo=id_16614
|
|
5 IJclSetTypeInfo Interface
|
|
6 IJclSetTypeInfo Interface=id_16868
|
|
6 IJclSetTypeInfo.BaseType Property=id_16878
|
|
6 IJclSetTypeInfo.GetAsList Method=id_16874
|
|
6 IJclSetTypeInfo.GetBaseType Method=id_16875
|
|
6 IJclSetTypeInfo.SetAsList Method=id_16876
|
|
4 IJclStringTypeInfo
|
|
5 IJclStringTypeInfo=id_16615
|
|
5 IJclStringTypeInfo Interface
|
|
6 IJclStringTypeInfo Interface=id_16882
|
|
6 IJclStringTypeInfo.MaxLength Property=id_16890
|
|
6 IJclStringTypeInfo.GetMaxLength Method=id_16888
|
|
4 IJclTypeInfo
|
|
5 IJclTypeInfo=id_16616
|
|
5 IJclTypeInfo Interface
|
|
6 IJclTypeInfo Interface=id_16622
|
|
6 IJclTypeInfo.Name Property=id_16660
|
|
6 IJclTypeInfo.TypeData Property=id_16661
|
|
6 IJclTypeInfo.TypeInfo Property=id_16662
|
|
6 IJclTypeInfo.TypeKind Property=id_16663
|
|
6 IJclTypeInfo.GetName Method=id_16648
|
|
6 IJclTypeInfo.GetTypeData Method=id_16649
|
|
6 IJclTypeInfo.GetTypeInfo Method=id_16650
|
|
6 IJclTypeInfo.GetTypeKind Method=id_16651
|
|
2 String manipulation
|
|
3 String manipulation=id_11576
|
|
3 Character Search and Replace
|
|
4 Character Search and Replace=id_16902
|
|
4 CharPos Function=id_6918
|
|
4 CharIPos Function=id_11436
|
|
4 CharReplace Function=id_11452
|
|
3 Character Test Routines
|
|
4 Character Test Routines=id_16903
|
|
4 CharEqualNoCase Function=id_11434
|
|
4 CharIsAlpha Function=id_11437
|
|
4 CharIsAlphaNum Function=id_11438
|
|
4 CharIsBlank Function=id_11439
|
|
4 CharIsControl Function=id_11440
|
|
4 CharIsDelete Function=id_11441
|
|
4 CharIsDigit Function=id_11442
|
|
4 CharIsLower Function=id_11443
|
|
4 CharIsNumberChar Function=id_11444
|
|
4 CharIsPrintable Function=id_11445
|
|
4 CharIsPunctuation Function=id_11446
|
|
4 CharIsReturn Function=id_11447
|
|
4 CharIsSpace Function=id_11448
|
|
4 CharIsUpper Function=id_11449
|
|
4 CharIsWhiteSpace Function=id_11450
|
|
4 CharType Function=id_11454
|
|
3 Character Transformation Routines
|
|
4 Character Transformation Routines=id_16904
|
|
4 CharHex Function=id_11435
|
|
4 CharLower Function=id_11451
|
|
4 CharUpper Function=id_11455
|
|
4 CharToggleCase Function=id_11453
|
|
3 Miscellaneous
|
|
4 Miscellaneous=id_16905
|
|
4 StrWord Function=id_11548
|
|
4 BooleanToStr Function=id_11433
|
|
4 StrTokenToStrings Function=id_11539
|
|
4 StrToken Function=id_11537
|
|
4 StrTokens Function=id_11538
|
|
4 FileToString Function=id_11456
|
|
4 StringToFile Function=id_11487
|
|
4 AnsiSameText=id_16926
|
|
4 StrNormIndex Function=id_11508
|
|
3 MultiSz
|
|
4 MultiSz=id_16906
|
|
4 StringsToMultiSz Function=id_11485
|
|
4 MultiSzToStrings Function=id_11458
|
|
4 FreeMultiSz Function=id_11457
|
|
4 StringsToMultiString=id_16933
|
|
4 StringsToMultiWideString=id_16934
|
|
4 MultiStringToStrings=id_16935
|
|
4 MultiWideStringToStrings=id_16936
|
|
3 PCharVector
|
|
4 PCharVector=id_16907
|
|
4 StringsToPCharVector Function=id_7308
|
|
4 PCharVectorCount Function=id_7309
|
|
4 PCharVectorToStrings Function=id_7310
|
|
4 FreePCharVector Function=id_7311
|
|
3 String Extraction
|
|
4 String Extraction=id_16908
|
|
4 StrAfter Function=id_11460
|
|
4 StrBefore Function=id_11463
|
|
4 StrBetween Function=id_11464
|
|
4 StrChopRight Function=id_11468
|
|
4 StrLeft Function=id_11497
|
|
4 StrMid Function=id_11505
|
|
4 StrRestOf Function=id_11525
|
|
4 StrRight Function=id_11528
|
|
3 String Management
|
|
4 String Management=id_16909
|
|
4 StrResetLength Function=id_11524
|
|
4 StrAddRef Function=id_11459
|
|
4 StrAllocSize Function=id_11461
|
|
4 StrDecRef Function=id_11473
|
|
4 StrLen Function=id_11498
|
|
4 StrLength Function=id_11499
|
|
4 StrRefCount Function=id_11517
|
|
3 String Search and Replace Routines
|
|
4 String Search and Replace Routines=id_16910
|
|
4 StrCharCount Function=id_11466
|
|
4 StrCompareRange Function=id_11470
|
|
4 StrFillChar Function=id_11480
|
|
4 StrFind Function=id_11481
|
|
4 StrHasPrefix Function=id_11482
|
|
4 StrIndex Function=id_11484
|
|
4 StrILastPos Function=id_11483
|
|
4 StrLastPos Function=id_11496
|
|
4 StrIPos Function=id_11488
|
|
4 StrIsOneOf Function=id_11493
|
|
4 StrNPos Function=id_11509
|
|
4 StrNIPos Function=id_11507
|
|
4 StrMatch Function=id_11503
|
|
4 StrPrefixIndex Function=id_11513
|
|
4 StrSearch Function=id_11530
|
|
4 StrKeepChars Function=id_11495
|
|
4 StrReplace Function=id_11520
|
|
4 StrReplaceChar Function=id_11522
|
|
4 StrReplaceChars Function=id_11523
|
|
4 StrReplaceButChars Function=id_11521
|
|
4 StrStrCount Function=id_11533
|
|
3 String Test Routines
|
|
4 String Test Routines=id_16911
|
|
4 StrIsAlpha Function=id_11489
|
|
4 StrIsAlphaNum Function=id_11490
|
|
4 StrIsAlphaNumUnderscore Function=id_11491
|
|
4 StrContainsChars Function=id_11472
|
|
4 StrIsDigit Function=id_11492
|
|
4 StrConsistsOfNumberChars Function=id_11471
|
|
4 StrIsSubset Function=id_11494
|
|
4 StrSame Function=id_11529
|
|
4 StrCompare Function=id_11469
|
|
4 StrMatches Function=id_11504
|
|
3 String Transformation Routines
|
|
4 String Transformation Routines=id_16912
|
|
4 StrCenter Function=id_11465
|
|
4 StrDoubleQuote Function=id_11474
|
|
4 StrEnsurePrefix Function=id_11477
|
|
4 StrEnsureNoPrefix Function=id_11475
|
|
4 StrEnsureSuffix Function=id_11478
|
|
4 StrEnsureNoSuffix Function=id_11476
|
|
4 StrEscapedToString Function=id_11479
|
|
4 StrLower Function=id_11500
|
|
4 StrLowerInPlace Function=id_11502
|
|
4 StrLowerBuff Function=id_11501
|
|
4 StrMove Function=id_11506
|
|
4 StrPadLeft Function=id_11511
|
|
4 StrPadRight Function=id_11512
|
|
4 StrProper Function=id_11514
|
|
4 StrProperBuff Function=id_11515
|
|
4 StrQuote Function=id_11516
|
|
4 StrRemoveChars Function=id_11518
|
|
4 StrRepeat Function=id_11519
|
|
4 StrReverse Function=id_11526
|
|
4 StrReverseInPlace Function=id_11527
|
|
4 StrSingleQuote Function=id_11531
|
|
4 StrSmartCase Function=id_11532
|
|
4 StrStringToEscaped Function=id_11534
|
|
4 StrStripNonNumberChars Function=id_11535
|
|
4 StrTrimQuotes Function=id_11544
|
|
4 StrToHex Function=id_11536
|
|
4 StrTrimCharLeft Function=id_11540
|
|
4 StrTrimCharRight Function=id_11541
|
|
4 StrUpper Function=id_11545
|
|
4 StrUpperInPlace Function=id_11547
|
|
4 StrUpperBuff Function=id_11546
|
|
4 StrRepeatLength@AnsiString@Integer=id_16980
|
|
4 StrCharPosLower@AnsiString@Integer=id_16981
|
|
4 StrCharPosUpper@AnsiString@Integer=id_16982
|
|
4 StrTrimCharsLeft Function=id_11542
|
|
4 StrTrimCharsRight Function=id_11543
|
|
4 StrAnsiToOem Function=id_11462
|
|
4 StrOemToAnsi Function=id_11510
|
|
4 StrCharsCount Function=id_11467
|
|
3 TStrings Manipulation
|
|
4 TStrings Manipulation=id_16913
|
|
4 StrToStrings Function=id_6928
|
|
4 StringsToStr Function=id_11486
|
|
4 TrimStrings Function=id_11549
|
|
4 TrimStringsRight Function=id_11551
|
|
4 TrimStringsLeft Function=id_11550
|
|
2 System Information Routines
|
|
3 System Information Routines=id_11577
|
|
3 RoundToAllocGranularityPtr Function=id_17021
|
|
3 Common Folders
|
|
4 Common Folders=id_17012
|
|
4 GetCommonAppdataFolder Function=id_17024
|
|
4 GetCurrentFolder Function=id_17025
|
|
4 GetCommonFilesFolder Function=id_17026
|
|
4 GetProgramFilesFolder Function=id_17027
|
|
4 GetWindowsFolder Function=id_17028
|
|
4 GetWindowsSystemFolder Function=id_17029
|
|
4 GetWindowsTempFolder Function=id_17030
|
|
4 GetDesktopFolder Function=id_17031
|
|
4 GetProgramsFolder Function=id_17032
|
|
4 GetPersonalFolder Function=id_17033
|
|
4 GetFavoritesFolder Function=id_17034
|
|
4 GetStartupFolder Function=id_17035
|
|
4 GetRecentFolder Function=id_17036
|
|
4 GetSendToFolder Function=id_17037
|
|
4 GetStartmenuFolder Function=id_17038
|
|
4 GetDesktopDirectoryFolder Function=id_17039
|
|
4 GetNethoodFolder Function=id_17040
|
|
4 GetFontsFolder Function=id_17041
|
|
4 GetCommonStartmenuFolder Function=id_17042
|
|
4 GetCommonProgramsFolder Function=id_17043
|
|
4 GetCommonStartupFolder Function=id_17044
|
|
4 GetCommonDesktopdirectoryFolder Function=id_17045
|
|
4 GetAppdataFolder Function=id_17046
|
|
4 GetPrinthoodFolder Function=id_17047
|
|
4 GetCommonFavoritesFolder Function=id_17048
|
|
4 GetTemplatesFolder Function=id_17049
|
|
4 GetInternetCacheFolder Function=id_17050
|
|
4 GetCookiesFolder Function=id_17051
|
|
4 GetHistoryFolder Function=id_17052
|
|
3 Environment
|
|
4 Environment=id_17013
|
|
4 GetEnvironmentVar Function=id_17083
|
|
4 GetEnvironmentVars Function=id_17084
|
|
4 DelEnvironmentVar Function=id_17085
|
|
4 ExpandEnvironmentVar Function=id_17086
|
|
4 SetEnvironmentVar Function=id_17087
|
|
4 CreateEnvironmentBlock Function=id_16401
|
|
4 TEnvironmentOption Enumeration=id_17082
|
|
3 Hardware
|
|
4 Hardware=id_17014
|
|
4 ProcessorCount Variable=id_17112
|
|
4 TestFDIVInstruction Function=id_17101
|
|
4 CPUID Function=id_17102
|
|
4 GetCpuSpeed=id_17100
|
|
4 RoundFrequency Function=id_17103
|
|
4 GetMacAddresses Function=id_17104
|
|
4 ReadTimeStampCounter Function=id_17105
|
|
4 TIntelSpecific Record=id_17108
|
|
4 TCyrixSpecific Record=id_17109
|
|
4 TAMDSpecific Record=id_17110
|
|
4 TCacheInfo Record=id_8703
|
|
4 TFreqInfo Record=id_6492
|
|
4 TCpuInfo Record=id_17111
|
|
4 GetCpuInfo Function=id_17106
|
|
4 GetIntelCacheDescription Function=id_17107
|
|
3 Identification
|
|
4 Identification=id_17015
|
|
4 GetVolumeSerialNumber Function=id_17122
|
|
4 GetVolumeFileSystem Function=id_17123
|
|
4 GetVolumeName Function=id_17124
|
|
4 GetIPAddress Function=id_17125
|
|
4 GetLocalComputerName Function=id_17126
|
|
4 GetLocalUserName Function=id_17127
|
|
4 GetRegisteredCompany Function=id_17128
|
|
4 GetRegisteredOwner Function=id_17129
|
|
4 GetBIOSDate Function=id_17130
|
|
4 GetBIOSName Function=id_17131
|
|
4 GetBIOSCopyright Function=id_17132
|
|
4 GetBIOSExtendedInfo Function=id_17133
|
|
4 GetUserDomainName Function=id_17134
|
|
4 GetDomainName Function=id_17135
|
|
3 Keyboard
|
|
4 Keyboard=id_17016
|
|
4 GetKeyState Function=id_17147
|
|
4 GetNumLockKeyState Function=id_17148
|
|
4 GetScrollLockKeyState Function=id_17149
|
|
4 GetCapsLockKeyState Function=id_17150
|
|
3 Memory
|
|
4 Memory=id_17017
|
|
4 AllocGranularity Variable=id_17167
|
|
4 PageSize Variable=id_17168
|
|
4 GetMaxAppAddress Function=id_17156
|
|
4 GetMinAppAddress Function=id_17157
|
|
4 GetMemoryLoad Function=id_17158
|
|
4 GetSwapFileSize Function=id_17159
|
|
4 GetSwapFileUsage Function=id_17160
|
|
4 GetTotalPhysicalMemory Function=id_17161
|
|
4 GetFreePhysicalMemory Function=id_17162
|
|
4 GetTotalPageFileMemory Function=id_17163
|
|
4 GetFreePageFileMemory Function=id_17164
|
|
4 GetTotalVirtualMemory Function=id_17165
|
|
4 GetFreeVirtualMemory Function=id_17166
|
|
3 Power Management
|
|
4 Power Management=id_17018
|
|
4 GetAPMLineStatus Function=id_17184
|
|
4 TAPMLineStatus Enumeration=id_17183
|
|
4 TAPMBatteryFlag Enumeration=id_7539
|
|
4 GetAPMBatteryFlag Function=id_17185
|
|
4 GetAPMBatteryLifePercent Function=id_17186
|
|
4 GetAPMBatteryLifeTime Function=id_17187
|
|
4 GetAPMBatteryFullLifeTime Function=id_17188
|
|
3 Processes, Tasks and Modules
|
|
4 Processes, Tasks and Modules=id_17019
|
|
4 RunningProcessesList Function=id_17196
|
|
4 LoadedModulesList Function=id_17197
|
|
4 GetTasksList Function=id_17198
|
|
4 IsWindowResponding Function=id_17199
|
|
4 GetWindowIcon Function=id_17200
|
|
4 TerminateTask Function=id_17201
|
|
4 TerminateApp Function=id_17202
|
|
4 GetProcessNameFromWnd Function=id_17203
|
|
4 GetProcessNameFromPid Function=id_17204
|
|
4 GetShellProcessName Function=id_17205
|
|
4 GetShellProcessHandle Function=id_17206
|
|
4 GetPidFromProcessName Function=id_17207
|
|
3 Version Information
|
|
4 Version Information=id_17020
|
|
4 TWindowsVersion Enumeration=id_17216
|
|
4 GetWindowsVersion Function=id_17217
|
|
4 GetOSVersionString Function=id_17218
|
|
4 GetWindowsVersionString Function=id_6547
|
|
4 GetWindowsServicePackVersion Function=id_6546
|
|
4 IsWinXP Variable=id_17222
|
|
4 IsWin95 Variable=id_17223
|
|
4 IsWin95OSR2 Variable=id_17224
|
|
4 IsWin98 Variable=id_17225
|
|
4 IsWin98SE Variable=id_17226
|
|
4 IsWinME Variable=id_17227
|
|
4 IsWinNT Variable=id_17228
|
|
4 IsWinNT3 Variable=id_17229
|
|
4 IsWinNT31 Variable=id_17230
|
|
4 IsWinNT35 Variable=id_17231
|
|
4 IsWinNT351 Variable=id_17232
|
|
4 IsWinNT4 Variable=id_17233
|
|
4 IsWin2K Variable=id_17234
|
|
4 IsWin2003 Variable=id_17235
|
|
4 NtProductType Function=id_17219
|
|
4 NtProductTypeString Function=id_17220
|
|
4 GetOpenGLVersion Function=id_17221
|
|
4 GetOpenGLVersionBitmapRendering=id_17215
|
|
2 Unicode
|
|
3 Unicode=id_11578
|
|
3 TCharacterCategory Enumeration=id_7211
|
|
3 UTF7 Type=id_17277
|
|
3 UTF8 Type=id_17278
|
|
3 UTF16 Type=id_17279
|
|
3 UTF32 Type=id_17280
|
|
3 UCS4 Type=id_6959
|
|
3 PUCS2 Type=id_17281
|
|
3 TUcNumber Record=id_17276
|
|
3 TNormalizationForm Enumeration=id_17275
|
|
3 TUnicodeBlock Enumeration=id_6341
|
|
3 Character test routines
|
|
4 Character test routines=id_17263
|
|
4 UnicodeIsAlpha Function=id_17293
|
|
4 UnicodeIsDigit Function=id_17294
|
|
4 UnicodeIsAlphaNum Function=id_17295
|
|
4 UnicodeIsControl Function=id_17296
|
|
4 UnicodeIsSpace Function=id_17297
|
|
4 UnicodeIsWhiteSpace Function=id_17298
|
|
4 UnicodeIsBlank Function=id_17299
|
|
4 UnicodeIsPunctuation Function=id_17300
|
|
4 UnicodeIsGraph Function=id_17301
|
|
4 UnicodeIsPrintable Function=id_17302
|
|
4 UnicodeIsUpper Function=id_17303
|
|
4 UnicodeIsLower Function=id_17304
|
|
4 UnicodeIsTitle Function=id_17305
|
|
4 UnicodeIsHexDigit Function=id_17306
|
|
4 UnicodeIsIsoControl Function=id_17307
|
|
4 UnicodeIsFormatControl Function=id_17308
|
|
4 UnicodeIsSymbol Function=id_17309
|
|
4 UnicodeIsNumber Function=id_17310
|
|
4 UnicodeIsNonSpacing Function=id_17311
|
|
4 UnicodeIsOpenPunctuation Function=id_17312
|
|
4 UnicodeIsClosePunctuation Function=id_17313
|
|
4 UnicodeIsInitialPunctuation Function=id_17314
|
|
4 UnicodeIsFinalPunctuation Function=id_17315
|
|
4 UnicodeIsCased Function=id_17316
|
|
4 UnicodeIsComposed Function=id_17317
|
|
4 UnicodeIsQuotationMark Function=id_17318
|
|
4 UnicodeIsSymmetric Function=id_17319
|
|
4 UnicodeIsMirroring Function=id_17320
|
|
4 UnicodeIsNonBreaking Function=id_17321
|
|
4 UnicodeIsMark Function=id_17322
|
|
4 UnicodeIsModifier Function=id_17323
|
|
4 UnicodeIsLetterNumber Function=id_17324
|
|
4 UnicodeIsConnectionPunctuation Function=id_17325
|
|
4 UnicodeIsMath Function=id_17326
|
|
4 UnicodeIsDash Function=id_17327
|
|
4 UnicodeIsCurrency Function=id_17328
|
|
4 UnicodeIsModifierSymbol Function=id_17329
|
|
4 UnicodeIsNonSpacingMark Function=id_17330
|
|
4 UnicodeIsSpacingMark Function=id_17331
|
|
4 UnicodeIsEnclosing Function=id_17332
|
|
4 UnicodeIsPrivate Function=id_17333
|
|
4 UnicodeIsSurrogate Function=id_17334
|
|
4 UnicodeIsLineSeparator Function=id_17335
|
|
4 UnicodeIsParagraphSeparator Function=id_17336
|
|
4 UnicodeIsIdentifierStart Function=id_17337
|
|
4 UnicodeIsIdentifierPart Function=id_17338
|
|
4 UnicodeIsDefined Function=id_17339
|
|
4 UnicodeIsUndefined Function=id_17340
|
|
4 UnicodeIsHan Function=id_17341
|
|
4 UnicodeIsHangul Function=id_17342
|
|
3 Directionality
|
|
4 Directionality=id_17264
|
|
4 UnicodeIsRightToLeft Function=id_17344
|
|
4 UnicodeIsLeftToRight Function=id_17345
|
|
4 UnicodeIsStrong Function=id_17346
|
|
4 UnicodeIsWeak Function=id_17347
|
|
4 UnicodeIsNeutral Function=id_17348
|
|
4 UnicodeIsSeparator Function=id_17349
|
|
3 Low level character routines
|
|
4 Low level character routines=id_17265
|
|
4 UnicodeNumberLookup Function=id_17290
|
|
4 UnicodeToUpper Function=id_17357
|
|
4 UnicodeToLower Function=id_17358
|
|
4 UnicodeToTitle Function=id_17359
|
|
4 UnicodeComposePair Function=id_17360
|
|
3 Null terminated strings
|
|
4 Null terminated strings=id_17266
|
|
4 StrICompW Function=id_17366
|
|
4 StrNewW Function=id_17367
|
|
4 StrScanW Function=id_17368
|
|
4 StrRNScanW Function=id_17369
|
|
4 StrNScanW Function=id_17370
|
|
4 StrSwapByteOrder Function=id_17371
|
|
4 StrDisposeW Function=id_17372
|
|
4 StrAllocW Function=id_17373
|
|
4 StrBufSizeW Function=id_17374
|
|
4 StrPosW Function=id_17375
|
|
4 StrRScanW Function=id_17376
|
|
4 StrLICompW Function=id_17377
|
|
4 StrLCompW Function=id_17378
|
|
4 StrCompW Function=id_17379
|
|
4 StrLCatW Function=id_17380
|
|
4 StrCatW Function=id_17381
|
|
4 StrPLCopyW Function=id_17382
|
|
4 StrPCopyW Function=id_17383
|
|
4 StrLCopyW Function=id_17384
|
|
4 StrECopyW Function=id_17385
|
|
4 StrCopyW Function=id_17386
|
|
4 StrMoveW Function=id_17387
|
|
4 StrEndW Function=id_17388
|
|
4 StrLenW Function=id_17389
|
|
3 TSearchEngine
|
|
4 TSearchEngine=id_17267
|
|
4 TSearchFlag Enumeration=id_17405
|
|
4 TSearchEngine Class
|
|
5 TSearchEngine Class=id_17404
|
|
5 TSearchEngine.Count Property=id_17415
|
|
5 TSearchEngine.AddResult Method=id_17417
|
|
5 TSearchEngine.Clear Method=id_17418
|
|
5 TSearchEngine.ClearResults Method=id_17419
|
|
5 TSearchEngine.Create Constructor=id_17420
|
|
5 TSearchEngine.DeleteResult Method=id_17421
|
|
5 TSearchEngine.Destroy Destructor=id_17422
|
|
5 FindAll Method
|
|
6 TSearchEngine.FindAll Method (PWideChar, Cardinal)=id_17423
|
|
5 FindFirst Method
|
|
6 TSearchEngine.FindFirst Method (PWideChar, Cardinal, Cardinal, Cardinal)=id_17424
|
|
5 FindPrepare Method
|
|
6 TSearchEngine.FindPrepare Method (PWideChar, Cardinal, TSearchFlags)=id_17425
|
|
5 TSearchEngine.GetCount Method
|
|
6 TSearchEngine.GetCount Method=id_17426
|
|
5 TSearchEngine.GetResult Method
|
|
6 TSearchEngine.GetResult Method=id_17427
|
|
3 TURESearch
|
|
4 TURESearch=id_17268
|
|
4 TURESearch Class
|
|
5 TURESearch Class=id_17288
|
|
5 TURESearch.AddEquivalentPair Method=id_17440
|
|
5 TURESearch.AddRange Method=id_17441
|
|
5 TURESearch.AddState Method=id_17442
|
|
5 TURESearch.AddSymbolState Method=id_17443
|
|
5 TURESearch.BuildCharacterClass Method=id_17444
|
|
5 TURESearch.Clear Method=id_17445
|
|
5 TURESearch.ClearDFA Method=id_17446
|
|
5 TURESearch.ClearUREBuffer Method=id_17447
|
|
5 TURESearch.CollectPendingOperations Method=id_17448
|
|
5 TURESearch.CompileSymbol Method=id_17449
|
|
5 TURESearch.CompileURE Method=id_17450
|
|
5 TURESearch.ConvertRegExpToNFA Method=id_17451
|
|
5 TURESearch.ExecuteURE Method=id_17452
|
|
5 FindAll Method
|
|
6 TURESearch.FindAll Method (PWideChar, Cardinal)=id_17453
|
|
5 FindFirst Method
|
|
6 TURESearch.FindFirst Method (PWideChar, Cardinal, Cardinal, Cardinal)=id_17454
|
|
5 FindPrepare Method
|
|
6 TURESearch.FindPrepare Method (PWideChar, Cardinal, TSearchFlags)=id_17455
|
|
5 TURESearch.HexDigitSetup Method
|
|
6 TURESearch.HexDigitSetup Method=id_17456
|
|
5 TURESearch.MakeExpression Method
|
|
6 TURESearch.MakeExpression Method=id_17457
|
|
5 TURESearch.MakeHexNumber Method
|
|
6 TURESearch.MakeHexNumber Method=id_17458
|
|
5 TURESearch.MakeSymbol Method
|
|
6 TURESearch.MakeSymbol Method=id_17459
|
|
5 TURESearch.MergeEquivalents Method
|
|
6 TURESearch.MergeEquivalents Method=id_17460
|
|
5 TURESearch.ParsePropertyList Method
|
|
6 TURESearch.ParsePropertyList Method=id_17461
|
|
5 TURESearch.Peek Method
|
|
6 TURESearch.Peek Method=id_17462
|
|
5 TURESearch.Pop Method
|
|
6 TURESearch.Pop Method=id_17463
|
|
5 TURESearch.PosixCCL Method
|
|
6 TURESearch.PosixCCL Method=id_17464
|
|
5 TURESearch.ProbeLowSurrogate Method
|
|
6 TURESearch.ProbeLowSurrogate Method=id_17465
|
|
5 TURESearch.Push Method
|
|
6 TURESearch.Push Method=id_17466
|
|
5 TURESearch.Reduce Method
|
|
6 TURESearch.Reduce Method=id_17467
|
|
5 TURESearch.SpaceSetup Method
|
|
6 TURESearch.SpaceSetup Method=id_17468
|
|
5 TURESearch.SymbolsAreDifferent Method
|
|
6 TURESearch.SymbolsAreDifferent Method=id_17469
|
|
3 TUTBMSearch
|
|
4 TUTBMSearch=id_17269
|
|
4 TUTBMSearch Class
|
|
5 TUTBMSearch Class=id_17430
|
|
5 TUTBMSearch.Clear Method=id_17480
|
|
5 TUTBMSearch.ClearPattern Method=id_17481
|
|
5 TUTBMSearch.Compile Method=id_17482
|
|
5 TUTBMSearch.Find Method=id_17483
|
|
5 FindAll Method
|
|
6 TUTBMSearch.FindAll Method (PWideChar, Cardinal)=id_17484
|
|
5 FindFirst Method
|
|
6 TUTBMSearch.FindFirst Method (PWideChar, Cardinal, Cardinal, Cardinal)=id_17485
|
|
5 FindPrepare Method
|
|
6 TUTBMSearch.FindPrepare Method (PWideChar, Cardinal, TSearchFlags)=id_17486
|
|
5 TUTBMSearch.GetSkipValue Method
|
|
6 TUTBMSearch.GetSkipValue Method=id_17487
|
|
5 TUTBMSearch.Match Method
|
|
6 TUTBMSearch.Match Method=id_17488
|
|
3 TWideStringList
|
|
4 TWideStringList=id_17270
|
|
4 TWideStringList Class
|
|
5 TWideStringList Class=id_17495
|
|
5 TWideStringList.Duplicates Property=id_17518
|
|
5 TWideStringList.OnChange Property=id_17519
|
|
5 TWideStringList.OnChanging Property=id_17520
|
|
5 TWideStringList.Sorted Property=id_17521
|
|
5 TWideStringList.Add Method=id_17562
|
|
5 TWideStringList.Changed Method=id_17563
|
|
5 TWideStringList.Changing Method=id_17564
|
|
5 TWideStringList.Clear Method=id_17565
|
|
5 TWideStringList.Delete Method=id_17566
|
|
5 TWideStringList.Destroy Destructor=id_17567
|
|
5 TWideStringList.Exchange Method=id_17568
|
|
5 TWideStringList.Find Method=id_17569
|
|
5 TWideStringList.Get Method=id_17570
|
|
5 TWideStringList.GetCapacity Method=id_17571
|
|
5 TWideStringList.GetCount Method=id_17572
|
|
5 TWideStringList.GetObject Method=id_17573
|
|
5 TWideStringList.IndexOf Method=id_17574
|
|
5 TWideStringList.Insert Method=id_17575
|
|
5 TWideStringList.Put Method=id_17576
|
|
5 TWideStringList.PutObject Method=id_17577
|
|
5 TWideStringList.SetCapacity Method=id_17578
|
|
5 TWideStringList.SetLanguage Method=id_17579
|
|
5 TWideStringList.SetUpdateState Method=id_17580
|
|
5 TWideStringList.Sort Method=id_17502
|
|
4 OnChange
|
|
5 OnChange=id_17493
|
|
4 OnChanging
|
|
5 OnChanging=id_17494
|
|
3 TWideStrings
|
|
4 TWideStrings=id_17271
|
|
4 TWideStrings Class
|
|
5 TWideStrings Class=id_6834
|
|
5 TWideStrings.Capacity Property=id_17505
|
|
5 TWideStrings.CommaText Property=id_17506
|
|
5 TWideStrings.Count Property=id_17507
|
|
5 TWideStrings.Language Property=id_17508
|
|
5 TWideStrings.Names Property=id_17509
|
|
5 TWideStrings.NormalizationForm Property=id_17510
|
|
5 TWideStrings.Objects Property=id_17511
|
|
5 TWideStrings.OnConfirmConversion Event=id_17503
|
|
5 TWideStrings.Saved Property=id_17512
|
|
5 TWideStrings.SaveFormat Property=id_17513
|
|
5 TWideStrings.SaveUnicode Property=id_17514
|
|
5 TWideStrings.Strings Property=id_17515
|
|
5 TWideStrings.Text Property=id_17516
|
|
5 TWideStrings.Values Property=id_17517
|
|
5 TWideStrings.Add Method=id_17523
|
|
5 TWideStrings.AddObject Method=id_17524
|
|
5 AddStrings Method
|
|
6 TWideStrings.AddStrings Method (TStrings)=id_17525
|
|
5 TWideStrings.Append Method
|
|
6 TWideStrings.Append Method=id_17526
|
|
5 TWideStrings.Assign Method
|
|
6 TWideStrings.Assign Method=id_17527
|
|
5 TWideStrings.AssignTo Method
|
|
6 TWideStrings.AssignTo Method=id_17528
|
|
5 TWideStrings.BeginUpdate Method
|
|
6 TWideStrings.BeginUpdate Method=id_17529
|
|
5 TWideStrings.Clear Method
|
|
6 TWideStrings.Clear Method=id_17530
|
|
5 TWideStrings.Create Constructor
|
|
6 TWideStrings.Create Constructor=id_17531
|
|
5 TWideStrings.DefineProperties Method
|
|
6 TWideStrings.DefineProperties Method=id_17532
|
|
5 TWideStrings.Delete Method
|
|
6 TWideStrings.Delete Method=id_17533
|
|
5 TWideStrings.DoConfirmConversion Method
|
|
6 TWideStrings.DoConfirmConversion Method=id_17534
|
|
5 TWideStrings.EndUpdate Method
|
|
6 TWideStrings.EndUpdate Method=id_17535
|
|
5 TWideStrings.Equals Method
|
|
6 TWideStrings.Equals Method=id_17536
|
|
5 TWideStrings.Error Method
|
|
6 TWideStrings.Error Method=id_17537
|
|
5 TWideStrings.Exchange Method
|
|
6 TWideStrings.Exchange Method=id_17538
|
|
5 TWideStrings.Get Method
|
|
6 TWideStrings.Get Method=id_17539
|
|
5 TWideStrings.GetCapacity Method
|
|
6 TWideStrings.GetCapacity Method=id_17540
|
|
5 TWideStrings.GetCount Method
|
|
6 TWideStrings.GetCount Method=id_17541
|
|
5 TWideStrings.GetObject Method
|
|
6 TWideStrings.GetObject Method=id_17542
|
|
5 TWideStrings.GetSeparatedText Method
|
|
6 TWideStrings.GetSeparatedText Method=id_17543
|
|
5 TWideStrings.GetText Method
|
|
6 TWideStrings.GetText Method=id_17544
|
|
5 TWideStrings.GetTextStr Method
|
|
6 TWideStrings.GetTextStr Method=id_17545
|
|
5 TWideStrings.IndexOf Method
|
|
6 TWideStrings.IndexOf Method=id_17546
|
|
5 TWideStrings.IndexOfName Method
|
|
6 TWideStrings.IndexOfName Method=id_17547
|
|
5 TWideStrings.IndexOfObject Method
|
|
6 TWideStrings.IndexOfObject Method=id_17548
|
|
5 TWideStrings.Insert Method
|
|
6 TWideStrings.Insert Method=id_17549
|
|
5 TWideStrings.InsertObject Method
|
|
6 TWideStrings.InsertObject Method=id_17550
|
|
5 TWideStrings.LoadFromFile Method
|
|
6 TWideStrings.LoadFromFile Method=id_17551
|
|
5 TWideStrings.LoadFromStream Method
|
|
6 TWideStrings.LoadFromStream Method=id_17552
|
|
5 TWideStrings.Move Method
|
|
6 TWideStrings.Move Method=id_17553
|
|
5 TWideStrings.Put Method
|
|
6 TWideStrings.Put Method=id_17554
|
|
5 TWideStrings.PutObject Method
|
|
6 TWideStrings.PutObject Method=id_17555
|
|
5 TWideStrings.SaveToFile Method
|
|
6 TWideStrings.SaveToFile Method=id_17556
|
|
5 TWideStrings.SaveToStream Method
|
|
6 TWideStrings.SaveToStream Method=id_17557
|
|
5 TWideStrings.SetCapacity Method
|
|
6 TWideStrings.SetCapacity Method=id_17558
|
|
5 TWideStrings.SetLanguage Method
|
|
6 TWideStrings.SetLanguage Method=id_17559
|
|
5 TWideStrings.SetText Method
|
|
6 TWideStrings.SetText Method=id_17560
|
|
5 TWideStrings.SetUpdateState Method
|
|
6 TWideStrings.SetUpdateState Method=id_17561
|
|
4 OnConfirmConversion
|
|
5 OnConfirmConversion=id_17587
|
|
3 Utility functions
|
|
4 Utility functions=id_17272
|
|
4 CharSetFromLocale Function=id_17615
|
|
4 CodePageFromLocale Function=id_17616
|
|
4 CodeBlockFromChar Function=id_17617
|
|
4 KeyboardCodePage Function=id_17618
|
|
4 KeyUnicode Function=id_17619
|
|
4 StringToWideStringEx Function=id_17620
|
|
4 TranslateString Function=id_17621
|
|
4 WideStringToStringEx Function=id_17622
|
|
3 WideString conversion routines
|
|
4 WideString conversion routines=id_17273
|
|
4 WideStringToUTF8 Function=id_17629
|
|
4 UTF8ToWideString Function=id_17630
|
|
3 WideString routines
|
|
4 WideString routines=id_17274
|
|
4 WideLowerCase Function=id_17635
|
|
4 WideSameText Function=id_17636
|
|
4 WideUpperCase Function=id_17637
|
|
4 WideStringOfChar Function=id_17638
|
|
4 WideQuotedStr Function=id_17639
|
|
4 WideExtractQuotedStr Function=id_17640
|
|
4 WideTrim Function=id_17641
|
|
4 WideTrimRight Function=id_17642
|
|
4 WideTrimLeft Function=id_17643
|
|
4 WideTitleCaseString=id_17634
|
|
4 WideDecompose Function=id_17644
|
|
4 WideCompose Function=id_17645
|
|
4 WideCharPos Function=id_17646
|
|
4 WideAdjustLineBreaks Function=id_17647
|
|
4 WideNormalize Function=id_17292
|
|
4 ExpandANSIString Function=id_17648
|
|
2 Unit Conversions
|
|
3 Unit Conversions=id_11579
|
|
3 Angle Conversion
|
|
4 Angle Conversion=id_17654
|
|
4 DegToGrad Function=id_17665
|
|
4 DegToRad Function=id_17666
|
|
4 GradToDeg Function=id_17667
|
|
4 GradToRad Function=id_17668
|
|
4 RadToDeg Function=id_17669
|
|
4 RadToGrad Function=id_17670
|
|
4 CycleToDeg Function=id_17671
|
|
4 CycleToGrad Function=id_17672
|
|
4 CycleToRad Function=id_17673
|
|
4 DegToCycle Function=id_17674
|
|
4 GradToCycle Function=id_17675
|
|
4 RadToCycle Function=id_17676
|
|
4 DmsToDeg Function=id_16072
|
|
4 DmsToRad Function=id_16073
|
|
4 DegToDms Function=id_16074
|
|
4 DegToDmsStr Function=id_16075
|
|
3 Coordinate Conversion
|
|
4 Coordinate Conversion=id_17655
|
|
4 CartesianToPolar Function=id_17680
|
|
4 PolarToCartesian Function=id_17681
|
|
4 CartesianToCylinder Function=id_17682
|
|
4 CartesianToSpheric Function=id_17683
|
|
4 CylinderToCartesian Function=id_17684
|
|
4 SphericToCartesian Function=id_17685
|
|
3 Length Conversion
|
|
4 Length Conversion=id_17656
|
|
4 CmToInch Function=id_17689
|
|
4 InchToCm Function=id_17690
|
|
4 FeetToMetre Function=id_17691
|
|
4 MetreToFeet Function=id_17692
|
|
4 YardToMetre Function=id_17693
|
|
4 MetreToYard Function=id_17694
|
|
4 NmToKm Function=id_17695
|
|
4 KmToNm Function=id_17696
|
|
4 KmToSm Function=id_17697
|
|
4 SmToKm Function=id_17698
|
|
3 Mass Conversion
|
|
4 Mass Conversion=id_17657
|
|
4 KgToLb Function=id_17700
|
|
4 KgToKarat Function=id_17701
|
|
4 LbToKg Function=id_17702
|
|
4 KgToOz Function=id_17703
|
|
4 OzToKg Function=id_17704
|
|
4 QrUsToKg Function=id_17705
|
|
4 QrUkToKg Function=id_17706
|
|
4 KaratToKg Function=id_17707
|
|
4 CwtUsToKg Function=id_17708
|
|
4 CwtUkToKg Function=id_17709
|
|
4 StonToKg Function=id_17710
|
|
4 LtonToKg Function=id_17711
|
|
4 KgToCwtUs Function=id_17712
|
|
4 KgToCwtUk Function=id_17713
|
|
4 KgToQrUs Function=id_17714
|
|
4 KgToQrUk Function=id_17715
|
|
4 KgToSton Function=id_17716
|
|
4 KgToLton Function=id_17717
|
|
3 Power
|
|
4 Power=id_17658
|
|
4 HpElectricToWatt Function=id_17719
|
|
4 HpMetricToWatt Function=id_17720
|
|
4 WattToHpElectric Function=id_17721
|
|
4 WattToHpMetric Function=id_17722
|
|
3 Pressure Conversion
|
|
4 Pressure Conversion=id_17659
|
|
4 PascalToBar Function=id_17724
|
|
4 PascalToAt Function=id_17725
|
|
4 PascalToTorr Function=id_17726
|
|
4 BarToPascal Function=id_17727
|
|
4 AtToPascal Function=id_17728
|
|
4 TorrToPascal Function=id_17729
|
|
3 Temperature Conversion
|
|
4 Temperature Conversion=id_17660
|
|
4 CelsiusToKelvin Function=id_17731
|
|
4 CelsiusToFahrenheit Function=id_17732
|
|
4 KelvinToCelsius Function=id_17733
|
|
4 KelvinToFahrenheit Function=id_17734
|
|
4 FahrenheitToCelsius Function=id_17735
|
|
4 FahrenheitToKelvin Function=id_17736
|
|
3 Velocity
|
|
4 Velocity=id_17661
|
|
4 KnotToMs Function=id_17738
|
|
4 MsToKnot Function=id_17739
|
|
3 Volume Conversion
|
|
4 Volume Conversion=id_17662
|
|
4 LitreToGalUs Function=id_17741
|
|
4 GalUsToLitre Function=id_17742
|
|
4 GalUsToGalCan Function=id_17743
|
|
4 GalCanToGalUs Function=id_17744
|
|
4 GalUsToGalUk Function=id_17745
|
|
4 GalUkToGalUs Function=id_17746
|
|
4 LitreToGalCan Function=id_17747
|
|
4 GalCanToLitre Function=id_17748
|
|
4 LitreToGalUk Function=id_17749
|
|
4 GalUkToLitre Function=id_17750
|
|
3 Volume Conversion
|
|
4 Volume Conversion=id_17663
|
|
4 MakePercentage Function=id_17752
|
|
2 Windows
|
|
3 Windows=id_5328
|
|
3 Win32 API
|
|
4 Win32 API=id_17754
|
|
4 _FILE_ALLOCATED_RANGE_BUFFER Record=id_7230
|
|
4 _DLLVERSIONINFO Record=id_7324
|
|
3 Component Object Model
|
|
4 Component Object Model=id_17755
|
|
4 Version Utilities
|
|
5 Version Utilities=id_17766
|
|
5 IsDCOMInstalled Function=id_17768
|
|
5 IsDCOMEnabled Function=id_17769
|
|
5 GetDCOMVersion Function=id_17770
|
|
5 GetMDACVersion Function=id_17771
|
|
3 LAN Manager
|
|
4 LAN Manager=id_17756
|
|
4 Auxilliary functions
|
|
5 Auxilliary functions=id_17776
|
|
5 ParseAccountName Function=id_17780
|
|
5 IsLocalAccount Function=id_17781
|
|
4 Group Management
|
|
5 Group Management=id_17777
|
|
5 CreateLocalGroup Function=id_17785
|
|
5 CreateGlobalGroup Function=id_17786
|
|
5 DeleteLocalGroup Function=id_17787
|
|
5 GetLocalGroups Function=id_17788
|
|
5 GetGlobalGroups Function=id_17789
|
|
5 LocalGroupExists Function=id_17790
|
|
5 GlobalGroupExists Function=id_17791
|
|
5 AddAccountToLocalGroup Function=id_17792
|
|
5 LookupGroupName Function=id_17793
|
|
5 TNetWellKnownRID Enumeration=id_17784
|
|
4 User Management
|
|
5 User Management=id_17778
|
|
5 CreateAccount Function=id_17805
|
|
5 CreateLocalAccount Function=id_17806
|
|
5 DeleteAccount Function=id_17807
|
|
5 DeleteLocalAccount Function=id_17808
|
|
3 Security
|
|
4 Security=id_17757
|
|
4 Access Control
|
|
5 Access Control=id_17814
|
|
5 AllowRegKeyForEveryone Function=id_17818
|
|
5 CreateNullDacl Function=id_17819
|
|
5 CreateInheritable Function=id_17820
|
|
4 Account Information
|
|
5 Account Information=id_17815
|
|
5 LookupAccountBySid Function=id_17824
|
|
5 QueryTokenInformation Function=id_17825
|
|
5 GetInteractiveUserName Function=id_17826
|
|
4 Privileges
|
|
5 Privileges=id_17816
|
|
5 IsPrivilegeEnabled Function=id_17828
|
|
5 EnableProcessPrivilege Function=id_17829
|
|
5 EnableThreadPrivilege Function=id_17830
|
|
5 IsAdministrator Function=id_17831
|
|
5 GetPrivilegeDisplayName Function=id_17832
|
|
5 GetUserObjectName Function=id_17833
|
|
5 SetUserObjectFullAccess Function=id_17834
|
|
3 Shell
|
|
4 Shell=id_17758
|
|
4 Files and Folders
|
|
5 Files and Folders=id_17839
|
|
5 DisplayPropDialog Function=id_17852
|
|
5 OpenFolder Function=id_17853
|
|
5 OpenSpecialFolder Function=id_17854
|
|
5 SHDeleteFolder Function=id_17850
|
|
5 SHDeleteFiles Function=id_17849
|
|
5 SHRenameFile Function=id_17847
|
|
5 TSHRenameOption Enumeration=id_17846
|
|
5 TSHDeleteOption Enumeration=id_17848
|
|
5 TEnumFolderRec Record=id_6900
|
|
5 TEnumFolderFlag Enumeration=id_6899
|
|
5 SHEnumFolderFirst Function=id_17851
|
|
5 SHEnumFolderClose Function=id_17855
|
|
5 SHEnumFolderNext Function=id_17856
|
|
5 DisplayContextMenuPidl Function=id_17857
|
|
5 DisplayContextMenu Function=id_17858
|
|
4 Memory Management
|
|
5 Memory Management=id_17840
|
|
5 SHReallocMem Function=id_17879
|
|
5 SHGetMem Function=id_17880
|
|
5 SHAllocMem Function=id_17881
|
|
5 SHFreeMem Function=id_17882
|
|
4 Miscellaneous
|
|
5 Miscellaneous=id_17841
|
|
5 OverlayIcon Function=id_17891
|
|
5 OverlayIconShortCut Function=id_17892
|
|
5 OverlayIconShared Function=id_17872
|
|
5 GetSystemIcon Function=id_17893
|
|
5 SHDllGetVersion Function=id_17765
|
|
5 ShellExec Function=id_17894
|
|
5 ShellExecAndWait Function=id_17895
|
|
5 ShellOpenAs Function=id_17896
|
|
5 ShellRasDial Function=id_17897
|
|
5 ShellRunControlPanel Function=id_17898
|
|
5 TJclFileExeType Enumeration=id_17889
|
|
5 GetFileExeType Function=id_17890
|
|
5 ShellFindExecutable Function=id_17899
|
|
5 SHGetItemInfoTip Function=id_17900
|
|
4 Paths and PIDLs
|
|
5 Paths and PIDLs=id_17842
|
|
5 StrRetFreeMem Function=id_17910
|
|
5 StrRetToString Function=id_17911
|
|
5 PidlToPath Function=id_17912
|
|
5 PathToPidl Function=id_17913
|
|
5 PathToPidlBind Function=id_17914
|
|
5 DriveToPidlBind Function=id_17915
|
|
5 PidlBindToParent Function=id_17916
|
|
5 PidlCompare Function=id_17917
|
|
5 PidlCopy Function=id_17918
|
|
5 PidlFree Function=id_17919
|
|
5 PidlGetDepth Function=id_17920
|
|
5 PidlGetLength Function=id_17921
|
|
5 PidlGetNext Function=id_17922
|
|
4 Shortcuts
|
|
5 Shortcuts=id_17843
|
|
5 TShellLink Record=id_6896
|
|
5 ShellLinkFree Function=id_17936
|
|
5 ShellLinkResolve Function=id_17937
|
|
5 ShellLinkCreate Function=id_17938
|
|
5 ShellLinkCreateSystem Function=id_17939
|
|
5 ShellLinkGetIcon=id_17935
|
|
3 Windows NT Service control
|
|
4 Windows NT Service control=id_17759
|
|
4 TJclServiceType Enumeration=id_7636
|
|
4 TJclServiceState Enumeration=id_6534
|
|
4 TJclServiceStartType Enumeration=id_17954
|
|
4 TJclNtService Class
|
|
5 TJclNtService Class=id_17951
|
|
5 TJclNtService.Active Property=id_17970
|
|
5 TJclNtService.ControlsAccepted Property=id_17971
|
|
5 TJclNtService.DependentByServiceCount Property=id_17972
|
|
5 TJclNtService.DependentByServices Property=id_17973
|
|
5 TJclNtService.DependentGroupCount Property=id_17974
|
|
5 TJclNtService.DependentGroups Property=id_17975
|
|
5 TJclNtService.DependentServiceCount Property=id_17976
|
|
5 TJclNtService.DependentServices Property=id_17977
|
|
5 TJclNtService.Description Property=id_17978
|
|
5 TJclNtService.DesiredAccess Property=id_17979
|
|
5 TJclNtService.DisplayName Property=id_17980
|
|
5 TJclNtService.ErrorControlType Property=id_17981
|
|
5 TJclNtService.FileName Property=id_17982
|
|
5 TJclNtService.Group Property=id_17983
|
|
5 TJclNtService.Handle Property=id_17984
|
|
5 TJclNtService.SCManager Property=id_17985
|
|
5 TJclNtService.ServiceName Property=id_17986
|
|
5 TJclNtService.ServiceState Property=id_17987
|
|
5 TJclNtService.ServiceTypes Property=id_17988
|
|
5 TJclNtService.StartType Property=id_17989
|
|
5 TJclNtService.Win32ExitCode Property=id_17990
|
|
5 TJclNtService.Close Method=id_17992
|
|
5 TJclNtService.Commit Method=id_17993
|
|
5 TJclNtService.CommitConfig Method=id_17994
|
|
5 TJclNtService.Continue Method=id_17995
|
|
5 TJclNtService.Controls Method=id_17996
|
|
5 TJclNtService.Create Constructor=id_17997
|
|
5 TJclNtService.Delete Method=id_17998
|
|
5 TJclNtService.Destroy Destructor=id_17999
|
|
5 TJclNtService.GetServiceStatus Method=id_18000
|
|
5 TJclNtService.Open Method=id_18001
|
|
5 TJclNtService.Pause Method=id_18002
|
|
5 TJclNtService.Refresh Method=id_18003
|
|
5 TJclNtService.SetStartType Method=id_18004
|
|
5 Start Method
|
|
6 TJclNtService.Start Method (Boolean)=id_18005
|
|
6 TJclNtService.Start Method (array of string, Boolean)=id_18014
|
|
5 TJclNtService.Stop Method
|
|
6 TJclNtService.Stop Method=id_18006
|
|
5 TJclNtService.UpdateConfig Method
|
|
6 TJclNtService.UpdateConfig Method=id_18007
|
|
5 TJclNtService.UpdateDependents Method
|
|
6 TJclNtService.UpdateDependents Method=id_18008
|
|
5 TJclNtService.UpdateDescription Method
|
|
6 TJclNtService.UpdateDescription Method=id_18009
|
|
5 TJclNtService.UpdateStatus Method
|
|
6 TJclNtService.UpdateStatus Method=id_18010
|
|
5 TJclNtService.WaitFor Method
|
|
6 TJclNtService.WaitFor Method=id_18011
|
|
4 TJclServiceGroup Class
|
|
5 TJclServiceGroup Class=id_17952
|
|
5 TJclServiceGroup.Name Property=id_18019
|
|
5 TJclServiceGroup.Order Property=id_18020
|
|
5 TJclServiceGroup.SCManager Property=id_18021
|
|
5 TJclServiceGroup.ServiceCount Property=id_18022
|
|
5 TJclServiceGroup.Services Property=id_18023
|
|
5 TJclServiceGroup.Add Method=id_18025
|
|
5 TJclServiceGroup.Create Constructor=id_18026
|
|
5 TJclServiceGroup.Destroy Destructor=id_18027
|
|
5 TJclServiceGroup.Remove Method=id_18028
|
|
4 TJclSCManager Class
|
|
5 TJclSCManager Class=id_17953
|
|
5 TJclSCManager.FOrderAsc Field=id_18034
|
|
5 TJclSCManager.FOrderType Field=id_18035
|
|
5 TJclSCManager.Active Property=id_18039
|
|
5 TJclSCManager.AdvApi32Handle Property=id_18040
|
|
5 TJclSCManager.DatabaseName Property=id_18041
|
|
5 TJclSCManager.DesiredAccess Property=id_18042
|
|
5 TJclSCManager.GroupCount Property=id_18043
|
|
5 TJclSCManager.Groups Property=id_18044
|
|
5 TJclSCManager.Handle Property=id_18045
|
|
5 TJclSCManager.MachineName Property=id_18046
|
|
5 TJclSCManager.OrderAsc Property=id_18047
|
|
5 TJclSCManager.OrderType Property=id_18048
|
|
5 TJclSCManager.QueryServiceConfig2A Property=id_18049
|
|
5 TJclSCManager.ServiceCount Property=id_18050
|
|
5 TJclSCManager.Services Property=id_18051
|
|
5 TJclSCManager.AddGroup Method=id_18053
|
|
5 TJclSCManager.AddService Method=id_18054
|
|
5 TJclSCManager.Clear Method=id_18055
|
|
5 TJclSCManager.Close Method=id_18056
|
|
5 ControlAccepted Method
|
|
6 TJclSCManager.ControlAccepted Method (DWORD)=id_18057
|
|
6 TJclSCManager.ControlAccepted Method (TJclServiceControlAccepteds)=id_18075
|
|
5 TJclSCManager.Create Constructor
|
|
6 TJclSCManager.Create Constructor=id_18058
|
|
5 TJclSCManager.Destroy Destructor
|
|
6 TJclSCManager.Destroy Destructor=id_18059
|
|
5 TJclSCManager.FindGroup Method
|
|
6 TJclSCManager.FindGroup Method=id_18060
|
|
5 TJclSCManager.FindService Method
|
|
6 TJclSCManager.FindService Method=id_18061
|
|
5 TJclSCManager.GetServiceLockStatus Method
|
|
6 TJclSCManager.GetServiceLockStatus Method=id_18062
|
|
5 TJclSCManager.Install Method
|
|
6 TJclSCManager.Install Method=id_18063
|
|
5 TJclSCManager.IsLocked Method
|
|
6 TJclSCManager.IsLocked Method=id_18064
|
|
5 TJclSCManager.Lock Method
|
|
6 TJclSCManager.Lock Method=id_18065
|
|
5 TJclSCManager.LockDuration Method
|
|
6 TJclSCManager.LockDuration Method=id_18066
|
|
5 TJclSCManager.LockOwner Method
|
|
6 TJclSCManager.LockOwner Method=id_18067
|
|
5 TJclSCManager.Open Method
|
|
6 TJclSCManager.Open Method=id_18068
|
|
5 TJclSCManager.Refresh Method
|
|
6 TJclSCManager.Refresh Method=id_18069
|
|
5 ServiceType Method
|
|
6 TJclSCManager.ServiceType Method (DWORD)=id_18070
|
|
6 TJclSCManager.ServiceType Method (TJclServiceTypes)=id_18076
|
|
5 TJclSCManager.Sort Method
|
|
6 TJclSCManager.Sort Method=id_18071
|
|
5 TJclSCManager.Unlock Method
|
|
6 TJclSCManager.Unlock Method=id_18072
|
|
4 GetServiceStatus Function
|
|
5 GetServiceStatus Function=id_17958
|
|
4 GetServiceStatusWaitingIfPending Function
|
|
5 GetServiceStatusWaitingIfPending Function=id_17959
|
|
4 TJclServiceSortOrderType Enumeration
|
|
5 TJclServiceSortOrderType Enumeration=id_17955
|
|
4 TJclServiceErrorControlType Enumeration
|
|
5 TJclServiceErrorControlType Enumeration=id_17956
|
|
4 TJclServiceControlAccepted Enumeration
|
|
5 TJclServiceControlAccepted Enumeration=id_17957
|
|
4 TJclServiceControlAccepteds Type
|
|
5 TJclServiceControlAccepteds Type=id_17960
|
|
:INCLUDE d7.ohc
|
|
:INCLUDE d7.ohi
|
|
:INCLUDE d7.ohl
|