lastArticle (property)

The number of the last article in CurrentGroup .

Syntax

@property (nonatomic,readonly,assign,getter=lastArticle) long long lastArticle;
- (long long)lastArticle;
public var lastArticle: Int64 {
  get {...}
}

Default Value

0

Remarks

This property contains the number of the last article in CurrentGroup. The value of this property is 0 if there is no current group (CurrentGroup is "").

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]