【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.42.10 storage::storage
Contents
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