Field-Map Scripting

Topics with keyword "TTableWrapper"

1. Accessing Field-Map data within a script

... tables, a TFieldMapTableScriptWrapper (resp. TTableWrapper) class is used. It is...

2. Using Field-Map predefined variables

... name Predefined variable(s) TProjectWrapper project TLayerWrapper lr TTableWrapper tb, tab (CrownProjection, CrownProfile, CrownProfilePoints...

3. InputFromCheckListTab

... box. Tab A table of TTableWrapper type FormatString A variable declared as string;...

4. InputFromListTab

... msg: string; tab :TTableWrapper; const ValueAttribute :string; const...

5. Mean

... database. Script: var tab : TTableWrapper; attributeName: string; nullAsZero: boolean; ...

6. QuadraticMean

... database. Script: var tab : TTableWrapper; attributeName: string; nullAsZero: boolean; ...

7. Median

... database. Script: var tab : TTableWrapper; attributeName: string; nullAsZero: boolean; ...

8. SampleVariance

... database. Script: var tab : TTableWrapper; attributeName: string; nullAsZero: boolean; ...

9. StandardDeviation

... database. Script: var tab : TTableWrapper; attributeName: string; nullAsZero: boolean; ...

10. StandardError

... database. Script: var tab : TTableWrapper; attributeName: string; nullAsZero: boolean; ...

11. MeanError

... database. Script: var tab : TTableWrapper; attributeName: string; nullAsZero: boolean; ...

12. VarianceOfMean

... database. Script: var tab : TTableWrapper; attributeName: string; nullAsZero: boolean; ...

13. SampleSize

... database. Script: var tab : TTableWrapper; attributeName: string; nullAsZero: boolean; ...

14. ShowDistributionChart

... the database. Script: var tab : TTableWrapper; attributeName, chartLabel, Xlabel, options: string; ...

15. OpenTable

...(const a_database_path, a_table_name :string) :TTableWrapper; Description: Syntax: variable:= OpenTable(ADatabasePath...

16. LoadSimpleXML

... LoadSimpleXML(const a_filename :string) : TTableWrapper; Description: Syntax: variable:= LoadSimpleXML(FileName...

17. OpenParadoxTable

... OpenParadoxTable(const a_table_path :string) :TTableWrapper; Description: Opens a table in...

18. CreateMemTableFromDefs

...(const FieldDefs_,IndexFields_ :string) :TTableWrapper; Description: Creates memory table, field...

19. CrownProjection

... CrownProjection property Prototype: property CrownProjection: TTableWrapper; Description: CrownProjection property allows access...

20. CrownProfile

... CrownProfile property Prototype: property CrownProfile: TTableWrapper; Description: CrownProfile property allows access...

21. CrownProfilePoints

... CrownProfilePoints property Prototype: property CrownProfilePoints: TTableWrapper; Description: CrownProfilePoints property allows access...

22. StemProfile

... StemProfile property Prototype: property StemProfile: TTableWrapper; Description: StemProfile property allows access...

23. GetQueryResult

...(const Select, Where: string): TTableWrapper; Description: The GetQueryResult function Syntax...

24. CreateMemTable

... CreateMemTable function Prototype: function CreateMemTable : TTableWrapper; Description: This function serves to...

25. GetLookupTable

... GetLookupTable(const AttributeName: string): TTableWrapper; Description: The GetLookupTable function returns...

26. ZoomAndSelect

... procedure Prototype: procedure ZoomAndSelect (tab :TTableWrapper); Description: Syntax: Layer.ZoomAndSelect(tab...

27. TableWrapper

...(members of the TTableScriptWrapper = TTableWrapper class which the LayerScriptWrapper class...

28. Shared Layer members

... have to use Layer.TTableWrapper.nameOfFunction. See Unique Table members...

29. FieldExists

...:boolean Description: Syntax: variable := Layer.TTableWrapper.FieldExists(Name); Part Description variable A variable declared...

30. RecNo

... integer; Description: Syntax: variable := Layer.TTableWrapper.RecNo; Part Description variable A variable declared as an...

31. SaveToDbfExt

...:boolean; Description: Syntax: variable := Layer.TTableWrapper.SaveToDbfExt(Filename, FieldSizes); Part Description variable A variable...

32. AlterTable

...:boolean Description: Syntax: variable := Layer.TTableWrapper.AlterTable (FieldName, DataType); Part Description variable A variable...

33. DisplayLabel

...(set): Syntax (get): Layer.TTableWrapper.DisplayLabel[Name] := expression; variable := Layer.TTableWrapper...

34. BlobAsString

...:string; Description: Syntax: variable := Layer.TTableWrapper.BlobAsString; Part Description variable A variable declared as a...

35. SysTab_LayerList

... SysTab_LayerList property Prototype: property SysTab_LayerList :TTableWrapper; Description: Syntax: variable := Project.SysTab_LayerList; Part Description variable A...

36. SysTab_AttributeList

... SysTab_AttributeList property Prototype: property SysTab_AttributeList :TTableWrapper; Description: Syntax: variable := Project.SysTab_AttributeList; Part Description variable A...

37. GetQueryResult

... GetQueryResult(const SQL: string) :TTableWrapper; Description: The GetQueryResult function returns...

38. OpenTable

... OpenTable(const Tablename :string) :TTableWrapper; Description: Syntax: variable:= Project.OpenTable...

39. SaveRecordsToDeletedLog

... procedure Prototype: procedure SaveRecordsToDeletedLog (tab :TTableWrapper; const PlotID_ : integer; const...

40. AddItemToNavigatorXML

... procedure Prototype: procedure AddItemToNavigatorXML (DataSet_ :TTableWrapper; const ReferenceLayerName_, XMLfilename_, Caption_...

41. PublishClassificationToMemTable

... PublishClassificationToMemTable function Prototype: function PublishClassificationToMemTable :TTableWrapper; Description: Syntax: variable:= specGroups.PublishClassificationToMemTable; Part Description variable variable...

42. AddLookupList

... Label_ :string; const LookupTable_ :TTableWrapper; const IDAttribute_,ValueAttribute_...