RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlRequirements.RequiresMultipartForm Method

Stores the fact that the generated HTML form should be multipart.

Pascal
procedure RequiresMultipartForm; override;
C++
virtual __fastcall RequiresMultipartForm();

Web items call this method if they need to be contained in a multipart form (for example, when a field in the form is represented by a reference to another file). A multipart form's HTML declaration includes the attribute 'enctype=multipart/form-data'. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!