2.2.4.42.10 storage::storage

Description

constructor

Syntax

storage( )

Parameters

Return

Examples

EX1

void storage_Storage_ex1()
{
        Page pg = Project.Pages();
        if(pg == NULL)
           return;
        string strStorage = "Test";
        string strSection = "Params";
        Tree trTemp;
        storage st;
        st = pg.GetStorage(strStorage);
        if(st)
        {
            if(st.GetSection(strSection, trTemp))
                out_tree(trTemp);
        }
}

Remark

See Also

Header to Include

origin.h