Field-Map Scripting

4.2.3.60 GetLookupListValue

GetLookupListValue function


Prototype:

function GetLookUpListValue (const AttributeName : string; var KeyAttributeLevel : variant) : string;

Description:

GetLookupListValue function serves to get the name (Value) of lookup list entry with specific level of key attribute (ID).

Syntax:

variable := Layer.GetLookupListValue(AttributeName; KeyAttribute);


Part

Description


variable

Variable declared as string


Layer

A reference to the Field-Map layer as defined in Field-Map Project Manager


AttributeName

Name of the attribute containing lookup list


KeyAttribute

ID of lookup list entries




Return value:

String expression of lookup list entry name respective to its numerical code.



See also:

Value; ValueAsString; ValueAsinteger; ValueAsFloat; ValueAsboolean; OldValue; PreviousValue; BOF; EOF; RecordCount; State; SetValues; SetValuesFromXML; CrownProjection; CrownProfile; CrownProfilePoints; StemProfile; OldLayer; SavePosition; RestorePosition; SaveState; RestoreState; SavePositionAndState; RestorePositionAndState; Open; Close; First; Last; Next; Prior; Edit; Post; Append; Delete; Cancel; Refresh; Locate; ClearTable; Filter; Filtered; CheckFilter; SetFilterExt; ClearFilterForChildLayers; DeepFilter; EnableCachedUpdates; ApplyUpdates; GetAttributeValue; GetQueryResult; DeleteFrom; Update; CreateMemTable; SaveToDBF; SaveToExcel; GetMinOfAttributeValues; GetMaxOfAttributeValues; GetMeanOfAttributeValues; GetSumOfAttributeValues; GetRecordCount; GetLookupTable; GetLookupListValue; GetLookupListAttributeValue; GetID; GetIdAttributeName; GetIdSQL; SaveTimeStamp; File2Blob; Blob2Folder; String2Blob; Blob2String; FillAttributeValues; MarkValuesAsConditional;GetListOfChildLayers; GetPercentageOfFilledAttributes4Record; GetPercentageOfFilledAttributes4Layer; RoundAttributeValues