TDocument

Iz SDMS
Redakcija dne 19:32, 29. november 2010 od Aleš Trtnik (pogovor | prispevki)
(prim) ← Starejša redakcija | poglejte trenutno redakcijo (prim) | Novejša redakcija → (prim)
Jump to navigationJump to search
Ta stran je trenutno še v izdelavi.

Razred TDocument je .

Osnovna uporaba

Edit

Metoda Edit .

Method TDocument.Edit As Boolean
ResultOptional Boolean.

Execute

Metoda Execute .

Method TDocument.Execute

ExecuteList

Metoda ExecuteList .

Method TDocument.ExecuteList (List As TRecordList)
ListTRecordList.

Preview

Metoda Preview .

Method TDocument.Preview

PreviewList

Metoda PreviewList .

Method TDocument.PreviewList (List As TRecordList)
ListTRecordList.

Print

Metoda Print .

Method TDocument.Print

PrintList

Metoda PrintList .

Method TDocument.PrintList (List As TRecordList)
ListTRecordList.

SaveToHtml

Metoda SaveToHtml .

Method TDocument.SaveToHtml (FileName As String, Resolution As Long)
FileNameString.
ResolutionLong.

SaveToHtmlList

Metoda SaveToHtmlList .

Method TDocument.SaveToHtmlList (FileName As String, List As TRecordList, Resolution As Long)
FileNameString.
ListTRecordList.
ResolutionLong.

Lastnosti

Name

Lastnost Name .

Property TDocument.Name As String
ResultString.

Alias

Lastnost Alias .

Property TDocument.Alias As String
ResultString.

Comment

Lastnost Comment .

Property TDocument.Comment As String
ResultString.

Parent

Lastnost Parent .

RO Property TDocument.Parent As TLayer
ResultTLayer.

StoredNames

Lastnost StoredNames .

RO Property TDocument.StoredNames As String
ResultString.

Metode

Load

Metoda Load .

Method TDocument.Load (Name As String) As Boolean
NameString.
ResultOptional Boolean.

Save

Metoda Save .

Method TDocument.Save (Name As String)
NameString.

Clear

Metoda Clear .

Method TDocument.Clear

CopyFrom

Metoda CopyFrom .

Method TDocument.CopyFrom (L As TDocument)
LTDocument.

Delete

Metoda Delete .

Method TDocument.Delete (Name As String)
NameString.

DeleteAll

Metoda DeleteAll .

Method TDocument.DeleteAll

Dostop do celic

GetCellByName

Lastnost GetCellByName .

RO Property TDocument.GetCellByName (Name As String) As TDocumentCell
NameString.
ResultTDocumentCell.

Root

Lastnost Root .

RO Property TDocument.Root As TDocumentCell
ResultTDocumentCell.

Posebni tipi celic

SpecialHyperLink

Lastnost SpecialHyperLink .

RO Property TDocument.SpecialHyperLink (Link, Text As String) As String
LinkString.
TextString.
ResultString.

SpecialNumberOfPages

Lastnost SpecialNumberOfPages .

RO Property TDocument.SpecialNumberOfPages As String
ResultString.

SpecialPageNumber

Lastnost SpecialPageNumber .

RO Property TDocument.SpecialPageNumber As String
ResultString.

SpecialTableOfContents

Lastnost SpecialTableOfContents .

RO Property TDocument.SpecialTableOfContents (Parameters As String) As String
ParametersString.
ResultString.

SpecialText

Lastnost SpecialText .

RO Property TDocument.SpecialText (Text As String) As String
TextString.
ResultString.

SpecialTextBold

Lastnost SpecialTextBold .

RO Property TDocument.SpecialTextBold (Text As String) As String
TextString.
ResultString.

SpecialTextSize

Lastnost SpecialTextSize .

RO Property TDocument.SpecialTextSize (Text As String, Size As Long) As String
TextString.
SizeLong.
ResultString.