TDocument: Razlika med redakcijama
Iz SDMS
Jump to navigationJump to searchm (Nova stran z vsebino: {{Work}} Razred '''TDocument''' je . ==Osnovna uporaba== ===Edit=== Metoda '''Edit''' . <declaration> Method|TDocument.Edit Result|Optional Boolean|. </declaration> <source><...) |
m |
||
| Vrstica 251: | Vrstica 251: | ||
<source></source> | <source></source> | ||
| − | [[Category:Razredi]] | + | [[Category:Razredi podatkovne plasti|Document]] |
| − | [[Category:SDMS Basic]] | + | [[Category:Razredi|Document]] |
| + | [[Category:SDMS Basic|Document]] | ||
Trenutna redakcija s časom 19:32, 29. november 2010
Ta stran je trenutno še v izdelavi.
Razred TDocument je .
Osnovna uporaba
Edit
Metoda Edit .
| Method TDocument.Edit As Boolean | ||
| Result | Optional Boolean | . |
Execute
Metoda Execute .
| Method TDocument.Execute |
ExecuteList
Metoda ExecuteList .
| Method TDocument.ExecuteList (List As TRecordList) | ||
| List | TRecordList | . |
Preview
Metoda Preview .
| Method TDocument.Preview |
PreviewList
Metoda PreviewList .
| Method TDocument.PreviewList (List As TRecordList) | ||
| List | TRecordList | . |
Metoda Print .
| Method TDocument.Print |
PrintList
Metoda PrintList .
| Method TDocument.PrintList (List As TRecordList) | ||
| List | TRecordList | . |
SaveToHtml
Metoda SaveToHtml .
| Method TDocument.SaveToHtml (FileName As String, Resolution As Long) | ||
| FileName | String | . |
| Resolution | Long | . |
SaveToHtmlList
Metoda SaveToHtmlList .
| Method TDocument.SaveToHtmlList (FileName As String, List As TRecordList, Resolution As Long) | ||
| FileName | String | . |
| List | TRecordList | . |
| Resolution | Long | . |
Lastnosti
Name
Lastnost Name .
| Property TDocument.Name As String | ||
| Result | String | . |
Alias
Lastnost Alias .
| Property TDocument.Alias As String | ||
| Result | String | . |
Comment
Lastnost Comment .
| Property TDocument.Comment As String | ||
| Result | String | . |
Parent
Lastnost Parent .
| RO Property TDocument.Parent As TLayer | ||
| Result | TLayer | . |
StoredNames
Lastnost StoredNames .
| RO Property TDocument.StoredNames As String | ||
| Result | String | . |
Metode
Load
Metoda Load .
| Method TDocument.Load (Name As String) As Boolean | ||
| Name | String | . |
| Result | Optional Boolean | . |
Save
Metoda Save .
| Method TDocument.Save (Name As String) | ||
| Name | String | . |
Clear
Metoda Clear .
| Method TDocument.Clear |
CopyFrom
Metoda CopyFrom .
| Method TDocument.CopyFrom (L As TDocument) | ||
| L | TDocument | . |
Delete
Metoda Delete .
| Method TDocument.Delete (Name As String) | ||
| Name | String | . |
DeleteAll
Metoda DeleteAll .
| Method TDocument.DeleteAll |
Dostop do celic
GetCellByName
Lastnost GetCellByName .
| RO Property TDocument.GetCellByName (Name As String) As TDocumentCell | ||
| Name | String | . |
| Result | TDocumentCell | . |
Root
Lastnost Root .
| RO Property TDocument.Root As TDocumentCell | ||
| Result | TDocumentCell | . |
Posebni tipi celic
SpecialHyperLink
Lastnost SpecialHyperLink .
| RO Property TDocument.SpecialHyperLink (Link, Text As String) As String | ||
| Link | String | . |
| Text | String | . |
| Result | String | . |
SpecialNumberOfPages
Lastnost SpecialNumberOfPages .
| RO Property TDocument.SpecialNumberOfPages As String | ||
| Result | String | . |
SpecialPageNumber
Lastnost SpecialPageNumber .
| RO Property TDocument.SpecialPageNumber As String | ||
| Result | String | . |
SpecialTableOfContents
Lastnost SpecialTableOfContents .
| RO Property TDocument.SpecialTableOfContents (Parameters As String) As String | ||
| Parameters | String | . |
| Result | String | . |
SpecialText
Lastnost SpecialText .
| RO Property TDocument.SpecialText (Text As String) As String | ||
| Text | String | . |
| Result | String | . |
SpecialTextBold
Lastnost SpecialTextBold .
| RO Property TDocument.SpecialTextBold (Text As String) As String | ||
| Text | String | . |
| Result | String | . |
SpecialTextSize
Lastnost SpecialTextSize .
| RO Property TDocument.SpecialTextSize (Text As String, Size As Long) As String | ||
| Text | String | . |
| Size | Long | . |
| Result | String | . |