Operation - Operations
This group collects a number of attribute functions, which provide specific services to manipulate attribute values
Functions
- AppendString - Append string to text field
- Compare - Compare the values for two property handles
- CompareKey - Compare two identifying key values
- CompareSortKey - Compare keys according to current sort order
- Contains - Does property contain text
- ConvertToWinChar - Converts ASCII character into Windows compatible ANSI character set
- Distinct - - internal feature (not documented)
- ExecuteExpression - Execute expression
- ExtractAccessKey - - internal feature (not documented)
- ExtractCurrentKey - Extract ident-key from the currently selected instance
- ExtractKey - Extract identifying key value
- ExtractSortKey - Extract sort key value
- Fill - Fill instance from external one
- FillData - Fill instance from external one
- Format - Get formatted string
- GetAutoNumber - - internal feature (not documented)
- GetCollectionID - Returns local collection identity
- GetCount - Get number of instances stored for property
- GetDate - Get Date value for property handle
- GetDateTime - Get property instance as timestamp (date/time)
- GetDay - Get day value from date
- GetDouble - Get property instance as double value
- GetGUID - Get global identity string for the current instance
- GetGlobalID - Get local unique identifier (LOID)
- GetHours - Get hours from a time value
- GetID - Get local object identity
- GetIdentity - Get property identity string
- GetInt - Get property instance as integer value
- GetInt64 - Get property instance as big integer value
- GetLOID - Get instance identity (LOID)
- GetMinutes - Get minutes from a time value
- GetMonth - Get month value from date
- GetNormalized - Get normalized integer value
- GetRelativeCount - Get relative count
- GetSeconds - Get seconds from a time value
- GetSelectedKey - Get selected key value
- GetString - Get string
- GetStringValue - Get property instance as string value
- GetSubString - Extract substring
- GetText - Get text data
- GetTime - Get property instance as time value
- GetYear - Get year value from date
- Group - Grouping operation
- InitResult - Init property handle for result of an operation
- InsertString - Insert string at given position
- InsertTerminator - Insert line terminator for large text fields
- Intersect - Intersect collections
- IsTrue - Is value for property TRUE?
- IsValidText - Checks text fields for valid characters
- KeyToString - Convert internal key to string
- Minus - Subtract collections
- Power - Raise to power of
- ProvideGUID - Provide Global Instance Identifier (GUID)
- ReleaseBuffer - Release instance buffer
- RemoveString - - internal feature (not documented)
- ReplaceOptions - Replace system variable
- ReplaceString - Replace text
- SearchText - Search string in property
- Select - Create a subset from a collection
- SetCurrentKey - - internal feature (not documented)
- SetInstance - Set basic instance for property
- SetKey - Move ident key value to instance
- SetNormalized - Set normalized value in attribute
- SetSortKey - Store sort key value to instance
- SetValue - Set Value
- StringToKey - Convert string to internal key
- Union - Union two collections