GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
Schema interfaces
TSchema
Create
Destroy
AddDelta
FindClassInfo
GetSchemaVersion
LoadFromFile
LoadFromMemory
StoreToFile
StoreToMemory
USchemaEdit
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

TSchema.Create

Creates a new schema object. The new schema object is empty. You can load data to it using the TSchema.LoadFromFile TSchema.LoadFromMemory, or TSchema.AddDelta function.

Syntax

static TSchema Create();

Parameter

This function has no parameters.

Return value

The new TSchema object.

Remarks

Destroy the schema with TSchema.Destroy when you no longer need it.
© 2022 Mobiland AG