RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractControlRequirements.RequiresMultipartForm Method

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

Pascal
procedure RequiresMultipartForm; virtual; abstract;
C++
virtual __fastcall RequiresMultipartForm() = 0;

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!