PA_GetLogFieldKind

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GetLogFieldKind (logtag; field; logData; len) PA_FieldKind

ParameterTypeDescription
logtagPA_LogTag*Current log tag
fieldshortField number to access
logDatachar*Pointer to log data
lenlongLength of log data buffer
Function resultPA_FieldKind4th Dimension field kind

Description

The command PA_GetLogFieldKind returns the kind of the specified field in the record specified by the given logtag and logdata. Using the field kind, you can then call the appropriate command to retrieve the content of the field.

See Also

PA_GetLogField, PA_GetPictureLogField, PA_GetTextLogField.

Error Handling

Use PA_GetLastError to see if an error occurred


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next