Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
If a property is declared as ReadOnly, it must supply a procedure for reading its value.
Error ID: BC30126
To correct this error
Make sure you include a Get procedure between the Property statement and the End Property statement.
Verify that other procedures within the Property declaration are correctly terminated.