Web.Stencils.TWebStencilsProcessor.OnScaffolding

From RAD Studio API Documentation
Jump to: navigation, search

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).

See Also