Web.Stencils.TWebStencilsProcessor.OnScaffolding
Delphi
property OnScaffolding: TWebStencilsScaffoldingEvent read FOnScaffolding write FOnScaffolding;
C++
__property TWebStencilsScaffoldingEvent OnScaffolding = {read=FOnScaffolding, write=FOnScaffolding};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsProcessor |
Description
Triggered with the special @scaffolding tag.
This is used to generate HTML code based on internal structure (e.g., the fields of a dataset).