IsValid
Checks Validity of the Storage object.
BOOL IsValid( )
FALSE if an Storage Object is not valid, non-zero otherwise.
EX1
void Storage_IsValid_ex1() { Page pg = Project.Pages(); if(pg==NULL) return; storage st; string strStorage = "Test"; st = pg.GetStorage(strStorage); if(st.IsValid()) { out_str("OK"); } }
Storage::SetSection
origin.h