FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
THyperLinkType Enumeration

Possible types of cell hyperlinks.

Pascal
THyperLinkType = (
  hl_URL,
  hl_LocalFile,
  hl_UNC,
  hl_CurrentWorkbook
);
C++
enum THyperLinkType {
  hl_URL,
  hl_LocalFile,
  hl_UNC,
  hl_CurrentWorkbook
};
Members 
Description 
hl_URL 
Web, file or mail URL. (like http://, file://, mailto://, ftp://)  
hl_LocalFile 
A file on the local disk. Not an url or unc file.  
hl_UNC 
Universal Naming convention. For example: \serverpathfile.ext  
hl_CurrentWorkbook 
An hyperlink inside the current file.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!