Internet Direct (Indy)
Home
PreviousUpNext
TIdURIOptionalFields Enumeration

Identifies the optional fields in a URI value.

Pascal
TIdURIOptionalFields = (
  ofAuthInfo,
  ofBookmark
);

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: 

 

Value 
Meaning 
ofAuthInfo 
URI includes User name and password values. 
ofBookmark 
URI include a Bookmark or internaldocument link value. 
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.