SFENCE Wiki
The SFENCE dynamic library is an interface for writing programs.
Status: Beta
Brought to you by:
sfence
Variable_Type is standard SFENCE objects. This object is integrated in SFENCE and hasn't user defined driver (driver is used internally, cannot be changed).
Object have standard basic object functions with one exception for function Variable_Type_Copy.
| Function name | Short description |
|---|---|
| Variable_Type_Get_Type | return type of stored value |
| Variable_Type_Get_ArrayType | return type of stored array |
| Variable_Type_Set_Type | set type of stored value |
| Variable_Type_Set_ArrayType | set type of stored array |
| Variable_Type_Copy | |
| Variable_Type_FromMemory | |
| Variable_Type_ToMemory | |
| Variable_Type_FromText | |
| Variable_Type_ToText | |
| Variable_Type_AutoFrom | |
| Variable_Type_AutoTo | |
| Variable_Type_CopyTo_Array | |
| Variable_Type_CopyFrom_Array | |
| Variable_Type_Compare_Array | |
| Variable_Type_Clear_Array | |
| Variable_Type_FromMemory_Array | |
| Variable_Type_ToMemory_Array | |
| Variable_Type_FromText_Array | |
| Variable_Type_ToText_Array |
Wiki: Basic:DriverObject:Function:Set_Parameter
Wiki: Basic:Object:Functions