TTMSFNCCloudStellarDataStore.UpdateMetaData Method
Updates a metadata field by identifier.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudStellarDataStore
Inherited from: TTMSFNCCloudCustomStellarDataStore
Overloads
Overload 1
Updates a metadata field by identifier.
procedure UpdateMetaData;
Parameters
| Name | Description |
|---|---|
AID |
Identifier of the metadata field to update. |
AFieldName |
New field name. |
ADataType |
Optional new field type. Use ftUnknown to keep the current type. |
ASize |
Optional new field size. Use -1 to keep the current size. |
Overload 2
Updates a metadata field from a metadata item.
procedure UpdateMetaData(AMetaDataItem: TTMSFNCCloudStellarDataStoreMetaDataItem); overload;
Parameters
| Name | Description |
|---|---|
AMetaDataItem |
Metadata item containing the updated values. |