RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryForm.Custom Property

Represents a tag option and its value in the generated FORM tag.

Pascal
property Custom: string;
C++
__property AnsiString Custom;

Use Custom to represent one or more options that qualify the FORM tag generated by the TWebForm descendant. Each option and its value has the form

OPTIONNAME=Value

The options specified by Custom should be separated by spaces. For example, to specify that the form includes files with the text it submits and indicate that the page returned after submitting the form goes into a separate window, use a Custom value such as the following:

ENCTYPE="multipart/form-data" TARGET="ResultFrame"

 

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