|
FlexCel Studio for VCL/LCL
|
Possible types of cell hyperlinks.
THyperLinkType = ( hl_URL, hl_LocalFile, hl_UNC, hl_CurrentWorkbook );
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!
|