Indy 9
TIdURIOptionalFields
See Also, Unit: IdURI
Identifies the optional fields in a URI value.
TIdURIOptionalFields = (ofAuthInfo, ofBookmark);
Unit
IdURI
Description
TIdURIOptionalFields is an enumerated type that represents optional data elements in a Universal Resource Identifier. TIdURIOptionalFields values are used in a TIdURIOptionalFieldsSet data type to indicate that the optional URI field values should be included in the full URI constructed using TIdURI.GetFullURI.

TIdURIOptionalFields contains the following values and associated meanings:

  • ofAuthInfo - URI includes User name and password values.

  • ofBookmark - URI include a Bookmark or internaldocument link value.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.