RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlRequirements.NeedMultipartForm Property

Indicates whether the form that the adapter form generates must be multipart.

Pascal
property NeedMultipartForm: Boolean;
C++
__property Boolean NeedMultipartForm;

NeedMultipartForm indicates whether any control has called the RequiresMultipartForm method to indicate that the form that contains it must be multipart. A multipart form's HTML declaration includes the attribute 'enctype=multipart/form-data'. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!