GetBranchSections Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Edit >

GetBranchSections Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure GetBranchSections(

const BranchName: WideString;

out Sections :Integer

);

Section

Description

Gets the number of Sections in a Branch

Section

Parameters

 

Input Parameter

Usage

BranchName

Branch Name

Output Parameter

Usage

Sections

Number of sections in a branch

Section

Method Result

None

Section

Example

PowaMasterObj.GetBranchSections( BranchName, NumSectionsID)

Section

See Also

GetBranchSection

Section